ManagedRuleSet interface  
Defines a managed rule set.
Properties
| exclusions | Describes the exclusions that are applied to all rules in the set.  | 
| rule | 
	Defines the rule group overrides to apply to the rule set.  | 
| rule | 
	Defines the rule set action.  | 
| rule | 
	Defines the rule set type to use.  | 
| rule | 
	Defines the version of the rule set to use.  | 
Property Details
exclusions
Describes the exclusions that are applied to all rules in the set.
exclusions?: ManagedRuleExclusion[]
				Property Value
		ruleGroupOverrides
	  
	Defines the rule group overrides to apply to the rule set.
ruleGroupOverrides?: ManagedRuleGroupOverride[]
				Property Value
		ruleSetAction
	  
	Defines the rule set action.
ruleSetAction?: string
				Property Value
string
		ruleSetType
	  
	Defines the rule set type to use.
ruleSetType: string
				Property Value
string
		ruleSetVersion
	  
	Defines the version of the rule set to use.
ruleSetVersion: string
				Property Value
string