teamsAppDashboardCardContentSource resource 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.
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"
}