GetWatchlistItemResult

data class GetWatchlistItemResult(val azureApiVersion: String, val created: String? = null, val createdBy: WatchlistUserInfoResponse? = null, val entityMapping: Any? = null, val etag: String? = null, val id: String, val isDeleted: Boolean? = null, val itemsKeyValue: Any, val name: String, val systemData: SystemDataResponse, val tenantId: String? = null, val type: String, val updated: String? = null, val updatedBy: WatchlistUserInfoResponse? = null, val watchlistItemId: String? = null, val watchlistItemType: String? = null)

Represents a Watchlist Item in Azure Security Insights.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, created: String? = null, createdBy: WatchlistUserInfoResponse? = null, entityMapping: Any? = null, etag: String? = null, id: String, isDeleted: Boolean? = null, itemsKeyValue: Any, name: String, systemData: SystemDataResponse, tenantId: String? = null, type: String, updated: String? = null, updatedBy: WatchlistUserInfoResponse? = null, watchlistItemId: String? = null, watchlistItemType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val created: String? = null

The time the watchlist item was created

Link copied to clipboard

Describes a user that created the watchlist item

Link copied to clipboard
val entityMapping: Any? = null

key-value pairs for a watchlist item entity mapping

Link copied to clipboard
val etag: String? = null

Etag of the azure resource

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard
val isDeleted: Boolean? = null

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

Link copied to clipboard

key-value pairs for a watchlist item

Link copied to clipboard

The name of the resource

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tenantId: String? = null

The tenantId to which the watchlist item belongs to

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val updated: String? = null

The last time the watchlist item was updated

Link copied to clipboard

Describes a user that updated the watchlist item

Link copied to clipboard
val watchlistItemId: String? = null

The id (a Guid) of the watchlist item

Link copied to clipboard

The type of the watchlist item