OwaspCrsExclusionEntry interface
Allow to exclude some variable satisfy the condition for the WAF check.
Properties
exclusion |
The managed rule sets that are associated with the exclusion. |
match |
The variable to be excluded. |
selector | When matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to. |
selector |
When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to. |
Property Details
exclusionManagedRuleSets
The managed rule sets that are associated with the exclusion.
exclusionManagedRuleSets?: ExclusionManagedRuleSet[]
Property Value
matchVariable
The variable to be excluded.
matchVariable: string
Property Value
string
selector
When matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.
selector: string
Property Value
string
selectorMatchOperator
When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.
selectorMatchOperator: string
Property Value
string