Class: DatadogAPIClient::V2::ApplicationSecurityWafCustomRuleTags
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ApplicationSecurityWafCustomRuleTags
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/application_security_waf_custom_rule_tags.rb
Overview
Tags associated with the WAF Custom Rule. The concatenation of category and type will form the security activity field associated with the traces.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#category ⇒ Object
readonly
The category of the WAF Rule, can be either
business_logic
,attack_attempt
orsecurity_response
. -
#type ⇒ Object
readonly
The type of the WAF rule, associated with the category will form the security activity.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_tags.rb', line 31 def additional_properties @additional_properties end |
#category ⇒ Object
The category of the WAF Rule, can be either business_logic
, attack_attempt
or security_response
.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_tags.rb', line 26 def category @category end |
#type ⇒ Object
The type of the WAF rule, associated with the category will form the security activity.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_tags.rb', line 29 def type @type end |