Allows the app to read the status of M365 backup service (enable/disable), 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-Control.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
6fe20a79-0e15-45a1-b019-834c125993a0
af598c63-4292-4437-b925-e996354d3854
DisplayText
Read the status of the M365 backup service
Read the status of the M365 backup service
Description
Allows the app to read the status of M365 backup service (enable/disable), without signed in user
Allows the app to read the status of M365 backup service (enable/disable), on behalf of the signed in user.
Timestamp of the effective activation of the service app.
id
String
The unique identifier of the service app.
lastModifiedBy
identitySet
Identity of the person who last modified the entity.
lastModifiedDateTime
DateTimeOffset
Timestamp of the last modification of the entity.
registrationDateTime
DateTimeOffset
Timestamp of the creation of the service app entity.
status
serviceAppStatus
The status of the service app. This value indicates whether or not the application can be used to control the backup service. The possible values are: inactive, active, pendingActive, pendingInactive, unknownFutureValue.
The type of consumer. The possible values are: unknown, firstparty, thirdparty, unknownFutureValue.
disableReason
disableReason
The reason the service is disabled. The possible values are: none, controllerServiceAppDeleted, invalidBillingProfile, userRequested, unknownFutureValue.
gracePeriodDateTime
DateTimeOffset
The expiration time of the grace period.
lastModifiedBy
identitySet
Identity of the person who last modified the entity.
lastModifiedDateTime
DateTimeOffset
Timestamp of the last modification of the entity.
restoreAllowedTillDateTime
DateTimeOffset
The expiration time of the restoration allowed period.
status
backupServiceStatus
Status of the service. This value indicates what capabilities can be used. The possible values are: disabled, enabled, protectionChangeLocked, restoreLocked, unknownFutureValue.