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