INPUT_OBJECT
FullTeamRestoreConfig
Description
Restore configuration for a full Team restore.
link GraphQL Schema definition
- input FullTeamRestoreConfig {
- # Information about the destination Team.
- : DestTeamInfo
- # UUID of the O365 App used for authorization.
- : String!
- # Encrypted refresh token.
- : String!
- # ID of the snapshot from which to restore.
- : UUID!
- # The sequence number of the snapshot currently being restored.
- : Int!
- # RSC ID of the source Team.
- : UUID!
- # Fallback owner of the destination Team, as requested in the RSC Web UI.
- : String
- }