deviceProtectionOverview リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの 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
}
フィードバック
フィードバックの送信と表示