Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Namespace: microsoft.graph
Represents the details of a version of a teamsApp.
Property | Type | Description |
---|---|---|
authorization | teamsAppAuthorization | Authorization requirements specified in the Teams app manifest. |
description | String | Verbose description of the application. |
displayName | String | The name of the app provided by the app developer. |
id | String | A unique ID (not the Teams app ID). |
publishingState | String | The published status of a specific version of a Teams app. Possible values are:submitted —The specific version of the Teams app was submitted and is under review.published —The request to publish the specific version of the Teams app was approved by the admin and the app is published.rejected —The admin rejected the request to publish the specific version of the Teams app. |
shortDescription | String | Short description of the application. |
teamsAppId | String | The ID from the Teams app manifest. |
version | String | The version number of the application. |
Relationship | Type | Description |
---|---|---|
bot | teamworkBot | The details of the bot specified in the Teams app manifest. |
The following JSON representation shows the resource type.
{
"authorization": {"@odata.type": "microsoft.graph.teamsAppAuthorization"},
"description": "String",
"displayName": "String",
"id": "String (identifier)",
"publishingState": "String",
"shortDescription": "String",
"teamsAppId": "String",
"version": "String"
}
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now