INPUT_OBJECT

RestoreO365FullTeamsInput

Description

Input for restoring a complete O365 Team.

link GraphQL Schema definition

  • input RestoreO365FullTeamsInput {
  • # RSC ID of the source Team.
  • teamId: UUID!
  • # Information about the destination Team.
  • destTeamInfo: DestTeamInfo
  • # Owner of the restored Team.
  • teamOwnerEmail: String
  • # The sequence number of the snapshot currently being restored.
  • snapshotSequenceNum: Int!
  • # In-place restore configuration for the restore job.
  • inplaceRestoreConfig: InplaceRestoreConfig
  • # Encrypted refresh token.
  • refreshTokenEncrypted: String!
  • # UUID of the O365 App used for authorization.
  • o365AppId: String!
  • }

link Require by