Class: Aws::CognitoIdentityProvider::Types::GetUserPoolMfaConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetUserPoolMfaConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mfa_configuration ⇒ String
The multi-factor authentication (MFA) configuration.
-
#sms_mfa_configuration ⇒ Types::SmsMfaConfigType
The SMS text message multi-factor authentication (MFA) configuration.
-
#software_token_mfa_configuration ⇒ Types::SoftwareTokenMfaConfigType
The software token multi-factor authentication (MFA) configuration.
Instance Attribute Details
#mfa_configuration ⇒ String
The multi-factor authentication (MFA) configuration. Valid values include:
-
‘OFF` MFA won’t 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 activated.
5099 5100 5101 5102 5103 5104 5105 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5099 class GetUserPoolMfaConfigResponse < Struct.new( :sms_mfa_configuration, :software_token_mfa_configuration, :mfa_configuration) SENSITIVE = [] include Aws::Structure end |
#sms_mfa_configuration ⇒ Types::SmsMfaConfigType
The SMS text message multi-factor authentication (MFA) configuration.
5099 5100 5101 5102 5103 5104 5105 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5099 class GetUserPoolMfaConfigResponse < Struct.new( :sms_mfa_configuration, :software_token_mfa_configuration, :mfa_configuration) SENSITIVE = [] include Aws::Structure end |
#software_token_mfa_configuration ⇒ Types::SoftwareTokenMfaConfigType
The software token multi-factor authentication (MFA) configuration.
5099 5100 5101 5102 5103 5104 5105 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5099 class GetUserPoolMfaConfigResponse < Struct.new( :sms_mfa_configuration, :software_token_mfa_configuration, :mfa_configuration) SENSITIVE = [] include Aws::Structure end |