User
In this article:
User#
Contains information about the user and is used as a response element in the following methods:
Contents#
DisplayName — The displayed name of the user.
Type: String
Required: Yes
Email — The user’s email, which is only included as a response element in the GetUser method.
Type: String
Required: No
Enabled — Indicates whether the user is locked.
Type: Boolean
Required: Yes
IdentityProvider — The ID of the identity provider of the user and is only specified for IdP users.
Type: String
Required: No
LastLoginDate — The time when the user last logged in to the web interface.
Type: Timestamp
Required: No
Login — The login of the user.
Type: String
Required: Yes
OtpRequired — Indicates whether the user is required to use two-factor authentication to log in to the web interface and is only included as a response element in the of GetUser method.
Type: Boolean
Required: No
Phone — The user’s phone number, which is only included as a response element in the GetUser method.
Type: String
Required: No
Projects — The list of projects the user has rights to, which is only included in the response of GetGroup method.
Type: List of ProjectLink objects
Required: No
SecretKey — The user’s secret key, which is only included in the response of CreateUser method.
Type: String
Required: No
UserArn — The Amazon Resource Name (ARN) of the user.
Type: String
Required: Yes
UserId — The ID of the user.
Type: String
Required: Yes
UserName — The name of the user.
Type: String
Required: Yes
UpdateDate — Time the user was last updated.
Type: Timestamp
Required: Yes