The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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).

PreferredMfaSetting => Str

The user's preferred MFA setting.

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.

UserMFASettingList => ArrayRef[Str|Undef]

The list of the user's MFA settings.

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", "RESET_REQUIRED", "FORCE_CHANGE_PASSWORD" =head2 _request_id => Str