Class: DatadogAPIClient::V2::SecurityMonitoringReferenceTable

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_presenceObject

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_nameObject

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_pathObject

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_nameObject

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_nameObject

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