Amazon IAM · Schema

AWS IAM User

Schema representing an AWS Identity and Access Management (IAM) user resource.

Access ManagementAuthenticationAuthorizationAWSIdentitySecurity

Properties

Name Type Description
Path string The path to the user. For more information about paths, see IAM identifiers in the IAM User Guide.
UserName string The friendly name identifying the user.
UserId string The stable and unique string identifying the user. For more information about IDs, see IAM identifiers in the IAM User Guide.
Arn string The Amazon Resource Name (ARN) that identifies the user.
CreateDate string The date and time, in ISO 8601 date-time format, when the user was created.
PasswordLastUsed stringnull The date and time, in ISO 8601 date-time format, when the user's password was last used to sign in to an AWS website.
PermissionsBoundary object The ARN of the policy used to set the permissions boundary for the user.
Tags array A list of tags attached to the user.
View JSON Schema on GitHub