AwsIamUserDetails
Information about an IAM user.
Contents
- AttachedManagedPolicies
-
A list of the managed policies that are attached to the user.
Type: Array of AwsIamAttachedManagedPolicy objects
Required: No
- CreateDate
-
Indicates when the user was created.
Uses the
date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T
. For example,2020-03-22T13:22:13.933Z
.Type: String
Pattern:
.*\S.*
Required: No
- GroupList
-
A list of IAM groups that the user belongs to.
Type: Array of strings
Pattern:
.*\S.*
Required: No
- Path
-
The path to the user.
Type: String
Pattern:
.*\S.*
Required: No
- PermissionsBoundary
-
The permissions boundary for the user.
Type: AwsIamPermissionsBoundary object
Required: No
- UserId
-
The unique identifier for the user.
Type: String
Pattern:
.*\S.*
Required: No
- UserName
-
The name of the user.
Type: String
Pattern:
.*\S.*
Required: No
- UserPolicyList
-
The list of inline policies that are embedded in the user.
Type: Array of AwsIamUserPolicy objects
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: