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