INPUT_OBJECT

M365BackupStorageObjectSearchRestorePointsInput

Description

Search the M365 backup storage object restore points configuration.

link GraphQL Schema definition

  • input M365BackupStorageObjectSearchRestorePointsInput {
  • # RSC ID for workload.
  • objectId: UUID!
  • # Represents the time range filter.
  • rangeFilter: TimeSpanFilter!
  • # Represents the preference order of restore points.
  • restorePointPreferenceType: RestorePointPreferenceType
  • # Represents the type of restore point.
  • restorePointTagType: RestorePointTagType
  • }

link Require by