Class SecurityMonitoringCriticalAssetCreateAttributes

Object containing the attributes of the critical asset to be created.

Hierarchy

  • SecurityMonitoringCriticalAssetCreateAttributes

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
enabled?: boolean

Whether the critical asset is enabled. Defaults to true if not specified.

query: string

The query for the critical asset. It uses the same syntax as the queries to search signals in the Signals Explorer.

ruleQuery: string

The rule query of the critical asset, with the same syntax as the search bar for detection rules. This determines which rules this critical asset will apply to.

Severity associated with this critical asset. Either an explicit severity can be set, or the severity can be increased or decreased.

tags?: string[]

List of tags associated with the critical asset.

Generated using TypeDoc