A single entry in an indicator's triage history timeline.

Hierarchy

  • IoCTriageEvent

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
triageState?: IoCTriageState

Current triage state of the indicator.

triagedAt?: Date

Timestamp when this triage action occurred.

triagedBy?: string

UUID of the user who performed this triage action.

Generated using TypeDoc