Okta.Sdk.Model.PasswordPolicyPasswordSettingsAge
October 22, 2025 ยท View on GitHub
Age settings
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ExpireWarnDays | int | Specifies the number of days prior to password expiration when a User is warned to reset their password: `0` indicates no warning | [optional] [default to 0] |
| HistoryCount | int | Specifies the number of distinct passwords that a User must create before they can reuse a previous password: `0` indicates none | [optional] [default to 0] |
| MaxAgeDays | int | Specifies how long (in days) a password remains valid before it expires: `0` indicates no limit | [optional] [default to 0] |
| MinAgeMinutes | int | Specifies the minimum time interval (in minutes) between password changes: `0` indicates no limit | [optional] [default to 0] |