Application Gateway Firewall Exclusion Response
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
Link copied to clipboard
fun ApplicationGatewayFirewallExclusionResponse(matchVariable: String, selector: String, selectorMatchOperator: String)