Class: DatadogAPIClient::V2::SecurityMonitoringReferenceTable
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringReferenceTable
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_reference_table.rb
Overview
Reference table for the rule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#check_presence ⇒ Object
Whether to include or exclude the matched values.
-
#column_name ⇒ Object
The name of the column in the reference table.
-
#log_field_path ⇒ Object
The field in the log to match against the reference table.
-
#rule_query_name ⇒ Object
The name of the rule query to apply the reference table to.
-
#table_name ⇒ Object
The name of the reference table.
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_monitoring_reference_table.rb', line 39 def additional_properties @additional_properties end |
#check_presence ⇒ Object
Whether to include or exclude the matched values.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_reference_table.rb', line 25 def check_presence @check_presence end |
#column_name ⇒ Object
The name of the column in the reference table.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_reference_table.rb', line 28 def column_name @column_name end |
#log_field_path ⇒ Object
The field in the log to match against the reference table.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_reference_table.rb', line 31 def log_field_path @log_field_path end |
#rule_query_name ⇒ Object
The name of the rule query to apply the reference table to.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_reference_table.rb', line 34 def rule_query_name @rule_query_name end |
#table_name ⇒ Object
The name of the reference table.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_reference_table.rb', line 37 def table_name @table_name end |