BlacklistRuleData
The BlacklistRuleData type represents the data of a BlacklistRule.
type BlacklistRuleData {
criteria: BlacklistRuleCriteria!
value: BlacklistRuleValue!
tag: String!
groupCode: ID!
id: ID!
priority: Int!
}
Fields
BlacklistRuleData.criteria
● BlacklistRuleCriteria!
non-null object
It is used to define the conditions that the rule will be applied to.
BlacklistRuleData.value
● BlacklistRuleValue!
non-null object
It is used to define the codes that will be blacklisted or whitelisted.
BlacklistRuleData.tag
● String!
non-null scalar
It is used to identify the rule with a frendly name.
BlacklistRuleData.groupCode
● ID!
non-null scalar
Group code where the rule will apply.
BlacklistRuleData.id
● ID!
non-null scalar
Unique identifier of the rule.
BlacklistRuleData.priority
● Int!
non-null scalar
Priority of the rule. The priority is used to determine the order in which the rules are applied. The lower the number, the higher the priority.
Member Of
BlacklistRule
object