Okta · Schema

DevicePolicyRuleCondition

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

Properties

Name Type Description
migrated boolean
platform object
rooted boolean
trustLevel string
View JSON Schema on GitHub

JSON Schema

okta-devicepolicyrulecondition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DevicePolicyRuleCondition",
  "title": "DevicePolicyRuleCondition",
  "type": "object",
  "properties": {
    "migrated": {
      "type": "boolean"
    },
    "platform": {
      "$ref": "#/components/schemas/DevicePolicyRuleConditionPlatform"
    },
    "rooted": {
      "type": "boolean"
    },
    "trustLevel": {
      "type": "string",
      "enum": [
        "ANY",
        "TRUSTED"
      ]
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}