Class SecurityMonitoringCriticalAssetAttributes

The attributes of the critical asset.

Hierarchy

  • SecurityMonitoringCriticalAssetAttributes

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
creationAuthorId?: number

ID of user who created the critical asset.

creationDate?: number

A Unix millisecond timestamp given the creation date of the critical asset.

A user.

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.

updateAuthorId?: number

ID of user who updated the critical asset.

updateDate?: number

A Unix millisecond timestamp given the update date of the critical asset.

A user.

version?: number

The version of the critical asset; it starts at 1, and is incremented at each update.

Generated using TypeDoc