class
Amazonite::Iam::PermissionsBoundaryDecisionDetail
- Amazonite::Iam::PermissionsBoundaryDecisionDetail
- Reference
- Object
Overview
Contains information about the effect that a permissions boundary has on a policy simulation when the boundary is applied to an IAM entity.
Defined in:
iam/permissions_boundary_decision_detail.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#allowed_by_permissions_boundary : Bool | Nil
Specifies whether an action is allowed by a permissions boundary that is applied to an IAM entity (user or role).
-
#allowed_by_permissions_boundary=(allowed_by_permissions_boundary : Bool | Nil)
Specifies whether an action is allowed by a permissions boundary that is applied to an IAM entity (user or role).
-
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Specifies whether an action is allowed by a permissions boundary that is applied to an IAM
entity (user or role). A value of true means that the permissions boundary does not deny the
action. This means that the policy includes an Allow statement that matches the request. In
this case, if an identity-based policy also allows the action, the request is allowed. A value
of false means that either the requested action is not allowed (implicitly denied) or that the
action is explicitly denied by the permissions boundary. In both of these cases, the action is
not allowed, regardless of the identity-based policy.
Specifies whether an action is allowed by a permissions boundary that is applied to an IAM
entity (user or role). A value of true means that the permissions boundary does not deny the
action. This means that the policy includes an Allow statement that matches the request. In
this case, if an identity-based policy also allows the action, the request is allowed. A value
of false means that either the requested action is not allowed (implicitly denied) or that the
action is explicitly denied by the permissions boundary. In both of these cases, the action is
not allowed, regardless of the identity-based policy.