class Aws::IAM::Types::UserDetail

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.

@!attribute [rw] path

The path to the user. For more information about paths, see [IAM
identifiers][1] in the *IAM User Guide*.

[1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html
@return [String]

@!attribute [rw] user_name

The friendly name identifying the user.
@return [String]

@!attribute [rw] user_id

The stable and unique string identifying the user. For more
information about IDs, see [IAM identifiers][1] in the *IAM User
Guide*.

[1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html
@return [String]

@!attribute [rw] arn

The Amazon Resource Name (ARN). ARNs are unique identifiers for
Amazon Web Services resources.

For more information about ARNs, go to [Amazon Resource Names
(ARNs)][1] in the *Amazon Web Services General Reference*.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

@!attribute [rw] create_date

The date and time, in [ISO 8601 date-time format][1], when the user
was created.

[1]: http://www.iso.org/iso/iso8601
@return [Time]

@!attribute [rw] user_policy_list

A list of the inline policies embedded in the user.
@return [Array<Types::PolicyDetail>]

@!attribute [rw] group_list

A list of IAM groups that the user is in.
@return [Array<String>]

@!attribute [rw] attached_managed_policies

A list of the managed policies attached to the user.
@return [Array<Types::AttachedPolicy>]

@!attribute [rw] permissions_boundary

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 ][1] in the *IAM User Guide*.

[1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html
@return [Types::AttachedPermissionsBoundary]

@!attribute [rw] tags

A list of tags that are associated with the user. For more
information about tagging, see [Tagging IAM resources][1] in the
*IAM User Guide*.

[1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UserDetail AWS API Documentation

Constants

SENSITIVE