| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents sharing operations the current user can take on the specified item.
| 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. |
None.
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"
}
}