| title | driveItemViewpoint resource type |
|---|---|
| description | Returns information specific to the calling user for this drive item. |
| author | ziebd |
| ms.localizationpriority | medium |
| ms.subservice | sharepoint |
| doc_type | resourcePageType |
| ms.date | 05/03/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Returns information specific to the calling user for this drive item.
| Property | Type | Description |
|---|---|---|
| accessOperations | driveItemAccessOperationsViewpoint | Indicates whether the user can perform the described actions on this item. |
| sharing | sharingViewpoint | Indicates sharing operations the current user can take on the specified item. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.driveItemViewpoint",
"accessOperations": {
"@odata.type": "microsoft.graph.driveItemAccessOperationsViewpoint"
},
"sharing": {
"@odata.type": "microsoft.graph.sharingViewpoint"
}
}