Attributes for setting an indicator's triage state.

Hierarchy

  • IoCTriageWriteRequestAttributes

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
indicator: string

The indicator value to triage (for example, an IP address or domain).

triageState: IoCTriageState

Current triage state of the indicator.

Generated using TypeDoc