Okta · Schema

PlatformConditionEvaluatorPlatform

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

Properties

Name Type Description
os object
type string
View JSON Schema on GitHub

JSON Schema

okta-platformconditionevaluatorplatform-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PlatformConditionEvaluatorPlatform",
  "title": "PlatformConditionEvaluatorPlatform",
  "type": "object",
  "properties": {
    "os": {
      "$ref": "#/components/schemas/PlatformConditionEvaluatorPlatformOperatingSystem"
    },
    "type": {
      "type": "string",
      "enum": [
        "DESKTOP",
        "MOBILE",
        "OTHER",
        "ANY"
      ]
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}