Edit

teamTeamsAppInstallationScopeInfo 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 the installation scope details when the Teams app is installed in a team.

Inherits from teamsAppInstallationScopeInfo.

Properties

Property Type Description
scope teamsAppInstallationScopes The scope in which the Teams app is installed. The possible values are: team, groupChat, personal, unknownFutureValue. Inherited from teamsAppInstallationScopeInfo.
teamId String The ID of the team where the Teams app is installed.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamTeamsAppInstallationScopeInfo",
  "scope": "String",
  "teamId": "String"
}