Okta · Schema

PasswordPolicySettings

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

Properties

Name Type Description
delegation object
password object
recovery object
View JSON Schema on GitHub

JSON Schema

okta-passwordpolicysettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PasswordPolicySettings",
  "title": "PasswordPolicySettings",
  "type": "object",
  "properties": {
    "delegation": {
      "$ref": "#/components/schemas/PasswordPolicyDelegationSettings"
    },
    "password": {
      "$ref": "#/components/schemas/PasswordPolicyPasswordSettings"
    },
    "recovery": {
      "$ref": "#/components/schemas/PasswordPolicyRecoverySettings"
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}