Axway · Schema

platform.user.mfa.disabled

Published when multi-factor authentication is disabled for a user.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

axway-platformusermfadisabled-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/platform.user.mfa.disabled",
  "title": "platform.user.mfa.disabled",
  "type": "object",
  "description": "Published when multi-factor authentication is disabled for a user.",
  "x-context": "user",
  "allOf": [
    {
      "$ref": "#/components/schemas/platform.user.mfa.enabled"
    }
  ]
}