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 server.
- Inheritance
-
azure.mgmt.network._serialization.ModelOwaspCrsExclusionEntry
Constructor
OwaspCrsExclusionEntry(*, match_variable: str | _models.OwaspCrsExclusionEntryMatchVariable, selector_match_operator: str | _models.OwaspCrsExclusionEntrySelectorMatchOperator, selector: str, exclusion_managed_rule_sets: List[_models.ExclusionManagedRuleSet] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
match_variable
|
The variable to be excluded. Required. Known values are: "RequestHeaderNames", "RequestCookieNames", "RequestArgNames", "RequestHeaderKeys", "RequestHeaderValues", "RequestCookieKeys", "RequestCookieValues", "RequestArgKeys", and "RequestArgValues". |
selector_match_operator
|
When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to. Required. Known values are: "Equals", "Contains", "StartsWith", "EndsWith", and "EqualsAny". |
selector
|
When matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to. Required. |
exclusion_managed_rule_sets
|
The managed rule sets that are associated with the exclusion. |
Variables
Name | Description |
---|---|
match_variable
|
The variable to be excluded. Required. Known values are: "RequestHeaderNames", "RequestCookieNames", "RequestArgNames", "RequestHeaderKeys", "RequestHeaderValues", "RequestCookieKeys", "RequestCookieValues", "RequestArgKeys", and "RequestArgValues". |
selector_match_operator
|
When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to. Required. Known values are: "Equals", "Contains", "StartsWith", "EndsWith", and "EqualsAny". |
selector
|
When matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to. Required. |
exclusion_managed_rule_sets
|
The managed rule sets that are associated with the exclusion. |
Azure SDK for Python