| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the status of a particular sharing operation.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.sharingOperationStatus",
"enabled": "Boolean",
"disabledReason": "String"
}