Okta · Schema

RiskScorePolicyRuleCondition

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

Properties

Name Type Description
level string
View JSON Schema on GitHub

JSON Schema

okta-riskscorepolicyrulecondition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RiskScorePolicyRuleCondition",
  "title": "RiskScorePolicyRuleCondition",
  "type": "object",
  "properties": {
    "level": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}