INPUT_OBJECT
RestoreO365MailboxInput
Description
Configuration for O365 mailbox restore.
link GraphQL Schema definition
- input RestoreO365MailboxInput {
- # Polaris ID of O365 subscription.
- UUID :
- # Polaris ID of the 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 restore job.
- InplaceRestoreConfig :
- # Specifies whether to skip items in the Recoverable Items folder.
- Boolean :
- }