Class: Aws::CognitoIdentityProvider::Types::SetUserPoolMfaConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::SetUserPoolMfaConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mfa_configuration ⇒ String
The MFA configuration.
-
#sms_mfa_configuration ⇒ Types::SmsMfaConfigType
The SMS text message MFA configuration.
-
#software_token_mfa_configuration ⇒ Types::SoftwareTokenMfaConfigType
The software token MFA configuration.
Instance Attribute Details
#mfa_configuration ⇒ String
The 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 enabled.
7882 7883 7884 7885 7886 7887 7888 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7882 class SetUserPoolMfaConfigResponse < 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 MFA configuration.
7882 7883 7884 7885 7886 7887 7888 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7882 class SetUserPoolMfaConfigResponse < 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 MFA configuration.
7882 7883 7884 7885 7886 7887 7888 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7882 class SetUserPoolMfaConfigResponse < Struct.new( :sms_mfa_configuration, :software_token_mfa_configuration, :mfa_configuration) SENSITIVE = [] include Aws::Structure end |