Axway · Schema

platform.user.mfa.app.add

Published when an MFA application is added for a user.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

axway-platformusermfaappadd-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/platform.user.mfa.app.add",
  "title": "platform.user.mfa.app.add",
  "type": "object",
  "description": "Published when an MFA application is added for a user.",
  "x-context": "user",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventDataOrg"
    },
    {
      "$ref": "#/components/schemas/EventDataActionUser"
    },
    {
      "$ref": "#/components/schemas/EventDataUser"
    }
  ]
}