ManagedRuleSet interface
Defines a managed rule set.
Properties
anomaly |
Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests. |
rule |
Defines the rule 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
anomalyScore
Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests.
anomalyScore?: number
Property Value
number
ruleGroupOverrides
Defines the rule 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