Sites.FullControl.All
Allows the application to have full control of all site collections on behalf of the signed-in user.
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the
Sites.FullControl.Allpermission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReportcommand. See How To: Run a quick OAuth app audit of your tenant
| Category | Application | Delegated |
|---|---|---|
| Identifier | a82116e5-55eb-4c41-a434-62fe8a61c773 | 5a54b8b3-347c-476d-8f8e-42d5c7424d29 |
| DisplayText | Have full control of all site collections | Have full control of all site collections |
| Description | Allows the app to have full control of all site collections without a signed in user. | Allows the application to have full control of all site collections on behalf of the signed-in user. |
| AdminConsentRequired | Yes | Yes |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
| Methods | |
|---|---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
- BaseItem
- columnDefinition
- contentType
- createFromPageTemplate
- documentSetVersion
- drive
- driveItem
- fileStorageContainer
- identity
- identityInput
- itemReference
- List
- listItem
- pageTemplate
- Permission
- richLongRunningOperation
- sharePointGroup
- site
- sitePage
- workbookNamedItem
Graph reference: BaseItem
| Property | Type | Description |
|---|---|---|
| createdBy | [identitySet][] | Identity of the user, device, or application that created the item. Read-only. |
| createdDateTime | dateTimeOffset | Date and time of item creation. Read-only. |
| description | String | Provides a user-visible description of the item. Optional. |
| eTag | string | ETag for the item. Read-only. |
| id | string | The unique identifier of the drive. Read-only. |
| lastModifiedBy | [identitySet][] | Identity of the user, device, and application that last modified the item. Read-only. |
| lastModifiedDateTime | dateTimeOffset | Date and time the item was last modified. Read-only. |
| name | string | The name of the item. Read-write. |
| parentReference | [itemReference][] | Parent information, if the item has a parent. Read-write. |
| webUrl | string (url) | URL that either displays the resource in the browser (for Office file formats), or is a direct link to the file (for other formats). Read-only. |