windowsProtectionState リソースの種類

名前空間: microsoft.graph.managedTenants

重要

Microsoft Graph のバージョンの /beta API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 API が v1.0 で使用できるかどうかを確認するには、 バージョン セレクターを使用します。

デバイスをWindows管理対象デバイスの保護状態を表Windows。

メソッド

メソッド 戻り値の種類 説明
windowsProtectionStates を一覧表示する microsoft.graph.managedTenants.windowsProtectionState コレクション windowsProtectionState オブジェクトとそのプロパティの一覧を取得します。
windowsProtectionState を取得する microsoft.graph.managedTenants.windowsProtectionState windowsProtectionStateオブジェクトのプロパティとリレーションシップを読み取る。

プロパティ

プロパティ 種類 説明
antiMalwareVersion String 管理対象デバイスのマルウェア対策バージョン。 省略可能。 読み取り専用です。
attentionRequired Boolean 管理対象デバイスに注意が必要かどうかを示すフラグ。 省略可能。 読み取り専用です。
deviceDeleted Boolean 管理対象デバイスが削除されたかどうかを示すフラグ。 省略可能。 読み取り専用です。
devicePropertyRefreshDateTime DateTimeOffset デバイス プロパティが更新された日時。 省略可能。 読み取り専用です。
engineVersion String 管理対象デバイスのウイルス対策エンジンのバージョン。 省略可能。 読み取り専用です。
fullScanOverdue Boolean 管理デバイスのクイック スキャンが行き過ぎかどうかを示すフラグ。 省略可能。 読み取り専用です。
fullScanRequired Boolean 管理対象デバイスのフル スキャンが行き過ぎかどうかを示すフラグ。 省略可能。 読み取り専用です。
id String 保護状態の一意Windows識別子です。 必須です。 読み取り専用です。
lastFullScanDateTime DateTimeOffset フル スキャンが完了した日時。 省略可能。 読み取り専用です。
lastFullScanSignatureVersion String 最後のフル スキャンを実行するために使用されるバージョンのマルウェア対策バージョン。 省略可能。 読み取り専用です。
lastQuickScanDateTime DateTimeOffset クイック スキャンが完了した日時。 省略可能。 読み取り専用です。
lastQuickScanSignatureVersion String 最後のフル スキャンを実行するために使用されるバージョンのマルウェア対策バージョン。 省略可能。 読み取り専用です。
lastRefreshedDateTime DateTimeOffset マルチテナント管理プラットフォームでエンティティが最後に更新された日時。 省略可能。 読み取り専用です。
lastReportedDateTime DateTimeOffset 管理対象デバイスの保護状態が最後に報告された日時。 省略可能。 読み取り専用です。
malwareProtectionEnabled Boolean 管理対象デバイスでマルウェア保護が有効になっているかどうかを示すフラグ。 省略可能。 読み取り専用です。
managedDeviceHealthState String 管理対象デバイスの正常性状態。 省略可能。 読み取り専用です。
managedDeviceId String 管理対象デバイスの一意の識別子。 省略可能。 読み取り専用です。
managedDeviceName String 管理対象デバイスの表示名。 省略可能。 読み取り専用です。
networkInspectionSystemEnabled Boolean ネットワーク検査システムが有効かどうかを示すフラグ。 省略可能。 読み取り専用です。
quickScanOverdue Boolean クイック スキャンが行き過ぎた天気予報を示すフラグ。 省略可能。 読み取り専用です。
realTimeProtectionEnabled Boolean リアルタイム保護が有効かどうかを示すフラグ。 省略可能。 読み取り専用です。
rebootRequired Boolean 再起動が必要かどうかを示すフラグ。 省略可能。 読み取り専用です。
signatureUpdateOverdue Boolean 署名の更新が行き過ぎかどうかを示すフラグ。 省略可能。 読み取り専用です。
signatureVersion String 管理対象デバイスの署名バージョン。 省略可能。 読み取り専用です。
tenantDisplayName String 管理テナントの表示名。 省略可能。 読み取り専用です。
tenantId String 管理Azure Active Directoryのテナント識別子を指定します。 省略可能。 読み取り専用です。

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.managedTenants.windowsProtectionState",
  "id": "String (identifier)",
  "tenantId": "String",
  "tenantDisplayName": "String",
  "managedDeviceId": "String",
  "managedDeviceName": "String",
  "malwareProtectionEnabled": "Boolean",
  "managedDeviceHealthState": "String",
  "realTimeProtectionEnabled": "Boolean",
  "networkInspectionSystemEnabled": "Boolean",
  "quickScanOverdue": "Boolean",
  "fullScanOverdue": "Boolean",
  "signatureUpdateOverdue": "Boolean",
  "rebootRequired": "Boolean",
  "attentionRequired": "Boolean",
  "fullScanRequired": "Boolean",
  "engineVersion": "String",
  "signatureVersion": "String",
  "antiMalwareVersion": "String",
  "lastQuickScanDateTime": "String (timestamp)",
  "lastFullScanDateTime": "String (timestamp)",
  "lastQuickScanSignatureVersion": "String",
  "lastFullScanSignatureVersion": "String",
  "lastReportedDateTime": "String (timestamp)",
  "devicePropertyRefreshDateTime": "String (timestamp)",
  "deviceDeleted": "Boolean",
  "lastRefreshedDateTime": "String (timestamp)"
}