Okta · Schema

PolicySubjectMatchType

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

JSON Schema

okta-policysubjectmatchtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PolicySubjectMatchType",
  "title": "PolicySubjectMatchType",
  "type": "string",
  "enum": [
    "USERNAME",
    "EMAIL",
    "USERNAME_OR_EMAIL",
    "CUSTOM_ATTRIBUTE"
  ],
  "x-okta-tags": [
    "Policy"
  ]
}