Okta · Schema

RequiredEnum

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform
View JSON Schema on GitHub

JSON Schema

okta-requiredenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RequiredEnum",
  "title": "RequiredEnum",
  "type": "string",
  "enum": [
    "ALWAYS",
    "HIGH_RISK_ONLY",
    "NEVER"
  ],
  "x-okta-tags": [
    "Authenticator"
  ]
}