Okta · Schema

PasswordPolicyRuleConditions

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

Properties

Name Type Description
network object
people object
View JSON Schema on GitHub

JSON Schema

okta-passwordpolicyruleconditions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PasswordPolicyRuleConditions",
  "title": "PasswordPolicyRuleConditions",
  "type": "object",
  "properties": {
    "network": {
      "$ref": "#/components/schemas/PolicyNetworkCondition"
    },
    "people": {
      "$ref": "#/components/schemas/PolicyPeopleCondition"
    }
  },
  "x-okta-parent": "#/definitions/PolicyRuleConditions",
  "x-okta-tags": [
    "Policy"
  ]
}