Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.58 KB

File metadata and controls

55 lines (44 loc) · 1.58 KB
title teamsTabConfiguration resource type (Open Type)
description The settings that determine the content of a tab.
author MSFTRickyCastaneda
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 08/19/2024

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 JSON representation shows the resource type.

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