INPUT_OBJECT

FullTeamRestoreConfig

Description

Restore configuration for a full Team restore.

link GraphQL Schema definition

  • input FullTeamRestoreConfig {
  • # Information about the destination Team.
  • destTeamInfo: DestTeamInfo
  • # UUID of the O365 App used for authorization.
  • o365AppId: String!
  • # Encrypted refresh token.
  • refreshTokenEncrypted: String!
  • # ID of the snapshot from which to restore.
  • snapshotId: UUID!
  • # The sequence number of the snapshot currently being restored.
  • snapshotSequenceNum: Int!
  • # RSC ID of the source Team.
  • sourceTeamId: UUID!
  • # Fallback owner of the destination Team, as requested in the RSC Web UI.
  • targetTeamOwner: String
  • }