OBJECT

M365BackupStorageRestorePoint

Description

Represents the definitions of M365 backup storage object restore point.

link GraphQL Schema definition

  • type M365BackupStorageRestorePoint {
  • # Represents id of restore point.
  • id: String!
  • # Represents the backup time of M365 backup storage object.
  • protectionDateTime: DateTime
  • # Represents the expiration time for M365 backup storage backup snapshot.
  • expirationDateTime: DateTime
  • # Represents the type of restore point.
  • type: RestorePointTagType!
  • }