INPUT_OBJECT

PasswordComplexityPolicyTemplateInput

Description

Specifies the format of each password policy field.

link GraphQL Schema definition

  • input PasswordComplexityPolicyTemplateInput {
  • # Minimum value for the password policy field.
  • minValue: Int
  • # Maximum value for the password policy field.
  • maxValue: Int
  • # Default value for the password policy field.
  • defaultValue: Int
  • # Specifies if the password complexity policy field is being used.
  • isActive: Boolean!
  • }