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.
  • minValue: Int!
  • # Maximum value for the password complexity policy field.
  • maxValue: Int!
  • # Specifies if the password complexity policy field is being used.
  • isActive: Boolean!
  • # Default value for the password complexity policy field.
  • defaultValue: Int!
  • # Specifies if the current value is inherited by a stronger policy.
  • isInherited: Boolean!
  • }