Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.06 KB

File metadata and controls

44 lines (36 loc) · 1.06 KB
title teamsAppPermissionSet resource type
description Set of Resource specific permissions.
author sweta-thapliyal
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

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"
    }
  ]
}