Class SecurityMonitoringRuleThirdPartyOptions

Options on third party rules.

Hierarchy

  • SecurityMonitoringRuleThirdPartyOptions

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
defaultNotifications?: string[]

Notification targets for the logs that do not correspond to any of the cases.

Severity of the Security Signal.

Queries to be combined with third party case queries. Each of them can have different group by fields, to aggregate differently based on the type of alert.

signalTitleTemplate?: string

A template for the signal title; if omitted, the title is generated based on the case name.

Generated using TypeDoc