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