Okta · Schema

PasswordPolicyPasswordSettingsAge

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

Properties

Name Type Description
expireWarnDays integer
historyCount integer
maxAgeDays integer
minAgeMinutes integer
View JSON Schema on GitHub

JSON Schema

okta-passwordpolicypasswordsettingsage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PasswordPolicyPasswordSettingsAge",
  "title": "PasswordPolicyPasswordSettingsAge",
  "type": "object",
  "properties": {
    "expireWarnDays": {
      "type": "integer"
    },
    "historyCount": {
      "type": "integer"
    },
    "maxAgeDays": {
      "type": "integer"
    },
    "minAgeMinutes": {
      "type": "integer"
    }
  },
  "x-okta-tags": [
    "Policy"
  ]
}