INPUT_OBJECT
RestoreO365TeamsConversationsInput
Description
Input for restoring O365 Teams channel conversations.
link GraphQL Schema definition
- input RestoreO365TeamsConversationsInput {
- # Teams unique identifier of the channel.
- UUID! :
- # Information about the destination Teams channel.
- TeamsChannelInfo :
- # Specifies whether a new destination channel needs to be created in Teams.
- Boolean! :
- # Recovery action type for the restore job.
- O365RestoreActionType :
- # In-place restore configuration for the restore job.
- InplaceRestoreConfig :
- # Information about the destination channel conversation.
- O365TeamConvChannelInput :
- # Specifies whether file attachments in the conversation need to be restored.
- Boolean! :
- # O365 Teams conversation channels to restore.
- O365TeamConvChannelInput!]! : [
- # Filters Teams conversations based on the time of posts in the conversations.
- TeamsConversationsSearchFilter :
- # Encrypted refresh token.
- String! :
- # UUID of the O365 App used for authorization.
- String! :
- # Specifies whether the channel being restored is STANDARD or PRIVATE.
- ChannelMembershipType! :
- # Specifies whether the newly created Teams channel should have the latest
- # permissions, which maybe different from the permissions at backup time.
- Boolean! :
- # Specifies the sequence number of the snapshot being currently restored.
- Int! :
- }