Okta · Schema
PolicyRuleConditions
IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform
Properties
| Name | Type | Description |
|---|---|---|
| app | object | |
| apps | object | |
| authContext | object | |
| authProvider | object | |
| beforeScheduledAction | object | |
| clients | object | |
| context | object | |
| device | object | |
| grantTypes | object | |
| groups | object | |
| identityProvider | object | |
| mdmEnrollment | object | |
| network | object | |
| people | object | |
| platform | object | |
| risk | object | |
| riskScore | object | |
| scopes | object | |
| userIdentifier | object | |
| userStatus | object | |
| users | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PolicyRuleConditions",
"title": "PolicyRuleConditions",
"type": "object",
"properties": {
"app": {
"$ref": "#/components/schemas/AppAndInstancePolicyRuleCondition"
},
"apps": {
"$ref": "#/components/schemas/AppInstancePolicyRuleCondition"
},
"authContext": {
"$ref": "#/components/schemas/PolicyRuleAuthContextCondition"
},
"authProvider": {
"$ref": "#/components/schemas/PasswordPolicyAuthenticationProviderCondition"
},
"beforeScheduledAction": {
"$ref": "#/components/schemas/BeforeScheduledActionPolicyRuleCondition"
},
"clients": {
"$ref": "#/components/schemas/ClientPolicyCondition"
},
"context": {
"$ref": "#/components/schemas/ContextPolicyRuleCondition"
},
"device": {
"$ref": "#/components/schemas/DevicePolicyRuleCondition"
},
"grantTypes": {
"$ref": "#/components/schemas/GrantTypePolicyRuleCondition"
},
"groups": {
"$ref": "#/components/schemas/GroupPolicyRuleCondition"
},
"identityProvider": {
"$ref": "#/components/schemas/IdentityProviderPolicyRuleCondition"
},
"mdmEnrollment": {
"$ref": "#/components/schemas/MDMEnrollmentPolicyRuleCondition"
},
"network": {
"$ref": "#/components/schemas/PolicyNetworkCondition"
},
"people": {
"$ref": "#/components/schemas/PolicyPeopleCondition"
},
"platform": {
"$ref": "#/components/schemas/PlatformPolicyRuleCondition"
},
"risk": {
"$ref": "#/components/schemas/RiskPolicyRuleCondition"
},
"riskScore": {
"$ref": "#/components/schemas/RiskScorePolicyRuleCondition"
},
"scopes": {
"$ref": "#/components/schemas/OAuth2ScopesMediationPolicyRuleCondition"
},
"userIdentifier": {
"$ref": "#/components/schemas/UserIdentifierPolicyRuleCondition"
},
"userStatus": {
"$ref": "#/components/schemas/UserStatusPolicyRuleCondition"
},
"users": {
"$ref": "#/components/schemas/UserPolicyRuleCondition"
}
},
"x-okta-tags": [
"Policy"
]
}