sharingViewpoint resource type

Namespace: microsoft.graph

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.

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