Class: DatadogAPIClient::V2::ApplicationSecurityWafCustomRuleUpdateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ApplicationSecurityWafCustomRuleUpdateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/application_security_waf_custom_rule_update_attributes.rb
Overview
Update a WAF custom rule.
Instance Attribute Summary collapse
-
#action ⇒ Object
The definition of
ApplicationSecurityWafCustomRuleAction
object. -
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#blocking ⇒ Object
readonly
Indicates whether the WAF custom rule will block the request.
-
#conditions ⇒ Object
readonly
Conditions for which the WAF Custom Rule will triggers, all conditions needs to match in order for the WAF rule to trigger.
-
#enabled ⇒ Object
readonly
Indicates whether the WAF custom rule is enabled.
-
#name ⇒ Object
readonly
The Name of the WAF custom rule.
-
#path_glob ⇒ Object
The path glob for the WAF custom rule.
-
#scope ⇒ Object
The scope of the WAF custom rule.
-
#tags ⇒ Object
readonly
Tags associated with the WAF Custom Rule.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#action ⇒ Object
The definition of ApplicationSecurityWafCustomRuleAction
object.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_update_attributes.rb', line 25 def action @action end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
50 51 52 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_update_attributes.rb', line 50 def additional_properties @additional_properties end |
#blocking ⇒ Object
Indicates whether the WAF custom rule will block the request.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_update_attributes.rb', line 28 def blocking @blocking end |
#conditions ⇒ Object
Conditions for which the WAF Custom Rule will triggers, all conditions needs to match in order for the WAF rule to trigger.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_update_attributes.rb', line 32 def conditions @conditions end |
#enabled ⇒ Object
Indicates whether the WAF custom rule is enabled.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_update_attributes.rb', line 35 def enabled @enabled end |
#name ⇒ Object
The Name of the WAF custom rule.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_update_attributes.rb', line 38 def name @name end |
#path_glob ⇒ Object
The path glob for the WAF custom rule.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_update_attributes.rb', line 41 def path_glob @path_glob end |
#scope ⇒ Object
The scope of the WAF custom rule.
44 45 46 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_update_attributes.rb', line 44 def scope @scope end |
#tags ⇒ Object
Tags associated with the WAF Custom Rule. The concatenation of category and type will form the security activity field associated with the traces.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_update_attributes.rb', line 48 def @tags end |