INPUT_OBJECT
SnappableRestoreConfig
Description
Represents the snappable contents to be restored.
link GraphQL Schema definition
- input SnappableRestoreConfig {
- # Restore configuration for Mailbox jobs.
- : MailboxRestoreConfig
- # Restore configuration for Onedrive jobs.
- : DriveRestoreConfig
- # Restore configuration for SharePoint drive jobs.
- : SharePointDriveRestoreConfig
- # Restore configuration for Teams jobs.
- : TeamsRestoreConfig
- # Restore configuration for Calendar jobs.
- : CalendarRestoreConfig
- # Restore configuration for Contacts jobs.
- : ContactsRestoreConfig
- # UUID of the destination Office 365 organization.
- : UUID
- # Configuration for failed items recovery jobs.
- : FailedItemsRecoveryConfig
- # Restore configuration for a full Team restore.
- : FullTeamRestoreConfig
- # In-place restore configuration for restore jobs.
- : InplaceRestoreConfig
- # Relic restore configuration for restore jobs.
- : RelicRestoreConfig
- # UUID of the the logged-in user's RSC organization.
- : String
- # Restore configuration for full SharePoint jobs.
- : SharePointFullRestoreConfig
- # Restore configuration for SharePoint list jobs.
- : SharePointListRestoreConfig
- }