Class SecurityMonitoringRuleSequenceDetectionStepTransition

Transition from a parent step to a child step within a sequence detection rule.

Hierarchy

  • SecurityMonitoringRuleSequenceDetectionStepTransition

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

Name of the child step.

A time window is specified to match when at least one of the cases matches true. This is a sliding window and evaluates in real time. For third party detection method, this field is not used.

parent?: string

Name of the parent step.

Generated using TypeDoc