| title | teamsAppResourceSpecificPermission resource type |
|---|---|
| description | Represents the resource-specific permission associated with a teamsApp. |
| author | sweta-thapliyal |
| ms.localizationpriority | medium |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the resource-specific permission associated with a teamsApp.
For details, see understanding resource-specific consent.
| Property | Type | Description |
|---|---|---|
| permissionType | teamsAppResourceSpecificPermissionType | The type of resource-specific permission. |
| permissionValue | String | The name of the resource-specific permission. |
| Member | Description |
|---|---|
| delegated | Indicates that the resource specific permission is of delegated type. |
| application | Indicates that the resource specific permission is of application type. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamsAppResourceSpecificPermission",
"permissionValue": "String",
"permissionType": "String"
}