Class: DatadogAPIClient::V2::SecurityMonitoringDatasetAttributesRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringDatasetAttributesRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_request.rb
Overview
The attributes of a dataset create or update request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#definition ⇒ Object
readonly
The definition of the dataset.
-
#description ⇒ Object
The description of the dataset.
-
#version ⇒ Object
The expected current version of the dataset for optimistic concurrency control on updates.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_request.rb', line 37 def additional_properties @additional_properties 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.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_request.rb', line 28 def definition @definition end |
#description ⇒ Object
The description of the dataset. Maximum 255 characters.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_request.rb', line 31 def description @description end |
#version ⇒ Object
The expected current version of the dataset for optimistic concurrency control on updates. If the dataset's current version does not match, the request is rejected with a 409 Conflict.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_request.rb', line 35 def version @version end |