Class SecurityMonitoringSignalIncidentsUpdateAttributes

Attributes describing the new list of related signals for a security signal.

Hierarchy

  • SecurityMonitoringSignalIncidentsUpdateAttributes

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
incidentIds: number[]

Array of incidents that are associated with this signal.

version?: number

Version of the updated signal. If server side version is higher, update will be rejected.

Generated using TypeDoc