Okta · Schema

PlatformConditionEvaluatorPlatformOperatingSystem

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

Properties

Name Type Description
expression string
type string
version object
View JSON Schema on GitHub

JSON Schema

okta-platformconditionevaluatorplatformoperatingsystem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PlatformConditionEvaluatorPlatformOperatingSystem",
  "title": "PlatformConditionEvaluatorPlatformOperatingSystem",
  "type": "object",
  "properties": {
    "expression": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "enum": [
        "ANDROID",
        "IOS",
        "WINDOWS",
        "OSX",
        "OTHER",
        "ANY"
      ]
    },
    "version": {
      "$ref": "#/components/schemas/PlatformConditionEvaluatorPlatformOperatingSystemVersion"
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}