Class SecurityMonitoringRuleBulkExportAttributes

Attributes for bulk exporting security monitoring rules.

Hierarchy

  • SecurityMonitoringRuleBulkExportAttributes

Constructors

Properties

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

List of rule IDs to export. Each rule will be included in the resulting ZIP file as a separate JSON file.

Generated using TypeDoc