ManagedRuleSet Class
Defines a managed rule set.
Constructor
ManagedRuleSet(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
rule_set_type
|
Defines the rule set type to use. Required. |
|
rule_set_version
|
Defines the version of the rule set to use. Required. |
|
anomaly_score
|
Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests. |
|
rule_group_overrides
|
Defines the rule overrides to apply to the rule set. |
Attributes
anomaly_score
If the rule set supports anomaly detection mode, this describes the threshold for blocking requests.
anomaly_score: int | None
rule_group_overrides
Defines the rule overrides to apply to the rule set.
rule_group_overrides: list['_models.ManagedRuleGroupOverride'] | None
rule_set_type
Defines the rule set type to use. Required.
rule_set_type: str
rule_set_version
Defines the version of the rule set to use. Required.
rule_set_version: str