Attributes of a matching security signal.

Hierarchy

  • MatchingSignalAttributes

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

The tracker ID linking the signal back to the originating event. Distinct from id, which identifies the matching signal itself.

severity: string

The severity of the signal.

title: string

The title of the signal.

triggerTimeMs: number

The Unix timestamp (in milliseconds) at which the signal was triggered.

Generated using TypeDoc