Owasp Crs Exclusion Entry Response
data class OwaspCrsExclusionEntryResponse(val exclusionManagedRuleSets: List<ExclusionManagedRuleSetResponse>? = null, 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
constructor(exclusionManagedRuleSets: List<ExclusionManagedRuleSetResponse>? = null, matchVariable: String, selector: String, selectorMatchOperator: String)