Okta · Schema

PasswordPolicyRuleAction

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

Properties

Name Type Description
access string
View JSON Schema on GitHub

JSON Schema

okta-passwordpolicyruleaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PasswordPolicyRuleAction",
  "title": "PasswordPolicyRuleAction",
  "type": "object",
  "properties": {
    "access": {
      "type": "string",
      "enum": [
        "ALLOW",
        "DENY"
      ]
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}