ENUM

BackupStorageProtectionStatus

Description

BackupStorageProtectionStatus is the status of protection for the Microsoft 365 Backup Storage objects.

link GraphQL Schema definition

  • enum BackupStorageProtectionStatus {
  • # Object is enabled for protection.
  • STATUS_PROTECTED
  • # Object has been requested to be enabled for protection.
  • STATUS_PROTECT_REQUESTED
  • # Object has been requested to be removed from policy.
  • STATUS_REMOVE_REQUESTED
  • # Object is not enabled for protection.
  • STATUS_UNPROTECTED
  • # Object has been requested to be removed from protection.
  • STATUS_UNPROTECT_REQUESTED
  • # The status of the object is unspecified.
  • STATUS_UNSPECIFIED
  • }