WebAclRuleActionOverride

data class WebAclRuleActionOverride(val actionToUse: WebAclRuleAction, val name: String)

Action override for rules in the rule group.

Constructors

Link copied to clipboard
constructor(actionToUse: WebAclRuleAction, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The override action to use, in place of the configured action of the rule in the rule group.

Link copied to clipboard

The name of the rule to override.