Okta · Schema

DevicePolicyRuleConditionPlatform

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

Properties

Name Type Description
supportedMDMFrameworks array
types array
View JSON Schema on GitHub

JSON Schema

okta-devicepolicyruleconditionplatform-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DevicePolicyRuleConditionPlatform",
  "title": "DevicePolicyRuleConditionPlatform",
  "type": "object",
  "properties": {
    "supportedMDMFrameworks": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "AFW",
          "SAFE",
          "NATIVE"
        ]
      }
    },
    "types": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "IOS",
          "ANDROID",
          "OSX",
          "WINDOWS"
        ]
      }
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}