validate_password_policy specifies the password check policy.
| Property | Description |
|---|---|
| Parameter type | Enum |
| Default value | LOW |
| Value range | * LOW: Implement only general password checks. * MEDIUM: Check the password length, the number of uppercase letters, the number of lowercase letters, the number of digits, the number of special characters, and password resemblance to the username. |
| Effective scope | GLOBAL |
| Involved in serialization | Yes |