ManagedRuleOverride interface
Defines a managed rule group override setting.
Properties
action | Describes the override action to be applied when rule matches. |
enabled |
Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified. |
exclusions | Describes the exclusions that are applied to this specific rule. |
rule |
Identifier for the managed rule. |
Property Details
action
Describes the override action to be applied when rule matches.
action?: string
Property Value
string
enabledState
Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.
enabledState?: string
Property Value
string
exclusions
Describes the exclusions that are applied to this specific rule.
exclusions?: ManagedRuleExclusion[]
Property Value
ruleId
Identifier for the managed rule.
ruleId: string
Property Value
string