deviceProtectionOverview 资源类型

命名空间:microsoft.graph

重要: /beta 版本下的 Microsoft Graph API 可能会更改;不支持生产使用。

注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证

给定设备的硬件信息。

属性

属性 类型 说明
totalReportedDeviceCount Int32 设备总数。
inactiveThreatAgentDeviceCount Int32 指示具有非活动威胁代理的设备数
unknownStateThreatAgentDeviceCount Int32 指示威胁代理状态为未知的设备数
pendingSignatureUpdateDeviceCount Int32 指示具有旧签名的设备数
cleanDeviceCount Int32 指示报告为清理的设备数
pendingFullScanDeviceCount Int32 指示等待完全扫描的设备数
pendingRestartDeviceCount Int32 指示等待重启的设备数
pendingManualStepsDeviceCount Int32 指示具有挂起的手动步骤的设备数
pendingOfflineScanDeviceCount Int32 指示挂起的脱机扫描设备数
criticalFailuresDeviceCount Int32 指示出现严重故障的设备数
pendingQuickScanDeviceCount Int32 指示具有挂起完全扫描的设备数。 有效值 -2147483648 到2147483647

关系

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.deviceProtectionOverview",
  "totalReportedDeviceCount": 1024,
  "inactiveThreatAgentDeviceCount": 1024,
  "unknownStateThreatAgentDeviceCount": 1024,
  "pendingSignatureUpdateDeviceCount": 1024,
  "cleanDeviceCount": 1024,
  "pendingFullScanDeviceCount": 1024,
  "pendingRestartDeviceCount": 1024,
  "pendingManualStepsDeviceCount": 1024,
  "pendingOfflineScanDeviceCount": 1024,
  "criticalFailuresDeviceCount": 1024,
  "pendingQuickScanDeviceCount": 1024
}