Skip to content

Latest commit

 

History

History
63 lines (55 loc) · 2.79 KB

windowsupdates-driverupdatecatalogentry.md

File metadata and controls

63 lines (55 loc) · 2.79 KB
title description author ms.localizationpriority ms.subservice doc_type
driverUpdateCatalogEntry resource type
Represents the metadata for driver update content that you can approve for deployment.
ryan-k-williams
medium
windows-update-business
resourcePageType

driverUpdateCatalogEntry resource type

Namespace: microsoft.graph.windowsUpdates

[!INCLUDE beta-disclaimer]

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