NAME
Paws::CognitoIdp::AdminGetUserResponse
ATTRIBUTES
Enabled => Bool
Indicates that the status is enabled.
MFAOptions => ArrayRef[Paws::CognitoIdp::MFAOptionType]
Specifies the options for MFA (e.g., email or phone number).
UserAttributes => ArrayRef[Paws::CognitoIdp::AttributeType]
An array of name-value pairs representing user attributes.
UserCreateDate => Str
The date the user was created.
UserLastModifiedDate => Str
The date the user was last modified.
REQUIRED Username => Str
The user name of the user about whom you are receiving information.
UserStatus => Str
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.
Valid values are: "UNCONFIRMED"
, "CONFIRMED"
, "ARCHIVED"
, "COMPROMISED"
, "UNKNOWN"