PermissionsBoundaryDecisionDetail class
Contains information about the effect that a permissions boundary has on a policy simulation when the boundary is applied to an IAM entity.
Constructors
- PermissionsBoundaryDecisionDetail({bool? allowedByPermissionsBoundary})
- PermissionsBoundaryDecisionDetail.fromXml(XmlElement elem)
-
factory
Properties
- allowedByPermissionsBoundary → bool?
-
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 anAllow
statement that matches the request. In this case, if an identity-based policy also allows the action, the request is allowed. A value offalse
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.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited