ManagedRuleExclusionResponse

data class ManagedRuleExclusionResponse(val matchVariable: String, val selector: String, val selectorMatchOperator: String)

Exclude variables from managed rule evaluation.

Constructors

Link copied to clipboard
constructor(matchVariable: String, selector: String, selectorMatchOperator: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The variable type to be excluded.

Link copied to clipboard

Selector value for which elements in the collection this exclusion applies to.

Link copied to clipboard

Comparison operator to apply to the selector when specifying which elements in the collection this exclusion applies to.