WatchlistItem interface
表示 Azure Security Insights 中的监视列表项。
属性
| created | 创建监视列表项的时间 |
| created |
描述创建监视列表项的用户 |
| entity |
监视列表项实体映射的键值对 |
| is |
指示是否删除监视列表项的标志 |
| items |
监视列表项的键值对 |
| tenant |
监视列表项所属的 tenantId |
| updated | 上次更新监视列表项的时间 |
| updated |
描述更新监视列表项的用户 |
| watchlist |
监视列表项的 ID (Guid) |
| watchlist |
监视列表项的类型 |
继承属性
| etag | Azure 资源的 Etag |
| id | 资源的完全限定资源 ID。 Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此属性不会序列化。 它只能由服务器填充。 |
| name | 资源说明的名称:此属性不会序列化。 它只能由服务器填充。 |
| system |
包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。 注意:此属性不会序列化。 它只能由服务器填充。 |
| type | 资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
created
创建监视列表项的时间
created?: Date
属性值
Date
createdBy
entityMapping
监视列表项实体映射的键值对
entityMapping?: {[propertyName: string]: any}
属性值
{[propertyName: string]: any}
isDeleted
指示是否删除监视列表项的标志
isDeleted?: boolean
属性值
boolean
itemsKeyValue
监视列表项的键值对
itemsKeyValue?: {[propertyName: string]: any}
属性值
{[propertyName: string]: any}
tenantId
监视列表项所属的 tenantId
tenantId?: string
属性值
string
updated
上次更新监视列表项的时间
updated?: Date
属性值
Date
updatedBy
watchlistItemId
监视列表项的 ID (Guid)
watchlistItemId?: string
属性值
string
watchlistItemType
监视列表项的类型
watchlistItemType?: string
属性值
string
继承属性详细信息
etag
id
systemData
包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。 注意:此属性不会序列化。 它只能由服务器填充。
systemData?: SystemData
属性值
type
资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”注意:此属性不会序列化。 它只能由服务器填充。
type?: string
属性值
string