INPUT_OBJECT
RestoreO365TeamsFilesInput
Description
Input for restoring O365 Teams files.
link GraphQL Schema definition
- input RestoreO365TeamsFilesInput {
- # Recovery action type for the restore job.
- : O365RestoreActionType!
- # Indicates whether the channel being restored is STANDARD or PRIVATE.
- : ChannelMembershipType!
- # Destination channel for the restore.
- : TeamsChannelInfo
- # O365 Teams files to restore.
- : [FileInfo!]!
- # O365 Teams folders to restore.
- : [FolderInfo!]!
- # In-place restore configuration for the restore job.
- : InplaceRestoreConfig
- # Indicates whether a new channel with latest permissions will be created if a
- # private channel is restored.
- : Boolean!
- # Specifies whether destination channel should be created.
- : Boolean!
- # Specifies the sequence number of the snapshot being currently restored.
- : Int!
- # Fallback owner of the private and shared channel while restore, as requested in
- # the RSC Web UI.
- : String
- }