ManagedRuleSet interface
Defines a managed rule set.
Properties
| computed |
Stores the final list of disabled rule groups NOTE: This property will not be serialized. It can only be populated by the server. |
| rule |
Defines the rule group overrides to apply to the rule set. |
| rule |
Defines the rule set type to use. |
| rule |
Defines the version of the rule set to use. |
Property Details
computedDisabledRules
Stores the final list of disabled rule groups NOTE: This property will not be serialized. It can only be populated by the server.
computedDisabledRules?: ManagedRuleSetRuleGroup[]
Property Value
ruleGroupOverrides
Defines the rule group overrides to apply to the rule set.
ruleGroupOverrides?: ManagedRuleGroupOverride[]
Property Value
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