INPUT_OBJECT
Specifies the format of each password policy field.
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!}