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