Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 902 Bytes

filestoragecontainerviewpoint.md

File metadata and controls

39 lines (30 loc) · 902 Bytes
title description author ms.localizationpriority ms.subservice doc_type
fileStorageContainerViewpoint resource type
Represents data specific to the current user of a fileStorageContainer.
tonchan-msft
medium
onedrive
resourcePageType

fileStorageContainerViewpoint resource type

Namespace: microsoft.graph

Represents data specific to the current user of a fileStorageContainer.

Properties

Property Type Description
effectiveRole String The current user's effective role. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.fileStorageContainerViewpoint",
  "effectiveRole": "String"
}