Class SecurityMonitoringSignalsBulkTriageEventAttributes

Triage attributes of a security signal returned in a bulk update response.

Hierarchy

  • SecurityMonitoringSignalsBulkTriageEventAttributes

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
archiveComment?: string

Optional comment to display on archived signals.

archiveCommentTimestamp?: number

Timestamp of the last edit to the archive comment.

archiveCommentUser?: SecurityMonitoringTriageUser

Object representing a given user entity.

Reason a signal is archived.

Object representing a given user entity.

id: string

The unique ID of the security signal.

incidentIds: number[]

Array of incidents that are associated with this signal.

The new triage state of the signal.

stateUpdateTimestamp?: number

Timestamp of the last state update.

Object representing a given user entity.

Generated using TypeDoc