WebAclOverrideAction

data class WebAclOverrideAction(val count: Any? = null, val none: Any? = null)

Override a RuleGroup or ManagedRuleGroup behavior. This can only be applied to Rule that has RuleGroupReferenceStatement or ManagedRuleGroupReferenceStatement.

Constructors

Link copied to clipboard
constructor(count: Any? = null, none: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Any? = null

Count traffic towards application.

Link copied to clipboard
val none: Any? = null

Keep the RuleGroup or ManagedRuleGroup behavior as is.