Class SecurityMonitoringDatasetDefinition

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.

Hierarchy

  • SecurityMonitoringDatasetDefinition

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

For event platform datasets, the list of columns exposed by the dataset.

dataSource: string

The data source backing this dataset definition.

indexes?: string[]

For event platform datasets, the list of indexes to query.

name: string

The unique name of the dataset. Must start with a lowercase letter and contain only lowercase letters, digits, and underscores (max 255 characters).

queryFilter?: string

For referential datasets, an optional filter expression applied to the table.

The search clause applied to an event platform dataset.

storage?: string

Storage tier the dataset reads from. Applies to event platform datasets.

tableName?: string

For referential datasets, the name of the underlying table.

An optional time window that overrides the default query time range.

Generated using TypeDoc