Class SecurityMonitoringSignalRuleResponse

Rule.

Hierarchy

  • SecurityMonitoringSignalRuleResponse

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

Cases for generating signals.

createdAt?: number

When the rule was created, timestamp in milliseconds.

creationAuthorId?: number

User ID of the user who created the rule.

deprecationDate?: number

When the rule will be deprecated, timestamp in milliseconds.

Additional queries to filter matched events before they are processed. This field is deprecated for log detection, signal correlation, and workload security rules.

hasExtendedTitle?: boolean

Whether the notifications include the triggering group-by values in their title.

id?: string

The ID of the rule.

isDefault?: boolean

Whether the rule is included by default.

isDeleted?: boolean

Whether the rule has been deleted.

isEnabled?: boolean

Whether the rule is enabled.

message?: string

Message for generated signals.

name?: string

The name of the rule.

Options on rules.

Queries for selecting logs which are part of the rule.

tags?: string[]

Tags for generated signals.

The rule type.

updateAuthorId?: number

User ID of the user who updated the rule.

version?: number

The version of the rule.

Generated using TypeDoc