ManagedRuleOverride interface
Defines a managed rule group override setting.
Properties
| action | Describes the override action to be applied when rule matches. |
| rule |
Identifier for the managed rule. |
| state | The state of the managed rule. Defaults to Disabled if not specified. |
Property Details
action
Describes the override action to be applied when rule matches.
action?: "Allow" | "AnomalyScoring" | "Block" | "Log"
Property Value
"Allow" | "AnomalyScoring" | "Block" | "Log"
ruleId
Identifier for the managed rule.
ruleId: string
Property Value
string
state
The state of the managed rule. Defaults to Disabled if not specified.
state?: "Enabled" | "Disabled"
Property Value
"Enabled" | "Disabled"