Skip to content

Latest commit

 

History

History
62 lines (50 loc) · 1.69 KB

File metadata and controls

62 lines (50 loc) · 1.69 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/16/2024

teamsTabConfiguration resource type (Open Type)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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
entityId string Identifier for the entity hosted by the tab provider.
contentUrl string Url used for rendering tab contents in Teams. Required.
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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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