| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Set of required/granted permissions that can be associated with a Teams app.
| Property | Type | Description |
|---|---|---|
| resourceSpecificPermissions | teamsAppResourceSpecificPermission collection | A collection of resource-specific permissions. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamsAppPermissionSet",
"resourceSpecificPermissions": [
{
"@odata.type": "microsoft.graph.teamsAppResourceSpecificPermission"
}
]
}