All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs.PasswordPolicyPasswordSettingsAge.md Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 21.0.0
Show newest version


# 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