Class: DatadogAPIClient::V2::SecurityMonitoringDatasetAttributesResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringDatasetAttributesResponse
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
readonly
The creation timestamp of the dataset, in ISO 8601 format.
-
#created_by_handle ⇒ Object
readonly
The Datadog handle of the user who created the dataset.
-
#created_by_name ⇒ Object
readonly
The display name of the user who created the dataset.
-
#definition ⇒ Object
readonly
The definition of the dataset.
-
#description ⇒ Object
readonly
The description of the dataset.
-
#id ⇒ Object
readonly
The UUID of the dataset.
-
#is_default ⇒ Object
readonly
Whether the dataset is an out-of-the-box dataset provided by Datadog.
-
#is_deprecated ⇒ Object
readonly
Whether the dataset is marked as deprecated.
-
#modified_at ⇒ Object
readonly
The timestamp of the last modification of the dataset, in ISO 8601 format.
-
#name ⇒ Object
readonly
The unique name of the dataset.
-
#updated_by_handle ⇒ Object
The Datadog handle of the user who last updated the dataset.
-
#updated_by_name ⇒ Object
The display name of the user who last updated the dataset.
-
#version ⇒ Object
readonly
The current version of the dataset.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_at ⇒ Object
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_handle ⇒ Object
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_name ⇒ Object
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 |
#definition ⇒ Object
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 |
#description ⇒ Object
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 |
#id ⇒ Object
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_default ⇒ Object
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_deprecated ⇒ Object
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_at ⇒ Object
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 |
#name ⇒ Object
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_handle ⇒ Object
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_name ⇒ Object
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 |
#version ⇒ Object
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 |