Okta · Schema

DeviceAccessPolicyRuleCondition

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

Properties

Name Type Description
managed boolean
registered boolean
View JSON Schema on GitHub

JSON Schema

okta-deviceaccesspolicyrulecondition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeviceAccessPolicyRuleCondition",
  "title": "DeviceAccessPolicyRuleCondition",
  "type": "object",
  "properties": {
    "managed": {
      "type": "boolean"
    },
    "registered": {
      "type": "boolean"
    }
  },
  "x-okta-parent": "#/definitions/DevicePolicyRuleCondition",
  "x-okta-tags": [
    "Policy"
  ]
}