INPUT_OBJECT

M365BackupStorageObjectRestorePointsInput

Description

List M365 backup storage object restore points configuration.

link GraphQL Schema definition

  • input M365BackupStorageObjectRestorePointsInput {
  • # RSC ID for workload.
  • objectId: UUID!
  • # Represents the time range filter.
  • rangeFilter: TimeSpanFilter!
  • # Represents the type of restore point.
  • restorePointTagType: [RestorePointTagType!]
  • # Represents the ordering of restore points.
  • sortOrder: SortOrder
  • }

link Require by