Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.01 KB

File metadata and controls

44 lines (34 loc) · 1.01 KB
title sharingOperationStatus resource type
description Represents the status of a particular sharing operation.
author ziebd
ms.localizationpriority medium
ms.subservice sharepoint
doc_type resourcePageType
ms.date 04/13/2024

sharingOperationStatus resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the status of a particular sharing operation.

Properties

Property Type Description
disabledReason String Provides a description of why this operation is not enabled. Only returned if this operation is not enabled.
enabled Boolean Indicates whether this operation is enabled.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.sharingOperationStatus",
  "enabled": "Boolean",
  "disabledReason": "String"
}