PasswordComplexityPolicyInput
Specifies the password policy to be used by the organization.
Fields
| Field | Type | Description |
|---|---|---|
| leakedDetectionPolicy | PasswordComplexityPolicyTemplateInput | Policy for controlling leaked password detection. |
| lengthPolicy | PasswordComplexityPolicyTemplateInput! | Policy for the length of each password string. |
| lowercasePolicy | PasswordComplexityPolicyTemplateInput! | Policy for the number of lowercase characters in each password string. |
| numericPolicy | PasswordComplexityPolicyTemplateInput! | Policy for the number of numeric characters in each password string. |
| passwordExpirationPolicy | PasswordComplexityPolicyTemplateInput! | Policy for controlling password expiration. |
| passwordReusePolicy | PasswordComplexityPolicyTemplateInput! | Policy for controlling password reuse. |
| specialCharsPolicy | PasswordComplexityPolicyTemplateInput! | Policy for the number of special characters in each password string. |
| uppercasePolicy | PasswordComplexityPolicyTemplateInput! | Policy for the number of uppercase characters in each password string. |