Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.6 KB

File metadata and controls

58 lines (44 loc) · 1.6 KB
author spgraph-docs-team
description The publicationFacet resource provides details on the published status of a driveItemVersion or driveItem resource.
ms.date 09/10/2017
title PublicationFacet
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice onedrive

PublicationFacet resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The publicationFacet resource provides details on the published status of a driveItemVersion or driveItem resource.

Properties

Property Type Description
level String The state of publication for this document. Either published or checkout. Read-only.
versionId String The unique identifier for the version that is visible to the current caller. Read-only.
checkedOutBy microsoft.graph.identitySet The user who checked out the file.

Relationships

None.

JSON representation

{
  "level": "published | checkout",
  "versionId": "string",
  "checkedOutBy": { "@odata.type": "microsoft.graph.identitySet" }
}