class
Amazonite::Iam::PutUserPermissionsBoundaryRequest
- Amazonite::Iam::PutUserPermissionsBoundaryRequest
- Reference
- Object
Defined in:
iam/put_user_permissions_boundary_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#permissions_boundary : String
The ARN of the managed policy that is used to set the permissions boundary for the user.
-
#permissions_boundary=(permissions_boundary : String)
The ARN of the managed policy that is used to set the permissions boundary for the user.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#user_name : String
The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.
-
#user_name=(user_name : String)
The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ARN of the managed policy that is used to set the permissions boundary for the user.
A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see Permissions boundaries for IAM entities in the IAM User Guide.
For more information about policy types, see Policy types in the IAM User Guide.
The ARN of the managed policy that is used to set the permissions boundary for the user.
A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see Permissions boundaries for IAM entities in the IAM User Guide.
For more information about policy types, see Policy types in the IAM User Guide.
The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.
The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.