NAME
Paws::CognitoIdp::GetUserPoolMfaConfigResponse
ATTRIBUTES
MfaConfiguration => Str
The multi-factor (MFA) configuration. Valid values include:
OFF
MFA will not be used for any users.ON
MFA is required for all users to sign in.OPTIONAL
MFA will be required only for individual users who have an MFA factor enabled.
Valid values are: "OFF"
, "ON"
, "OPTIONAL"
=head2 SmsMfaConfiguration => Paws::CognitoIdp::SmsMfaConfigType
The SMS text message multi-factor (MFA) configuration.
SoftwareTokenMfaConfiguration => Paws::CognitoIdp::SoftwareTokenMfaConfigType
The software token multi-factor (MFA) configuration.