teamsTabConfiguration resource type (Open Type)

Namespace: microsoft.graph

The settings that determine the content of a tab. When a tab is interactively configured, this information is set by the tab provider application. In addition to the properties below, some tab provider applications specify additional custom properties.

Properties

Property Type Description
contentUrl string Url used for rendering tab contents in Teams. Required.
entityId string Identifier for the entity hosted by the tab provider.
removeUrl string Url called by Teams client when a Tab is removed using the Teams Client.
websiteUrl string Url for showing tab contents outside of Teams.

JSON representation

The following is a JSON representation of the resource.

{
   "entityId": "string",
   "contentUrl": "string (HTTPS Url)",
   "websiteUrl": "string (HTTPS Url)",
   "removeUrl": "string (HTTPS Url)"  
}