INPUT_OBJECT

RestoreO365MailboxInput

Description

Configuration for O365 mailbox restore.

link GraphQL Schema definition

  • input RestoreO365MailboxInput {
  • # Polaris ID of O365 subscription.
  • orgUuid: UUID
  • # Polaris ID of the mailbox.
  • mailboxUuid: UUID!
  • # Polaris ID of restoring snapshot.
  • snapshotUuid: UUID
  • # Configuration for restore job.
  • restoreConfigs: [RestoreObjectConfig!]!
  • # Specifies the recovery type for the job.
  • actionType: O365RestoreActionType!
  • # In-place restore configuration for restore job.
  • inplaceRestoreConfig: InplaceRestoreConfig
  • }

link Require by