Class: DatadogAPIClient::V2::ApplicationSecurityWafCustomRuleTags

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#categoryObject

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

#typeObject

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