Class SecurityMonitoringDatasetAttributesResponse

The attributes of a Cloud SIEM dataset.

Hierarchy

  • SecurityMonitoringDatasetAttributesResponse

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
createdAt: string

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

createdByHandle: string

The Datadog handle of the user who created the dataset.

createdByName: string

The display name of the user who created the dataset.

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.

description: string

The description of the dataset.

id: string

The UUID of the dataset.

isDefault: boolean

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

isDeprecated: boolean

Whether the dataset is marked as deprecated.

modifiedAt: string

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

name: string

The unique name of the dataset.

updatedByHandle: null | string

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

updatedByName: null | string

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

version: number

The current version of the dataset.

Generated using TypeDoc