ManagedRuleGroupOverride Class
Defines a managed rule group override setting.
All required parameters must be populated in order to send to server.
Constructor
ManagedRuleGroupOverride(*, rule_group_name: str, rules: List[_models.ManagedRuleOverride] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
rule_group_name
|
Describes the managed rule group within the rule set to override. Required. |
rules
|
List of rules that will be enabled. If none specified, all rules in the group will be disabled. |
Variables
Name | Description |
---|---|
rule_group_name
|
Describes the managed rule group within the rule set to override. Required. |
rules
|
List of rules that will be enabled. If none specified, all rules in the group will be disabled. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python