WatchlistItem interface
Represents a Watchlist Item in Azure Security Insights.
- Extends
Properties
| created | The time the watchlist item was created |
| created |
Describes a user that created the watchlist item |
| entity |
key-value pairs for a watchlist item entity mapping |
| etag | Etag of the azure resource |
| is |
A flag that indicates if the watchlist item is deleted or not |
| items |
key-value pairs for a watchlist item |
| tenant |
The tenantId to which the watchlist item belongs to |
| updated | The last time the watchlist item was updated |
| updated |
Describes a user that updated the watchlist item |
| watchlist |
The id (a Guid) of the watchlist item |
| watchlist |
The type of the watchlist item |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
created
The time the watchlist item was created
created?: Date
Property Value
Date
createdBy
entityMapping
key-value pairs for a watchlist item entity mapping
entityMapping?: any
Property Value
any
etag
Etag of the azure resource
etag?: string
Property Value
string
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?: any
Property Value
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
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
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type