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?: string
Property Value
string
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?: string
Property Value
string