Okta · Schema

PolicyRuleAuthContextCondition

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

Properties

Name Type Description
authType string
View JSON Schema on GitHub

JSON Schema

okta-policyruleauthcontextcondition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PolicyRuleAuthContextCondition",
  "title": "PolicyRuleAuthContextCondition",
  "type": "object",
  "properties": {
    "authType": {
      "type": "string",
      "enum": [
        "ANY",
        "RADIUS"
      ]
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}