Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.82 KB

File metadata and controls

51 lines (38 loc) · 1.82 KB
title teamsAppDashboardCardContentSource resource type
description Represents a configuration for the source of the dashboard card content in a teamsApp.
author ashish-goel
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 03/06/2024

teamsAppDashboardCardContentSource resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a configuration for the source of the dashboard card content in a teamsApp.

Properties

Property Type Description
botConfiguration teamsAppDashboardCardBotConfiguration The configuration for the bot source. Required if sourceType is set to bot.
sourceType teamsAppDashboardCardSourceType Represents the type of source that powers the content of the dashboard card. The possible values are: bot, unknownFutureValue.

teamsAppDashboardCardSourceType values

Member Description
bot Dashboard card source type as a bot.
unknownFutureValue Evolvable enumeration sentinel value. Don't use.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamsAppDashboardCardContentSource",
  "botConfiguration": {"@odata.type": "microsoft.graph.teamsAppDashboardCardBotConfiguration"},
  "sourceType": "String"
}