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 保留中のフル スキャンがあるデバイスの数を示します。 有効な値 - 2147483647に2147483648

リレーションシップ

なし

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
}