teamsTab resource type

Namespace: microsoft.graph

A teamsTab is a tab that's pinned (attached) to a channel within a team.

Methods

Method Return Type Description
List tabs teamsTab List tabs pinned to a channel.
Get tab teamsTab Read a tab pinned to a channel.
Add tab teamsTab Add (pin) a tab to a channel.
Update tab teamsTab Update the tab properties.
Remove tab None Remove (unpin) a tab from a channel.

Properties

Property Type Description
configuration teamsTabConfiguration Container for custom settings applied to a tab. The tab is considered configured only once this property is set.
displayName string Name of the tab.
id string Identifier that uniquely identifies a specific instance of a channel tab. Read only.
webUrl string Deep link URL of the tab instance. Read only.

Relationships

Relationship Type Description
teamsApp teamsApp The application that is linked to the tab. This can't be changed after tab creation.

JSON representation

Here's a JSON representation of the resource.

{  
  "id": "string",
  "displayName": "string",
  "webUrl": "string",
  "configuration" : "teamsTabConfiguration"
}

Configuring the built-in tab types