Class SecurityMonitoringSignalAttributes

The object containing all signal attributes and their associated values.

Hierarchy

  • SecurityMonitoringSignalAttributes

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
custom?: {
    [key: string]: any;
}

A JSON object of attributes in the security signal.

Type declaration

  • [key: string]: any
message?: string

The message in the security signal defined by the rule that generated the signal.

tags?: string[]

An array of tags associated with the security signal.

timestamp?: Date

The timestamp of the security signal.

Generated using TypeDoc