class Aws::CognitoIdentityProvider::Types::AdminGetUserResponse
Represents the response from the server from the request to get the specified user as an administrator.
@!attribute [rw] username
The user name of the user about whom you are receiving information. @return [String]
@!attribute [rw] user_attributes
An array of name-value pairs representing user attributes. @return [Array<Types::AttributeType>]
@!attribute [rw] user_create_date
The date the user was created. @return [Time]
@!attribute [rw] user_last_modified_date
The date the user was last modified. @return [Time]
@!attribute [rw] enabled
Indicates that the status is enabled. @return [Boolean]
@!attribute [rw] user_status
The user status. Can be one of the following: * UNCONFIRMED - User has been created but not confirmed. * CONFIRMED - User has been confirmed. * ARCHIVED - User is no longer active. * COMPROMISED - User is disabled due to a potential security threat. * UNKNOWN - User status is not known. * RESET\_REQUIRED - User is confirmed, but the user must request a code and reset his or her password before he or she can sign in. * FORCE\_CHANGE\_PASSWORD - The user is confirmed and the user can sign in using a temporary password, but on first sign-in, the user must change his or her password to a new value before doing anything else. @return [String]
@!attribute [rw] mfa_options
*This response parameter is no longer supported.* It provides information only about SMS MFA configurations. It doesn't provide information about TOTP software token MFA configurations. To look up information about either type of MFA configuration, use UserMFASettingList instead. @return [Array<Types::MFAOptionType>]
@!attribute [rw] preferred_mfa_setting
The user's preferred MFA setting. @return [String]
@!attribute [rw] user_mfa_setting_list
The MFA options that are enabled for the user. The possible values in this list are `SMS_MFA` and `SOFTWARE_TOKEN_MFA`. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/AdminGetUserResponse AWS API Documentation
Constants
- SENSITIVE