OBJECT
PasswordComplexityPolicyTemplate
Description
Specifies range of values for each password complexity policy field.
link GraphQL Schema definition
- type PasswordComplexityPolicyTemplate {
- # Minimum value for the password complexity policy field.
- Int! :
- # Maximum value for the password complexity policy field.
- Int! :
- # Specifies if the password complexity policy field is being used.
- Boolean! :
- # Default value for the password complexity policy field.
- Int! :
- # Specifies if the current value is inherited by a stronger policy.
- Boolean! :
- }