Class SecurityMonitoringSchedulingOptions

Options for scheduled rules. When this field is present, the rule runs based on the schedule. When absent, it runs real-time on ingested logs.

Hierarchy

  • SecurityMonitoringSchedulingOptions

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

Schedule for the rule queries, written in RRULE syntax. See RFC for syntax reference.

start?: string

Start date for the schedule, in ISO 8601 format without timezone.

timezone?: string

Time zone of the start date, in the tz database format.

Generated using TypeDoc