{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-schema/user-pools-get-user-pool-mfa-config-response-schema.json", "title": "GetUserPoolMfaConfigResponse", "description": "GetUserPoolMfaConfigResponse schema from Amazon Cognito API", "type": "object", "properties": { "SmsMfaConfiguration": { "allOf": [ { "$ref": "#/components/schemas/SmsMfaConfigType" }, { "description": "The SMS text message multi-factor authentication (MFA) configuration." } ] }, "SoftwareTokenMfaConfiguration": { "allOf": [ { "$ref": "#/components/schemas/SoftwareTokenMfaConfigType" }, { "description": "The software token multi-factor authentication (MFA) configuration." } ] }, "MfaConfiguration": { "allOf": [ { "$ref": "#/components/schemas/UserPoolMfaType" }, { "description": "
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.