Okta · Schema

UserIdentifierConditionEvaluatorPattern

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

Properties

Name Type Description
matchType string
value string
View JSON Schema on GitHub

JSON Schema

okta-useridentifierconditionevaluatorpattern-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserIdentifierConditionEvaluatorPattern",
  "title": "UserIdentifierConditionEvaluatorPattern",
  "type": "object",
  "properties": {
    "matchType": {
      "type": "string",
      "enum": [
        "SUFFIX",
        "EXPRESSION",
        "STARTS_WITH",
        "EQUALS",
        "CONTAINS"
      ]
    },
    "value": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}