teamsTabConfiguration resource type (Open Type)
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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. |
JSON representation
The following JSON representation shows the resource type.
{
"entityId": "string",
"contentUrl": "string (HTTPS Url)",
"websiteUrl": "string (HTTPS Url)",
"removeUrl": "string (HTTPS Url)"
}