Table of Contents

BackupRestore-Restore.Read.All

Allows the app to read restore sessions, 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.Read.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 87853aa5-0372-4710-b34b-cef27bb7156e 94b36f78-434f-4904-8c08-421d9a9c1dc2
DisplayText Read all restore sessions Read restore sessions
Description Allows the app to read all restore sessions, without a signed-in user. Allows the app to read restore sessions, 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.

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.