Class: DatadogAPIClient::V2::SecurityFilterCreateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityFilterCreateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_filter_create_attributes.rb
Overview
Object containing the attributes of the security filter to be created.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#exclusion_filters ⇒ Object
readonly
Exclusion filters to exclude some logs from the security filter.
-
#filtered_data_type ⇒ Object
readonly
The filtered data type.
-
#is_enabled ⇒ Object
readonly
Whether the security filter is enabled.
-
#name ⇒ Object
readonly
The name of the security filter.
-
#query ⇒ Object
readonly
The query of the security filter.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/security_filter_create_attributes.rb', line 39 def additional_properties @additional_properties end |
#exclusion_filters ⇒ Object
Exclusion filters to exclude some logs from the security filter.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_filter_create_attributes.rb', line 25 def exclusion_filters @exclusion_filters end |
#filtered_data_type ⇒ Object
The filtered data type.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_filter_create_attributes.rb', line 28 def filtered_data_type @filtered_data_type end |
#is_enabled ⇒ Object
Whether the security filter is enabled.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_filter_create_attributes.rb', line 31 def is_enabled @is_enabled end |
#name ⇒ Object
The name of the security filter.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/security_filter_create_attributes.rb', line 34 def name @name end |
#query ⇒ Object
The query of the security filter.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/security_filter_create_attributes.rb', line 37 def query @query end |