ENUM
ServiceAppStatus
Description
Status of the Microsoft 365 Backup Storage controller app.
link GraphQL Schema definition
- enum ServiceAppStatus {
- # The app is actively in use as a backup service control app.
- # The app is registered with the backup service, but it is not active.
- # A request was made to activate the app, but it is not yet active.
- # The app cannot be used to control or manage the backup service and has
- # read-only access to the protection policies and protection units.
- # A request was made to deactivate the app, but the app is not inactive yet.
- # The app can be used to control the backup service until the
- # effective date.
- # The status of the object is unspecified.
- }