Amazon Cognito · JSON Structure

User Pools Software Token Mfa Config Type Structure

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

Type: object Properties: 1
AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

SoftwareTokenMfaConfigType is a JSON Structure definition published by Amazon Cognito, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Enabled

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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