windowsDriverUpdateInventory リソースの種類

名前空間: microsoft.graph

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

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

ドライバーインベントリを表す新しいエンティティ。

メソッド

メソッド 戻り値の型 説明
WindowsDriverUpdateInventories の一覧 windowsDriverUpdateInventory コレクション windowsDriverUpdateInventory オブジェクトのプロパティとリレーションシップを一覧表示します。
WindowsDriverUpdateInventory を取得する windowsDriverUpdateInventory windowsDriverUpdateInventory オブジェクトのプロパティとリレーションシップを読み取る。
WindowsDriverUpdateInventory の作成 windowsDriverUpdateInventory 新しい windowsDriverUpdateInventory オブジェクトを作成 します。
WindowsDriverUpdateInventory の削除 なし windowsDriverUpdateInventory を削除します
WindowsDriverUpdateInventory の更新 windowsDriverUpdateInventory windowsDriverUpdateInventory オブジェクトのプロパティを更新します。

プロパティ

プロパティ 種類 説明
id String ドライバーの ID。
name String ドライバーの名前。
version String ドライバーのバージョン。
manufacturer String ドライバーの製造元。
releaseDateTime DateTimeOffset ドライバーのリリース日時刻。
driverClass String ドライバーのクラス。
applicableDeviceCount Int32 このドライバーが適用可能なデバイスの数。
approvalStatus driverApprovalStatus このドライバーの承認状態。 使用可能な値: needsReviewdeclinedapprovedsuspended
category driverCategory このドライバーのカテゴリ。 可能な値は recommendedpreviouslyApprovedother です。
deployDateTime DateTimeOffset approvalStatus が承認された場合にドライバーを展開する日付時刻。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.windowsDriverUpdateInventory",
  "id": "String (identifier)",
  "name": "String",
  "version": "String",
  "manufacturer": "String",
  "releaseDateTime": "String (timestamp)",
  "driverClass": "String",
  "applicableDeviceCount": 1024,
  "approvalStatus": "String",
  "category": "String",
  "deployDateTime": "String (timestamp)"
}