PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::CognitoIdp::AdminGetUserResponse; use Moose; has Enabled => (is => 'ro', isa => 'Bool'); has MFAOptions => (is => 'ro', isa => 'ArrayRef[Paws::CognitoIdp::MFAOptionType]'); has PreferredMfaSetting => (is => 'ro', isa => 'Str'); has UserAttributes => (is => 'ro', isa => 'ArrayRef[Paws::CognitoIdp::AttributeType]'); has UserCreateDate => (is => 'ro', isa => 'Str'); has UserLastModifiedDate => (is => 'ro', isa => 'Str'); has UserMFASettingList => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has Username => (is => 'ro', isa => 'Str', required => 1); has UserStatus => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::CognitoIdp::AdminGetUserResponse =head1 ATTRIBUTES =head2 Enabled => Bool Indicates that the status is enabled. =head2 MFAOptions => ArrayRef[L] I 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. =head2 PreferredMfaSetting => Str The user's preferred MFA setting. =head2 UserAttributes => ArrayRef[L] An array of name-value pairs representing user attributes. =head2 UserCreateDate => Str The date the user was created. =head2 UserLastModifiedDate => Str The date the user was last modified. =head2 UserMFASettingList => ArrayRef[Str|Undef] The MFA options that are enabled for the user. The possible values in this list are C and C. =head2 B Username => Str The user name of the user about whom you are receiving information. =head2 UserStatus => Str The user status. Can be one of the following: =over =item * UNCONFIRMED - User has been created but not confirmed. =item * CONFIRMED - User has been confirmed. =item * ARCHIVED - User is no longer active. =item * COMPROMISED - User is disabled due to a potential security threat. =item * UNKNOWN - User status is not known. =item * 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. =item * 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. =back Valid values are: C<"UNCONFIRMED">, C<"CONFIRMED">, C<"ARCHIVED">, C<"COMPROMISED">, C<"UNKNOWN">, C<"RESET_REQUIRED">, C<"FORCE_CHANGE_PASSWORD"> =head2 _request_id => Str =cut 1;