NAME
Paws::CognitoIdp::GetUserResponse
ATTRIBUTES
MFAOptions => ArrayRef[Paws::CognitoIdp::MFAOptionType]
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.
PreferredMfaSetting => Str
The user's preferred MFA setting.
REQUIRED UserAttributes => ArrayRef[Paws::CognitoIdp::AttributeType]
An array of name-value pairs representing user attributes.
For custom attributes, you must prepend the custom:
prefix to the attribute name.
UserMFASettingList => ArrayRef[Str|Undef]
The MFA options that are enabled for the user. The possible values in this list are SMS_MFA
and SOFTWARE_TOKEN_MFA
.
REQUIRED Username => Str
The user name of the user you wish to retrieve from the get user request.