Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.75 KB

File metadata and controls

54 lines (42 loc) · 1.75 KB
title PublicationFacet resource type
description The **publicationFacet** resource provides details on the published status of a driveItemVersion or driveItem resource.
ms.localizationpriority medium
author spgraph-docs-team
ms.subservice onedrive
doc_type resourcePageType
ms.date 03/11/2024

PublicationFacet resource type

Namespace: microsoft.graph

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

JSON representation

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

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.