View the Project on GitHub elements-storage/elements-sdk-python
The system’s password policy: the rules that user passwords must satisfy (such as length and complexity requirements).
| Name | Type | Description | Notes |
|---|---|---|---|
| rules | [PasswordPolicyRule] | [optional] | |
| min_length | int, none_type | [optional] | |
| min_entropy_bits | int, none_type | [optional] | |
| regex | str, none_type | [optional] | |
| no_pwned | bool, none_type | [optional] |