driverUpdateCatalogEntry resource type

Namespace: microsoft.graph.windowsUpdates

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents the metadata for driver update content that you can approve for deployment.

Inherits from softwareUpdateCatalogEntry.

Properties

Property Type Description
deployableUntilDateTime DateTimeOffset The date on which the content is no longer available for deployment using the service. Read-only. Inherited from microsoft.graph.windowsUpdates.catalogEntry.
description String The description of the content.
displayName String The display name of the content. Read-only. Inherited from microsoft.graph.windowsUpdates.catalogEntry.
driverClass String The classification of the driver.
id String The unique identifier for this catalog entry. Read-only. Inherited from microsoft.graph.windowsUpdates.catalogEntry.
manufacturer String The manufacturer of the driver.
provider String The provider of the driver.
releaseDateTime DateTimeOffset The release date for the content. Read-only. Inherited from microsoft.graph.windowsUpdates.catalogEntry.
setupInformationFile String The setup information file of the driver.
version String The unique version of the content.
versionDateTime DateTimeOffset The date and time when a new version of content was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsUpdates.driverUpdateCatalogEntry",
  "deployableUntilDateTime": "String (timestamp)",
  "description": "String",
  "displayName": "String",
  "driverClass": "String",
  "id": "String (identifier)",
  "manufacturer": "String",
  "provider": "String",
  "releaseDateTime": "String (timestamp)",
  "setupInformationFile": "String",
  "version": "String",
  "versionDateTime": "String (timestamp)"
}