Okta · Schema

MDMEnrollmentPolicyRuleCondition

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

Properties

Name Type Description
blockNonSafeAndroid boolean
enrollment string
View JSON Schema on GitHub

JSON Schema

okta-mdmenrollmentpolicyrulecondition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MDMEnrollmentPolicyRuleCondition",
  "title": "MDMEnrollmentPolicyRuleCondition",
  "type": "object",
  "properties": {
    "blockNonSafeAndroid": {
      "type": "boolean"
    },
    "enrollment": {
      "type": "string",
      "enum": [
        "OMM",
        "ANY_OR_NONE"
      ]
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}