BackupRestore-Restore.ReadWrite.All
Allows the app to search the backup snapshots for Microsoft 365 resources, and restore Microsoft 365 resources from a backed-up snapshot, 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
BackupRestore-Restore.ReadWrite.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 | bebd0841-a3d8-4313-a51d-731112c8ee41 | 9f89e109-94b9-4c9b-b4fc-98cdaa54f574 |
| DisplayText | Read restore all sessions and start restore sessions from backups | Read restore sessions and start restore sessions from backups |
| Description | Allows the app to search all backup snapshots for Microsoft 365 resources, and restore Microsoft 365 resources from a backed-up snapshot, without a signed-in user. | Allows the app to search the backup snapshots for Microsoft 365 resources, and restore Microsoft 365 resources from a backed-up snapshot, 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.
- browseQueryResponseItem
- browseSessionBase
- driveRestoreArtifact
- driveRestoreArtifactsBulkAdditionRequest
- enums
- exchangeRestoreSession
- granularDriveRestoreArtifact
- granularMailboxRestoreArtifact
- granularSiteRestoreArtifact
- mailboxRestoreArtifact
- mailboxRestoreArtifactsBulkAdditionRequest
- oneDriveForBusinessBrowseSession
- oneDriveForBusinessRestoreSession
- protectionUnitBase
- restorePoint
- restoreSessionBase
- sharePointBrowseSession
- sharePointRestoreSession
- siteRestoreArtifact
- siteRestoreArtifactsBulkAdditionRequest
Graph reference: browseQueryResponseItem
| Property | Type | Description |
|---|---|---|
| itemKey | String | Unique identifier of the returned item. |
| itemsCount | Int32 | The count of items present within the items; for example, the count of files in a folder. |
| name | String | The name of the item. |
| sizeInBytes | String | The size of the item in bytes. |
| type | browseQueryResponseItemType | The type of the item. The possible values are: none, site, documentLibrary, folder, file, unknownFutureValue. |
| webUrl | String | The web URL of the item. |