共用方式為


OwaspCrsExclusionEntry Class

Definition

Allow to exclude some variable satisfy the condition for the WAF check.

public class OwaspCrsExclusionEntry
type OwaspCrsExclusionEntry = class
Public Class OwaspCrsExclusionEntry
Inheritance
OwaspCrsExclusionEntry

Constructors

OwaspCrsExclusionEntry()

Initializes a new instance of the OwaspCrsExclusionEntry class.

OwaspCrsExclusionEntry(String, String, String, IList<ExclusionManagedRuleSet>)

Initializes a new instance of the OwaspCrsExclusionEntry class.

Properties

ExclusionManagedRuleSets

Gets or sets the managed rule sets that are associated with the exclusion.

MatchVariable

Gets or sets the variable to be excluded. Possible values include: 'RequestHeaderNames', 'RequestCookieNames', 'RequestArgNames', 'RequestHeaderKeys', 'RequestHeaderValues', 'RequestCookieKeys', 'RequestCookieValues', 'RequestArgKeys', 'RequestArgValues'

Selector

Gets or sets when matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.

SelectorMatchOperator

Gets or sets when matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to. Possible values include: 'Equals', 'Contains', 'StartsWith', 'EndsWith', 'EqualsAny'

Methods

Validate()

Validate the object.

Applies to