你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.

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.

Default value: None
exclusions

The Exclusions that are applied on the policy.

Default value: None
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.