Class: DatadogAPIClient::V2::ApplicationSecurityWafExclusionFilterResource
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ApplicationSecurityWafExclusionFilterResource
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/application_security_waf_exclusion_filter_resource.rb
Overview
A JSON:API resource for an WAF exclusion filter.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
Attributes describing a WAF exclusion filter.
-
#id ⇒ Object
The identifier of the WAF exclusion filter.
-
#type ⇒ Object
Type of the resource.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_exclusion_filter_resource.rb', line 33 def additional_properties @additional_properties end |
#attributes ⇒ Object
Attributes describing a WAF exclusion filter.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_exclusion_filter_resource.rb', line 25 def attributes @attributes end |
#id ⇒ Object
The identifier of the WAF exclusion filter.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_exclusion_filter_resource.rb', line 28 def id @id end |
#type ⇒ Object
Type of the resource. The value should always be exclusion_filter
.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_exclusion_filter_resource.rb', line 31 def type @type end |