Okta.Sdk.Model.PasswordPolicyPasswordSettingsAge

October 22, 2025 ยท View on GitHub

Age settings

Properties

NameTypeDescriptionNotes
ExpireWarnDaysintSpecifies 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]
HistoryCountintSpecifies the number of distinct passwords that a User must create before they can reuse a previous password: `0` indicates none[optional] [default to 0]
MaxAgeDaysintSpecifies how long (in days) a password remains valid before it expires: `0` indicates no limit[optional] [default to 0]
MinAgeMinutesintSpecifies the minimum time interval (in minutes) between password changes: `0` indicates no limit[optional] [default to 0]

[Back to Model list] [Back to API list] [Back to README]