OwaspCrsExclusionEntry Class

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

All required parameters must be populated in order to send to Azure.

Inheritance
OwaspCrsExclusionEntry

Constructor

OwaspCrsExclusionEntry(*, match_variable: typing.Union[str, _ForwardRef('OwaspCrsExclusionEntryMatchVariable')], selector_match_operator: typing.Union[str, _ForwardRef('OwaspCrsExclusionEntrySelectorMatchOperator')], selector: str, **kwargs)

Parameters

match_variable
str or OwaspCrsExclusionEntryMatchVariable

Required. The variable to be excluded. Possible values include: "RequestHeaderNames", "RequestCookieNames", "RequestArgNames".

selector_match_operator
str or OwaspCrsExclusionEntrySelectorMatchOperator

Required. 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".

selector
str

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