Skip to content

Latest commit

 

History

History
56 lines (46 loc) · 1.63 KB

File metadata and controls

56 lines (46 loc) · 1.63 KB
title sharePointSharingAbilities resource type
description Provides information about which sharing links are available to the user.
author ziebd
ms.localizationpriority medium
ms.subservice sharepoint
doc_type resourcePageType
ms.date 05/04/2024

sharePointSharingAbilities resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Provides information about which sharing links are available to the user.

Properties

Property Type Description
anyoneLinkAbilities linkScopeAbilities The anyone link abilities.
directSharingAbilities directSharingAbilities The direct sharing abilities.
organizationLinkAbilities linkScopeAbilities The organization link abilities.
specificPeopleLinkAbilities linkScopeAbilities The specificPeople link abilities.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.sharePointSharingAbilities",
  "anyoneLinkAbilities": {
    "@odata.type": "microsoft.graph.linkScopeAbilities"
  },
  "organizationLinkAbilities": {
    "@odata.type": "microsoft.graph.linkScopeAbilities"
  },
  "specificPeopleLinkAbilities": {
    "@odata.type": "microsoft.graph.linkScopeAbilities"
  },
  "directSharingAbilities": {
    "@odata.type": "microsoft.graph.directSharingAbilities"
  }
}