Optional ReadonlycontainsWhether the password contains a lowercase letter, or undefined if not required.
Optional ReadonlycontainsWhether the password contains a non-alphanumeric character, or undefined if not required.
Optional ReadonlycontainsWhether the password contains a numeric character, or undefined if not required.
Optional ReadonlycontainsWhether the password contains an uppercase letter, or undefined if not required.
ReadonlyisWhether the password meets all requirements.
Optional ReadonlymeetsWhether the password meets the maximum password length, or undefined if not required.
Optional ReadonlymeetsWhether the password meets the minimum password length, or undefined if not required.
ReadonlypasswordThe policy used to validate the password.
A structure indicating which password policy requirements were met or violated and what the requirements are.