INPUT_OBJECT

RestoreO365TeamsFilesInput

Description

Input for restoring O365 Teams files.

link GraphQL Schema definition

  • input RestoreO365TeamsFilesInput {
  • # O365 Teams files to restore.
  • filesToRestore: [FileInfo!]!
  • # O365 Teams folders to restore.
  • foldersToRestore: [FolderInfo!]!
  • # Destination channel for the restore.
  • destTeamsChannelInfo: TeamsChannelInfo
  • # Specifies whether destination channel should be created.
  • shouldCreateDestChannel: Boolean!
  • # Recovery action type for the job.
  • actionType: O365RestoreActionType!
  • # Indicates whether the channel being restored is STANDARD or PRIVATE.
  • channelRecoveryType: ChannelMembershipType!
  • # Indicates whether a new channel with latest permissions will be created if a
  • # private channel is restored.
  • recoverWithLatestPermissions: Boolean!
  • # Specifies the sequence number of the snapshot being currently restored.
  • snapshotSequenceNum: Int!
  • }

link Require by