INPUT_OBJECT

ExportO365MailboxInput

Description

Configuration for O365 mailbox export.

link GraphQL Schema definition

  • input ExportO365MailboxInput {
  • # Polaris ID of O365 subscription.
  • orgUuid: UUID
  • # Polaris ID of the source mailbox.
  • fromMailboxUuid: UUID!
  • # Polaris ID of the destination mailbox.
  • toMailboxUuid: UUID!
  • # Polaris ID of restoring snapshot.
  • snapshotUuid: UUID
  • # Configuration for restore job.
  • exportConfigs: [RestoreObjectConfig!]!
  • # Specifies the recovery type for the job.
  • actionType: O365RestoreActionType
  • # In-place restore configuration for the restore job.
  • inplaceRestoreConfig: InplaceRestoreConfig
  • # Specifies whether to skip items in the Recoverable Items folder.
  • skipRifItems: Boolean
  • }

link Require by