class
Amazonite::Iam::UserDetail
- Amazonite::Iam::UserDetail
- Reference
- Object
Overview
Contains information about an IAM user, including all the user's policies and all the IAM groups the user is in.
This data type is used as a response element in the GetAccountAuthorizationDetails operation.
Defined in:
iam/user_detail.crConstructors
- .from_xml(node : XML::Node) : self
- .new(path : String | Nil = nil, user_name : String | Nil = nil, user_id : String | Nil = nil, arn : String | Nil = nil, create_date : Time | Nil = nil, user_policy_list : Array(PolicyDetail) | Nil = nil, group_list : Array(String) | Nil = nil, attached_managed_policies : Array(AttachedPolicy) | Nil = nil, permissions_boundary : AttachedPermissionsBoundary | Nil = nil, tags : Array(Tag) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. - #arn : String | Nil
- #arn=(arn : String | Nil)
-
#attached_managed_policies : Array(AttachedPolicy) | Nil
A list of the managed policies attached to the user.
-
#attached_managed_policies=(attached_managed_policies : Array(AttachedPolicy) | Nil)
A list of the managed policies attached to the user.
-
#create_date : Time | Nil
The date and time, in ISO 8601 date-time format, when the user was created.
-
#create_date=(create_date : Time | Nil)
The date and time, in ISO 8601 date-time format, when the user was created.
-
#group_list : Array(String) | Nil
A list of IAM groups that the user is in.
-
#group_list=(group_list : Array(String) | Nil)
A list of IAM groups that the user is in.
-
#hash(hasher)
See
Object#hash(hasher) -
#path : String | Nil
The path to the user.
-
#path=(path : String | Nil)
The path to the user.
-
#permissions_boundary : AttachedPermissionsBoundary | Nil
The ARN of the policy used to set the permissions boundary for the user.
-
#permissions_boundary=(permissions_boundary : AttachedPermissionsBoundary | Nil)
The ARN of the policy used to set the permissions boundary for the user.
-
#tags : Array(Tag) | Nil
A list of tags that are associated with the user.
-
#tags=(tags : Array(Tag) | Nil)
A list of tags that are associated with the user.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#user_id : String | Nil
The stable and unique string identifying the user.
-
#user_id=(user_id : String | Nil)
The stable and unique string identifying the user.
-
#user_name : String | Nil
The friendly name identifying the user.
-
#user_name=(user_name : String | Nil)
The friendly name identifying the user.
-
#user_policy_list : Array(PolicyDetail) | Nil
A list of the inline policies embedded in the user.
-
#user_policy_list=(user_policy_list : Array(PolicyDetail) | Nil)
A list of the inline policies embedded in the user.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A list of the managed policies attached to the user.
A list of the managed policies attached to the user.
The date and time, in ISO 8601 date-time format, when the user was created.
The date and time, in ISO 8601 date-time format, when the user was created.
The path to the user. For more information about paths, see IAM identifiers in the IAM User Guide.
The path to the user. For more information about paths, see IAM identifiers in the IAM User Guide.
The ARN of the policy used to set the permissions boundary for the user.
For more information about permissions boundaries, see Permissions boundaries for IAM identities in the IAM User Guide.
The ARN of the policy used to set the permissions boundary for the user.
For more information about permissions boundaries, see Permissions boundaries for IAM identities in the IAM User Guide.
A list of tags that are associated with the user. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
A list of tags that are associated with the user. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
The stable and unique string identifying the user. For more information about IDs, see IAM identifiers in the IAM User Guide.
The stable and unique string identifying the user. For more information about IDs, see IAM identifiers in the IAM User Guide.
A list of the inline policies embedded in the user.
A list of the inline policies embedded in the user.