Class SecurityMonitoringRuleCaseCreate

Case when signal is generated.

Hierarchy

  • SecurityMonitoringRuleCaseCreate

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

A rule case contains logical operations (>,>=, &&, ||) to determine if a signal should be generated based on the event counts in the previously defined queries.

name?: string

Name of the case.

notifications?: string[]

Notification targets for each rule case.

Severity of the Security Signal.

Generated using TypeDoc