Class SecurityMonitoringDatasetDependentsAttributes

The attributes of a dataset dependents entry.

Hierarchy

  • SecurityMonitoringDatasetDependentsAttributes

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
count: number

The number of resources that depend on the dataset.

datasetId: string

The UUID of the dataset whose dependencies are being reported.

ids: string[]

The list of resource IDs that depend on the dataset.

resourceType: string

The type of resource that depends on the dataset.

Generated using TypeDoc