| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a configuration for the source of the dashboard card content in a teamsApp.
| 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. |
| Member | Description |
|---|---|
| bot | Dashboard card source type as a bot. |
| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamsAppDashboardCardContentSource",
"botConfiguration": {"@odata.type": "microsoft.graph.teamsAppDashboardCardBotConfiguration"},
"sourceType": "String"
}