INPUT_OBJECT
ExportO365MailboxInput
Description
Configuration for O365 mailbox export.
link GraphQL Schema definition
- input ExportO365MailboxInput {
- # Polaris ID of O365 subscription.
- UUID :
- # Polaris ID of the source mailbox.
- UUID! :
- # Polaris ID of the destination mailbox.
- UUID! :
- # Polaris ID of restoring snapshot.
- UUID :
- # Configuration for restore job.
- RestoreObjectConfig!]! : [
- # Specifies the recovery type for the job.
- O365RestoreActionType :
- # In-place restore configuration for the restore job.
- InplaceRestoreConfig :
- # Specifies whether to skip items in the Recoverable Items folder.
- Boolean :
- }