You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CognitoIdentityProvider::Types::GetUserPoolMfaConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetUserPoolMfaConfigResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#mfa_configuration ⇒ String
The multi-factor (MFA) configuration.
-
#sms_mfa_configuration ⇒ Types::SmsMfaConfigType
The SMS text message multi-factor (MFA) configuration.
-
#software_token_mfa_configuration ⇒ Types::SoftwareTokenMfaConfigType
The software token multi-factor (MFA) configuration.
Instance Attribute Details
#mfa_configuration ⇒ String
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.Possible values:
- OFF
- ON
- OPTIONAL
#sms_mfa_configuration ⇒ Types::SmsMfaConfigType
The SMS text message multi-factor (MFA) configuration.
#software_token_mfa_configuration ⇒ Types::SoftwareTokenMfaConfigType
The software token multi-factor (MFA) configuration.