Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.26 KB

File metadata and controls

48 lines (38 loc) · 1.26 KB
title sharingViewpoint resource type
description Represents the sharing operations the current user can take on the specified item.
author ziebd
ms.localizationpriority medium
ms.subservice sharepoint
doc_type resourcePageType
ms.date 05/04/2024

sharingViewpoint resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents sharing operations the current user can take on the specified item.

Properties

Property Type Description
defaultSharingLink defaultSharingLink The default sharing link the user can create for this item.
sharingAbilities sharePointSharingAbilities Provides information about which sharing links are available to the user.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.sharingViewpoint",
  "sharingAbilities": {
    "@odata.type": "microsoft.graph.sharePointSharingAbilities"
  },
  "defaultSharingLink": {
    "@odata.type": "microsoft.graph.defaultSharingLink"
  }
}