/AWS1/CL_IAMLOGINPROFILE¶
Contains the user name and password create date for a user.
This data type is used as a response element in the CreateLoginProfile and GetLoginProfile operations.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_username TYPE /AWS1/IAMUSERNAMETYPE /AWS1/IAMUSERNAMETYPE¶
The name of the user, which can be used for signing in to the Amazon Web Services Management Console.
iv_createdate TYPE /AWS1/IAMDATETYPE /AWS1/IAMDATETYPE¶
The date when the password for the user was created.
Optional arguments:¶
iv_passwordresetrequired TYPE /AWS1/IAMBOOLEANTYPE /AWS1/IAMBOOLEANTYPE¶
Specifies whether the user is required to set a new password on next sign-in.
Queryable Attributes¶
UserName¶
The name of the user, which can be used for signing in to the Amazon Web Services Management Console.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERNAME() |
Getter for USERNAME, with configurable default |
ASK_USERNAME() |
Getter for USERNAME w/ exceptions if field has no value |
HAS_USERNAME() |
Determine if USERNAME has a value |
CreateDate¶
The date when the password for the user was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDATE() |
Getter for CREATEDATE, with configurable default |
ASK_CREATEDATE() |
Getter for CREATEDATE w/ exceptions if field has no value |
HAS_CREATEDATE() |
Determine if CREATEDATE has a value |
PasswordResetRequired¶
Specifies whether the user is required to set a new password on next sign-in.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PASSWORDRESETREQUIRED() |
Getter for PASSWORDRESETREQUIRED |