Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WatchlistItem

Package version

Represents a Watchlist item in Azure Security Insights.

Hierarchy

Index

Properties

Optional created

created: Date

The time the watchlist item was created

Optional createdBy

createdBy: UserInfo

Describes a user that created the watchlist item

Optional entityMapping

entityMapping: undefined | {}

key-value pairs for a watchlist item entity mapping

Optional etag

etag: undefined | string

Etag of the azure resource

Optional id

id: undefined | string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

Optional isDeleted

isDeleted: undefined | false | true

A flag that indicates if the watchlist item is deleted or not

Optional itemsKeyValue

itemsKeyValue: undefined | {}

key-value pairs for a watchlist item

Optional name

name: undefined | string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Optional systemData

systemData: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tenantId

tenantId: undefined | string

The tenantId to which the watchlist item belongs to

Optional type

type: undefined | string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Optional updated

updated: Date

The last time the watchlist item was updated

Optional updatedBy

updatedBy: UserInfo

Describes a user that updated the watchlist item

Optional watchlistItemId

watchlistItemId: undefined | string

The id (a Guid) of the watchlist item

Optional watchlistItemType

watchlistItemType: undefined | string

The type of the watchlist item

Generated using TypeDoc