Managed Rule Exclusion Response
data class ManagedRuleExclusionResponse(val matchVariable: String, val selector: String, val selectorMatchOperator: String)
Exclude variables from managed rule evaluation.
Constructors
Link copied to clipboard
fun ManagedRuleExclusionResponse(matchVariable: String, selector: String, selectorMatchOperator: String)