OBJECT

O365TeamsChannel

link GraphQL Schema definition

  • type O365TeamsChannel implements O365TeamsChannelObject {
  • # The Rubrik ID of Microsoft 365 Teams channel.
  • id: String
  • # The natural ID of Microsoft 365 Teams channel.
  • naturalId: String
  • # Display name of the channel.
  • name: String
  • # The ID of SharePoint folder of the channel.
  • folderId: String
  • # The name of SharePoint folder of the channel.
  • folderName: String
  • # The membership type of the channel.
  • membershipType: ChannelMembershipType
  • # Specifies whether the channel is relic or not.
  • isArchived: Boolean
  • }