windowsMalwareStateCount リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

Windowsマルウェア状態の概要。

プロパティ

プロパティ 説明
state windowsMalwareThreatState マルウェアの脅威の状態。 使用可能な値は、activeactionFailedmanualStepsRequiredfullScanRequiredrebootRequiredremediatedWithNonCriticalFailuresquarantinedremovedcleanedallowednoStatusCleared です。
deviceCount Int32 このマルウェアのマルウェア検出を持つデバイスの数 状態
malwareDetectionCount Int32 このマルウェアの状態に対するマルウェア検出の総数。 有効な値 -2147483648 2147483647
distinctMalwareCount Int32 このマルウェアの状態に対する個別のマルウェアの数。 有効な値 -2147483648 2147483647
lastUpdateDateTime DateTimeOffset UTC でのデバイス数の最後の更新のタイムスタンプ

リレーションシップ

なし

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.windowsMalwareStateCount",
  "state": "String",
  "deviceCount": 1024,
  "malwareDetectionCount": 1024,
  "distinctMalwareCount": 1024,
  "lastUpdateDateTime": "String (timestamp)"
}