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