Table of Contents

BackupRestore-Configuration.ReadWrite.All

Allows the app to read and update 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.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 18133149-5489-40ac-80f0-4b6fa85f6cdc a0244d16-171c-4496-8ffb-7b9b6954d339
DisplayText Read and edit all backup configuration policies Read and edit backup configuration policies
Description Allows the app to read and update the backup configuration, and list of Microsoft 365 service resources to be backed-up, without a signed-in user. Allows the app to read and update 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.