OBJECT
O365TeamsChannel
link GraphQL Schema definition
- type O365TeamsChannel implements O365TeamsChannelObject {
- # The Rubrik ID of Microsoft 365 Teams channel.
- String :
- # The natural ID of Microsoft 365 Teams channel.
- String :
- # Display name of the channel.
- String :
- # The ID of SharePoint folder of the channel.
- String :
- # The name of SharePoint folder of the channel.
- String :
- # The membership type of the channel.
- ChannelMembershipType :
- # Specifies whether the channel is relic or not.
- Boolean :
- }
link Require by
- O365TeamsChannelConnectionPaginated list of O365TeamsChannel objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- O365TeamsChannelEdgeWrapper around the O365TeamsChannel object. This wrapper is used for pagination.