Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface LoginProfile

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.

Hierarchy

  • LoginProfile

Properties

CreateDate: undefined | Date

The date when the password for the user was created.

PasswordResetRequired?: boolean

Specifies whether the user is required to set a new password on next sign-in.

UserName: undefined | string

The name of the user, which can be used for signing in to the Amazon Web Services Management Console.