Class SecurityMonitoringSignalSuggestedActionAttributes

Attributes of a suggested action for a security signal. The available fields depend on the action type.

Hierarchy

  • SecurityMonitoringSignalSuggestedActionAttributes

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
name?: string

The name of the investigation log query.

queryFilter?: string

The log query filter for the investigation.

templateVariables?: {
    [key: string]: string[];
}

Template variables applied to the investigation log query, mapping attribute paths to values extracted from the signal.

Type declaration

  • [key: string]: string[]
title?: string

The title of the recommended blog post.

url?: string

The URL of the suggested action.

Generated using TypeDoc