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.All
permission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReport
command. 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.
- driveRestoreArtifact
- driveRestoreArtifactsBulkAdditionRequest
- exchangeRestoreSession
- granularMailboxRestoreArtifact
- mailboxRestoreArtifact
- mailboxRestoreArtifactsBulkAdditionRequest
- oneDriveForBusinessRestoreSession
- protectionUnitBase
- restorePoint
- restoreSessionBase
- sharePointRestoreSession
- siteRestoreArtifact
- siteRestoreArtifactsBulkAdditionRequest
Graph reference: driveRestoreArtifact
Property | Type | Description |
---|---|---|
id | String | The unique identifier of the restore artifact. |
completionDateTime | DateTimeOffset | The time when restoration of restore artifact is completed. Inherited from restoreArtifactBase. |
destinationType | destinationType | The restoration destination. Inherited from restoreArtifactBase. The possible values are: new , inPlace , unknownFutureValue . |
error | publicError | Contains error details if the restoration fails. Inherited from restoreArtifactBase. |
restoredSiteId | String | The new site identifier if destinationType is new , and the input site ID if the destinationType is inPlace . |
restoredSiteName | String | The name of the restored site. |
restoredSiteWebUrl | String | The web URL of the restored site. |
startDateTime | DateTimeOffset | The time when the restoration started. Inherited from restoreArtifactBase. |
status | artifactRestoreStatus | The individual restoration status of the restore artifact. Inherited from restoreArtifactBase. The possible values are: added , scheduling , scheduled , inProgress , succeeded , failed , unknownFutureValue . |