windowsDeviceMalwareState 资源类型

命名空间:microsoft.graph.managedTenants

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示已注册管理运行 Windows 的设备发现恶意软件的状态。

方法

方法 返回类型 说明
列出 windowsDeviceMalwareStates microsoft.graph.managedTenants.windowsDeviceMalwareState 集合 获取 windowsDeviceMalwareState 对象及其属性的列表。
获取 windowsDeviceMalwareState microsoft.graph.managedTenants.windowsDeviceMalwareState 读取 windowsDeviceMalwareState 对象的属性和关系。

属性

属性 类型 说明
additionalInformationUrl String 发现的恶意软件的其他信息 URL。 可选。 只读。
detectionCount Int32 检测到恶意软件的次数。 可选。 只读。
deviceDeleted 布尔值 指示设备是否已删除的标志。 可选。 只读。
id String 设备恶意软件状态的唯一标识符。 必填。 此为只读属性。
initialDetectionDateTime DateTimeOffset 最初检测到恶意软件的日期和时间。 可选。 只读。
lastRefreshedDateTime DateTimeOffset 上次在多租户管理平台中更新实体的日期和时间。 可选。 只读。
lastStateChangeDateTime DateTimeOffset 上次更改恶意软件状态的日期和时间。 可选。 只读。
malwareCategory String 检测到的恶意软件的类别。 可选。 只读。
malwareDisplayName String 检测到的恶意软件的显示名称。 可选。 只读。
malwareExecutionState String 检测到的恶意软件的执行状态。 可选。 只读。
malwareId String 检测到的恶意软件的唯一标识符。 可选。 只读。
malwareSeverity String 检测到的恶意软件的严重性。 可选。 只读。
malwareThreatState String 检测到的恶意软件的威胁状态。 可选。 只读。
managedDeviceId String 检测到恶意软件的托管设备的标识符。 可选。 只读。
managedDeviceName String 检测到恶意软件的托管设备的显示名称。 可选。 只读。
tenantDisplayName String 托管租户的显示名称。 可选。 只读。
tenantId String 托管租户的Microsoft Entra租户标识符。 可选。 只读。

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.managedTenants.windowsDeviceMalwareState",
  "id": "String (identifier)",
  "tenantId": "String",
  "tenantDisplayName": "String",
  "managedDeviceId": "String",
  "managedDeviceName": "String",
  "malwareId": "String",
  "malwareExecutionState": "String",
  "malwareThreatState": "String",
  "initialDetectionDateTime": "String (timestamp)",
  "lastStateChangeDateTime": "String (timestamp)",
  "detectionCount": "Integer",
  "deviceDeleted": "Boolean",
  "malwareCategory": "String",
  "malwareSeverity": "String",
  "malwareDisplayName": "String",
  "lastRefreshedDateTime": "String (timestamp)",
  "additionalInformationUrl": "String"
}