AttachedPermissionsBoundary class
Contains information about an attached permissions boundary.
An attached permissions boundary is a managed policy that has been attached to a user or role to set the permissions boundary.
For more information about permissions boundaries, see Permissions Boundaries for IAM Identities in the IAM User Guide.
Constructors
- AttachedPermissionsBoundary({String? permissionsBoundaryArn, PermissionsBoundaryAttachmentType? permissionsBoundaryType})
- AttachedPermissionsBoundary.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- permissionsBoundaryArn → String?
-
The ARN of the policy used to set the permissions boundary for the user or
role.
final
- permissionsBoundaryType → PermissionsBoundaryAttachmentType?
-
The permissions boundary usage type that indicates what type of IAM resource
is used as the permissions boundary for an entity. This data type can only
have a value of
Policy
.final - 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