ManagedRuleGroupOverride interface   
Defines a managed rule group override setting.
Properties
| exclusions | Describes the exclusions that are applied to all rules in the group.  | 
| rule | 
	Describes the managed rule group to override.  | 
| rules | List of rules that will be disabled. If none specified, all rules in the group will be disabled.  | 
Property Details
exclusions
Describes the exclusions that are applied to all rules in the group.
exclusions?: ManagedRuleExclusion[]
				Property Value
		ruleGroupName
	  
	Describes the managed rule group to override.
ruleGroupName: string
				Property Value
string
rules
List of rules that will be disabled. If none specified, all rules in the group will be disabled.
rules?: ManagedRuleOverride[]