Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.04 KB

teamsapppermissionset.md

File metadata and controls

43 lines (35 loc) · 1.04 KB
title description author ms.localizationpriority ms.subservice doc_type
teamsAppPermissionSet resource type
Set of Resource specific permissions.
sweta-thapliyal
medium
teams
resourcePageType

teamsAppPermissionSet resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Set of required/granted permissions that can be associated with a Teams app.

Properties

Property Type Description
resourceSpecificPermissions teamsAppResourceSpecificPermission collection A collection of resource-specific permissions.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamsAppPermissionSet",
  "resourceSpecificPermissions": [
    {
      "@odata.type": "microsoft.graph.teamsAppResourceSpecificPermission"
    }
  ]
}