Class: DatadogAPIClient::V2::SecurityMonitoringDatasetAttributesResponse

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_response.rb

Overview

The attributes of a Cloud SIEM dataset.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



66
67
68
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_response.rb', line 66

def additional_properties
  @additional_properties
end

#created_atObject

The creation timestamp of the dataset, in ISO 8601 format.



25
26
27
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_response.rb', line 25

def created_at
  @created_at
end

#created_by_handleObject

The Datadog handle of the user who created the dataset.



28
29
30
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_response.rb', line 28

def created_by_handle
  @created_by_handle
end

#created_by_nameObject

The display name of the user who created the dataset.



31
32
33
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_response.rb', line 31

def created_by_name
  @created_by_name
end

#definitionObject

The definition of the dataset. The shape depends on the value of data_source. Use reference_table or managed_resource for a referential dataset, or one of the event platform sources (for example logs, audit, events, spans, rum) for an event platform dataset.



37
38
39
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_response.rb', line 37

def definition
  @definition
end

#descriptionObject

The description of the dataset.



40
41
42
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_response.rb', line 40

def description
  @description
end

#idObject

The UUID of the dataset.



43
44
45
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_response.rb', line 43

def id
  @id
end

#is_defaultObject

Whether the dataset is an out-of-the-box dataset provided by Datadog.



46
47
48
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_response.rb', line 46

def is_default
  @is_default
end

#is_deprecatedObject

Whether the dataset is marked as deprecated.



49
50
51
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_response.rb', line 49

def is_deprecated
  @is_deprecated
end

#modified_atObject

The timestamp of the last modification of the dataset, in ISO 8601 format.



52
53
54
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_response.rb', line 52

def modified_at
  @modified_at
end

#nameObject

The unique name of the dataset.



55
56
57
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_response.rb', line 55

def name
  @name
end

#updated_by_handleObject

The Datadog handle of the user who last updated the dataset.



58
59
60
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_response.rb', line 58

def updated_by_handle
  @updated_by_handle
end

#updated_by_nameObject

The display name of the user who last updated the dataset.



61
62
63
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_response.rb', line 61

def updated_by_name
  @updated_by_name
end

#versionObject

The current version of the dataset.



64
65
66
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_response.rb', line 64

def version
  @version
end