Application Gateway Waf Configuration Exclusion
data class ApplicationGatewayWafConfigurationExclusion(val matchVariable: String, val selector: String? = null, val selectorMatchOperator: String? = null)
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
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