Table of Contents

BackupRestore-Configuration.Read.All

Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed-up, 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-Configuration.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 5fbb5982-3230-4882-93c0-2167523ce0c2 444ed4b6-0554-4dc6-8e9c-3f9a34ee3ff6
DisplayText Read all backup configuration policies Read backup configuration policies
Description Allows the app to read all backup configurations, and lists of Microsoft 365 service resources to be backed-up, without a signed-in user. Allows the app to read the backup configuration, and list of Microsoft 365 service resources to be backed-up, 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: driveExclusionUnit

Property Type Description
createdBy identitySet The identity of the person who created the exclusion unit. Inherited from exclusionUnitBase.
createdDateTime DateTimeOffset The date and time when the exclusion unit was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Inherited from exclusionUnitBase.
directoryObjectId String The unique identifier of the directory object (user) associated with the drive.
displayName String The display name of the user associated with the drive.
email String The email address of the user associated with the drive.
error publicError Contains error details if the exclusion unit is in a failed state. Inherited from exclusionUnitBase.
id String The unique identifier of the exclusion unit. Inherited from exclusionUnitBase.
lastModifiedBy identitySet The identity of the person who last modified the exclusion unit. Inherited from exclusionUnitBase.
lastModifiedDateTime DateTimeOffset The date and time when the exclusion unit was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Inherited from exclusionUnitBase.
policyId String The unique identifier of the protection policy that contains this exclusion unit. Inherited from exclusionUnitBase.