OwaspCrsExclusionEntryResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The managed rule sets that are associated with the exclusion.

Link copied to clipboard

The variable to be excluded.

Link copied to clipboard

When matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.

Link copied to clipboard

When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.