IIAMUser
Interface in AWS.IAM
Interface for IAM User.
Properties
Arn
property Arn: TARN
The Amazon Resource Name (ARN) of the user.
CreateDate
property CreateDate: TDateTime
The date and time when the user was created.
PasswordLastUsed
property PasswordLastUsed: TOptional<TDateTime>
The date and time when the user's password was last used to sign in to AWS.
Path
property Path: string
The path to the user.
PermissionsBoundary
property PermissionsBoundary: IIAMAttachedPermissionsBoundary
Type: IIAMAttachedPermissionsBoundary
Information about an attached permissions boundary.
Tags
property Tags: TList<IIAMTag>
Type: IIAMTag
A list of tags attached to the IAM user.
UserId
property UserId: string
The stable and unique identifier for the user.
UserName
property UserName: string
The name of the user.