ENUM

ProtectionType

Description

Specifies how the objects are protected.

link GraphQL Schema definition

  • enum ProtectionType {
  • # The objects are protected using M365 Backup Storage.
  • BACKUP_STORAGE
  • # Protection type is not specified.
  • PROTECTION_TYPE_UNSPECIFIED
  • # The objects are protection using Rubrik.
  • RUBRIK
  • }

link Require by