ManagedRulesDefinition 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.ModelManagedRulesDefinition
Constructor
ManagedRulesDefinition(*, managed_rule_sets: List[_models.ManagedRuleSet], exceptions: List[_models.ExceptionEntry] | None = None, exclusions: List[_models.OwaspCrsExclusionEntry] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
exceptions
|
The exceptions that are applied on the policy. |
exclusions
|
The Exclusions that are applied on the policy. |
managed_rule_sets
|
The managed rule sets that are associated with the policy. Required. |
Variables
Name | Description |
---|---|
exceptions
|
The exceptions that are applied on the policy. |
exclusions
|
The Exclusions that are applied on the policy. |
managed_rule_sets
|
The managed rule sets that are associated with the policy. Required. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python