INPUT_OBJECT
RestoreO365FullTeamsInput
Description
Input for restoring a complete O365 Team.
link GraphQL Schema definition
- input RestoreO365FullTeamsInput {
- # RSC ID of the source Team.
- UUID! :
- # Information about the destination Team.
- DestTeamInfo :
- # Owner of the restored Team.
- String :
- # The sequence number of the snapshot currently being restored.
- Int! :
- # In-place restore configuration for the restore job.
- InplaceRestoreConfig :
- # Encrypted refresh token.
- String! :
- # UUID of the O365 App used for authorization.
- String! :
- }