Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the root container for SharePoint resources and services in Microsoft Graph. This resource provides access to SharePoint migration operations and other SharePoint-related functionality.
Inherits from entity.
Methods
None.
Properties
| Property | Type | Description |
|---|---|---|
| id | String | Unique identifier for the sharePointRoot resource. Inherited from entity. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| migrations | sharePointMigrationsRoot | The migration operations for cross-organization SharePoint migrations. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.sharePointRoot",
"id": "String (identifier)"
}