windowsDriverUpdateInventory resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

A new entity to represent driver inventories.

Methods

Method Return Type Description
List windowsDriverUpdateInventories windowsDriverUpdateInventory collection List properties and relationships of the windowsDriverUpdateInventory objects.
Get windowsDriverUpdateInventory windowsDriverUpdateInventory Read properties and relationships of the windowsDriverUpdateInventory object.
Create windowsDriverUpdateInventory windowsDriverUpdateInventory Create a new windowsDriverUpdateInventory object.
Delete windowsDriverUpdateInventory None Deletes a windowsDriverUpdateInventory.
Update windowsDriverUpdateInventory windowsDriverUpdateInventory Update the properties of a windowsDriverUpdateInventory object.

Properties

Property Type Description
id String The id of the driver.
name String The name of the driver.
version String The version of the driver.
manufacturer String The manufacturer of the driver.
releaseDateTime DateTimeOffset The release date time of the driver.
driverClass String The class of the driver.
applicableDeviceCount Int32 The number of devices for which this driver is applicable.
approvalStatus driverApprovalStatus The approval status for this driver. Possible values are: needsReview, declined, approved, suspended.
category driverCategory The category for this driver. Possible values are: recommended, previouslyApproved, other.
deployDateTime DateTimeOffset The date time when a driver should be deployed if approvalStatus is approved.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@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)"
}