teamsAppDefinition resource type
Namespace: microsoft.graph
Represents the details of a version of a teamsApp.
Properties
Property | Type | Description |
---|---|---|
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 has been submitted and is under review. published —The request to publish the specific version of the Teams app has been 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. |
authorization | teamsAppAuthorization | Authorization requirements specified in the Teams app manifest. |
Relationships
Relationship | Type | Description |
---|---|---|
bot | teamworkBot | The details of the bot specified in the Teams app manifest. |
JSON representation
{
"id": "string",
"teamsAppId": "string",
"displayName": "string",
"version": "string",
"authorization": "#microsoft.graph.teamsAppAuthorization"
}