Modify a password policy's attributes in Cloud Directory. It can be used to update one or more attributes.patch https://{tenanturl}/v3.0/PasswordPolicies/{id}Entitlement required: managePwdPolicy (Manage password policy).Path ParamsidstringrequiredThe ID of the password policy to be patched.Body ParamsThe body for the password policy's patch operation.schemasarray of stringsrequiredAn 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:3.0:policy:Password"is returned.schemas*ADD stringpolicyNamestringrequiredThe user defined name of the password policy.passwordStrengthobjectpasswordStrength objectpasswordSecurityobjectpasswordSecurity objectResponses 204No Content. 400The request was incorrect. 403Forbidden. 404Not found. 500An internal server error occurred.Updated over 1 year ago