ApplicationGatewayFirewallExclusionResponse

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

Allow to exclude some variable satisfy the condition for the WAF check.

Constructors

constructor(matchVariable: String, selector: String, selectorMatchOperator: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The variable to be excluded.

Link copied to clipboard

When matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.

Link copied to clipboard

When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.