Amazon Cognito · Schema

SoftwareTokenMfaConfigType

The type used for enabling software token MFA at the user pool level.

AuthenticationAuthorizationIdentityIdentity ProviderOIDC

Properties

Name Type Description
Enabled object
View JSON Schema on GitHub

JSON Schema

cognito-idp-software-token-mfa-config-type-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Enabled": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BooleanType"
        },
        {
          "description": "Specifies whether software token MFA is activated."
        }
      ]
    }
  },
  "description": "The type used for enabling software token MFA at the user pool level.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-schema/cognito-idp-software-token-mfa-config-type-schema.json",
  "title": "SoftwareTokenMfaConfigType"
}