Class: DatadogAPIClient::V2::ApplicationSecurityPolicyRulesetOverride Deprecated
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ApplicationSecurityPolicyRulesetOverride
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/application_security_policy_ruleset_override.rb
Overview
Deprecated.
This model is deprecated.
Deprecated: Override WAF ruleset parameters. Use protectionPresets instead.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#blocking ⇒ Object
readonly
When blocking is enabled, the ruleset will block the traffic it matches.
-
#enabled ⇒ Object
readonly
When false, this ruleset will not match any traffic.
-
#id ⇒ Object
readonly
The identifier of the ruleset to override.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/application_security_policy_ruleset_override.rb', line 35 def additional_properties @additional_properties end |
#blocking ⇒ Object
When blocking is enabled, the ruleset will block the traffic it matches.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/application_security_policy_ruleset_override.rb', line 27 def blocking @blocking end |
#enabled ⇒ Object
When false, this ruleset will not match any traffic.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/application_security_policy_ruleset_override.rb', line 30 def enabled @enabled end |
#id ⇒ Object
The identifier of the ruleset to override.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/application_security_policy_ruleset_override.rb', line 33 def id @id end |