windowsMalwareStateCount リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

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

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

プロパティ

プロパティ 説明
state windowsMalwareThreatState マルウェアの脅威の状態。 使用可能な値は、アクティブ、actionFailed、manualStepsRequired、fullScanRequired、rebootRequired、remediatedWithNonCriticalFailures、検疫、削除、クリーンアップ、許可、noStatusCleared です。 既定値は noStatusCleared です。 計算。 使用可能な値は、activeactionFailedmanualStepsRequiredfullScanRequiredrebootRequiredremediatedWithNonCriticalFailuresquarantinedremovedcleanedallowednoStatusCleared です。
deviceCount Int32 このマルウェアの状態に対するマルウェア検出を持つデバイスの数
malwareDetectionCount Int32 このマルウェア状態のマルウェア検出の総数。 有効な値 - 2147483647に2147483648
distinctMalwareCount Int32 このマルウェア状態の個別のマルウェアの数。 有効な値 - 2147483647に2147483648
lastUpdateDateTime DateTimeOffset デバイス数の最後の更新のタイムスタンプ (UTC)

リレーションシップ

なし

JSON 表記

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

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