ApplicationGatewayWafConfigurationExclusion

data class ApplicationGatewayWafConfigurationExclusion(val matchVariable: String, val selector: String? = null, val selectorMatchOperator: String? = null)

Constructors

constructor(matchVariable: String, selector: String? = null, selectorMatchOperator: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Match variable of the exclusion rule to exclude header, cookie or GET arguments. Possible values are RequestArgKeys, RequestArgNames, RequestArgValues, RequestCookieKeys, RequestCookieNames, RequestCookieValues, RequestHeaderKeys, RequestHeaderNames and RequestHeaderValues

Link copied to clipboard
val selector: String? = null

String value which will be used for the filter operation. If empty will exclude all traffic on this match_variable

Link copied to clipboard

Operator which will be used to search in the variable content. Possible values are Contains, EndsWith, Equals, EqualsAny and StartsWith. If empty will exclude all traffic on this match_variable