Okta · Schema

AccessPolicyRuleConditions

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

Properties

Name Type Description
device object
elCondition object
userType object
View JSON Schema on GitHub

JSON Schema

okta-accesspolicyruleconditions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccessPolicyRuleConditions",
  "title": "AccessPolicyRuleConditions",
  "type": "object",
  "properties": {
    "device": {
      "$ref": "#/components/schemas/DeviceAccessPolicyRuleCondition"
    },
    "elCondition": {
      "$ref": "#/components/schemas/AccessPolicyRuleCustomCondition"
    },
    "userType": {
      "$ref": "#/components/schemas/UserTypeCondition"
    }
  },
  "x-okta-parent": "#/definitions/PolicyRuleConditions",
  "x-okta-tags": [
    "Policy"
  ]
}