Web Application Firewall Scrubbing Rules Response
data class WebApplicationFirewallScrubbingRulesResponse(val matchVariable: String, val selector: String? = null, val selectorMatchOperator: String, val state: String? = null)
Allow certain variables to be scrubbed on WAF logs
Constructors
Link copied to clipboard
fun WebApplicationFirewallScrubbingRulesResponse(matchVariable: String, selector: String? = null, selectorMatchOperator: String, state: String? = null)