WatchlistItem interface

Represents a Watchlist item in Azure Security Insights.

Extends

Properties

created

The time the watchlist item was created

createdBy

Describes a user that created the watchlist item

entityMapping

key-value pairs for a watchlist item entity mapping

isDeleted

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

itemsKeyValue

key-value pairs for a watchlist item

tenantId

The tenantId to which the watchlist item belongs to

updated

The last time the watchlist item was updated

updatedBy

Describes a user that updated the watchlist item

watchlistItemId

The id (a Guid) of the watchlist item

watchlistItemType

The type of the watchlist item

Inherited Properties

etag

Etag of the azure resource

id

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.

name

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

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.

type

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.

Property Details

created

The time the watchlist item was created

created?: Date

Property Value

Date

createdBy

Describes a user that created the watchlist item

createdBy?: UserInfo

Property Value

entityMapping

key-value pairs for a watchlist item entity mapping

entityMapping?: {[propertyName: string]: any}

Property Value

{[propertyName: string]: any}

isDeleted

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

isDeleted?: boolean

Property Value

boolean

itemsKeyValue

key-value pairs for a watchlist item

itemsKeyValue?: {[propertyName: string]: any}

Property Value

{[propertyName: string]: any}

tenantId

The tenantId to which the watchlist item belongs to

tenantId?: string

Property Value

string

updated

The last time the watchlist item was updated

updated?: Date

Property Value

Date

updatedBy

Describes a user that updated the watchlist item

updatedBy?: UserInfo

Property Value

watchlistItemId

The id (a Guid) of the watchlist item

watchlistItemId?: string

Property Value

string

watchlistItemType

The type of the watchlist item

watchlistItemType?: string

Property Value

string

Inherited Property Details

etag

Etag of the azure resource

etag?: string

Property Value

string

Inherited From ResourceWithEtag.etag

id

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.

id?: string

Property Value

string

Inherited From ResourceWithEtag.id

name

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

name?: string

Property Value

string

Inherited From ResourceWithEtag.name

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.

systemData?: SystemData

Property Value

Inherited From ResourceWithEtag.systemData

type

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.

type?: string

Property Value

string

Inherited From ResourceWithEtag.type