Owasp Crs Exclusion Entry Response
data class OwaspCrsExclusionEntryResponse(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 OwaspCrsExclusionEntryResponse(matchVariable: String, selector: String, selectorMatchOperator: String)