Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 921 Bytes

teamsappauthorization.md

File metadata and controls

42 lines (32 loc) · 921 Bytes
title description author ms.localizationpriority ms.subservice doc_type
teamsAppAuthorization resource type
The authorization details of a teamsApp.
sweta-thapliyal
medium
teams
resourcePageType

teamsAppAuthorization resource type

Namespace: microsoft.graph

The authorization details of a teamsApp.

Properties

Property Type Description
requiredPermissionSet teamsAppPermissionSet Set of permissions required by the teamsApp.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.teamsAppAuthorization",
  "requiredPermissionSet": {
    "@odata.type": "microsoft.graph.teamsAppPermissionSet"
  }
}