ApplicationGatewayFirewallExclusion Class

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

Constructor

ApplicationGatewayFirewallExclusion(*args: Any, **kwargs: Any)

Variables

Name Description
match_variable
str

The variable to be excluded. Required.

selector_match_operator
str

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

selector
str

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

Attributes

match_variable

The variable to be excluded. Required.

match_variable: str

selector

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

selector: str

selector_match_operator

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

selector_match_operator: str