Okta · Schema

PlatformConditionEvaluatorPlatformOperatingSystemVersion

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-platformconditionevaluatorplatformoperatingsystemversion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PlatformConditionEvaluatorPlatformOperatingSystemVersion",
  "title": "PlatformConditionEvaluatorPlatformOperatingSystemVersion",
  "type": "object",
  "properties": {
    "matchType": {
      "type": "string",
      "enum": [
        "EXPRESSION",
        "SEMVER"
      ]
    },
    "value": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}