Okta · Schema

MultifactorEnrollmentPolicyAuthenticatorSettings

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform

Properties

Name Type Description
constraints object
enroll object
key object
View JSON Schema on GitHub

JSON Schema

okta-multifactorenrollmentpolicyauthenticatorsettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MultifactorEnrollmentPolicyAuthenticatorSettings",
  "title": "MultifactorEnrollmentPolicyAuthenticatorSettings",
  "type": "object",
  "properties": {
    "constraints": {
      "type": "object",
      "properties": {
        "aaguidGroups": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "x-okta-lifecycle": {
        "features": [
          "WEBAUTHN_MDS_CATALOG_BASED_AAGUID_ALLOWLIST"
        ]
      }
    },
    "enroll": {
      "type": "object",
      "properties": {
        "self": {
          "$ref": "#/components/schemas/MultifactorEnrollmentPolicyAuthenticatorStatus"
        }
      }
    },
    "key": {
      "$ref": "#/components/schemas/MultifactorEnrollmentPolicyAuthenticatorType"
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}