Class SecurityMonitoringCriticalAssetUpdateAttributes

The critical asset properties to be updated.

Hierarchy

  • SecurityMonitoringCriticalAssetUpdateAttributes

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.

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.

version?: number

The version of the critical asset being updated. Used for optimistic locking to prevent concurrent modifications.

Generated using TypeDoc