Class IoCTriageWriteResponseAttributes

Attributes of a created or updated triage state.

Hierarchy

  • IoCTriageWriteResponseAttributes

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
createdAt?: Date

Timestamp when the triage record was created.

indicator?: string

The indicator value that was triaged.

triageState?: IoCTriageState

Current triage state of the indicator.

triagedAt?: Date

Timestamp when the triage state was set.

triagedBy?: string

UUID of the user who set the triage state.

Generated using TypeDoc