Minimum required policies for valid password. When set to a number greater than 0, defines the number of policies that must be met for the password to be valid. E.g. when set to 3 and the policies uppercase/lowercase/digits/special are all set and the password contains 3 out of these four, the password will be valid. minRequiredPolicies?: number¶
Define if special characters are required in password. special: boolean¶
Define if uppercase characters are required in password. uppercase: boolean¶