
docs.PasswordPolicyPasswordSettingsAge.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of okta-sdk-api Show documentation
Show all versions of okta-sdk-api Show documentation
The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta
API. This .jar is the only compile-time dependency within the Okta SDK project that your code should
depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.
# PasswordPolicyPasswordSettingsAge
Age settings
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**expireWarnDays** | **Integer** | Specifies the number of days prior to password expiration when a User is warned to reset their password: `0` indicates no warning | [optional] |
|**historyCount** | **Integer** | Specifies the number of distinct passwords that a User must create before they can reuse a previous password: `0` indicates none | [optional] |
|**maxAgeDays** | **Integer** | Specifies how long (in days) a password remains valid before it expires: `0` indicates no limit | [optional] |
|**minAgeMinutes** | **Integer** | Specifies the minimum time interval (in minutes) between password changes: `0` indicates no limit | [optional] |
## Implemented Interfaces
* Serializable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy