Class: DatadogAPIClient::V2::ApplicationSecurityPolicyRuleOverride
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ApplicationSecurityPolicyRuleOverride
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/application_security_policy_rule_override.rb
Overview
Override WAF rule parameters for services in a policy.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#blocking ⇒ Object
readonly
When blocking is enabled, the rule will block the traffic matched by this rule.
-
#enabled ⇒ Object
readonly
When false, this rule will not match any traffic.
-
#extended_data_collection ⇒ Object
When true, collects additional data from the WAF for this rule.
-
#id ⇒ Object
readonly
Override the parameters for this WAF rule identifier.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/application_security_policy_rule_override.rb', line 36 def additional_properties @additional_properties end |
#blocking ⇒ Object
When blocking is enabled, the rule will block the traffic matched by this rule.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/application_security_policy_rule_override.rb', line 25 def blocking @blocking end |
#enabled ⇒ Object
When false, this rule will not match any traffic.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/application_security_policy_rule_override.rb', line 28 def enabled @enabled end |
#extended_data_collection ⇒ Object
When true, collects additional data from the WAF for this rule.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/application_security_policy_rule_override.rb', line 31 def extended_data_collection @extended_data_collection end |
#id ⇒ Object
Override the parameters for this WAF rule identifier.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/application_security_policy_rule_override.rb', line 34 def id @id end |