Update the password policy for a specified tenant.

Entitlement required: managePwdPolicy (Manage password policy).

Body Params

The password policy object that contains the attributes for the password policy that is to be updated.

schemas
array of strings
required

An array of strings that contain the URIs that indicate the namespaces of the SCIM schemas that define the attributes in the current JSON structure. The schema "urn:ietf:params:scim:schemas:ibm:core:2.0:policy:Password" is returned.

schemas*
int32
required

Specifies the minimum number of alphabetic characters that the password string must have. If the server is unable to check the number of alphabetic characters, then the server continues processing depending on the value of the pwdCheckSyntax attribute.

int32
required

Specifies the minimum number of numeric and special characters that the password string must have. If the server is unable to check the number of other characters, then the server continues processing depending on the value of the pwdCheckSyntax attribute.

int32
required

Specifies the number of days before a password can be modified again.

int32
required

Specifies the maximum number of days before a password expires that an expiration warning message is returned to an authenticating user.

int32
required

Specifies the number of passwords that are stored in the pwdHistory attribute.

boolean
required

Indicates whether a password can be used to authenticate after a specified number of consecutive failed bind attempts. If the attribute is not provided, the behavior defaults to false.

int32
required

Specifies the number of minutes that the password cannot be used to authenticate due to the specified 'pwdMaxFailure' failed bind attempts.

int32
required

Specifies the number of days after which a password will expire (0 means password does not expire)

int32
required

Specifies the maximum number of consecutive failed bind attempts after which the password cannot be used for authentication. If a value of 0 is set for the pwdMaxFailure attribute, the value of pwdLockout is ignored.

int32
required

Specifies the minimum length for the password string. The server checks the minimum length depending upon the value of the pwdCheckSyntax attribute.

Responses

Language
URL
Choose an example:
application/scim+json