catalogEntry 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.

An abstract type that represents metadata for a piece of content that you can approve for deployment.

All catalog entries exist as one of the following derived types: featureUpdateCatalogEntry, driverUpdateCatalogEntry, and qualityUpdateCatalogEntry.

Base type for softwareUpdateCatalogEntry.

Properties

Property Type Description
deployableUntilDateTime DateTimeOffset The date on which the content is no longer available to deploy using the service. 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. Read-only.
displayName String The display name of the content. Read-only.
id String The unique identifier for the catalog entry. Read-only.
releaseDateTime DateTimeOffset The release date for the content. 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. Read-only.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsUpdates.catalogEntry",
  "deployableUntilDateTime": "String (timestamp)",
  "displayName": "String",
  "id": "String (identifier)",
  "releaseDateTime": "String (timestamp)"
}