Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents the resource-specific permission associated with a teamsApp.
For details, see understanding resource-specific consent.
Properties
| Property | Type | Description |
|---|---|---|
| permissionType | teamsAppResourceSpecificPermissionType | The type of resource-specific permission. |
| permissionValue | String | The name of the resource-specific permission. |
teamsAppResourceSpecificPermissionType values
| Member | Description |
|---|---|
| delegated | Indicates that the resource specific permission is of delegated type. |
| application | Indicates that the resource specific permission is of application type. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamsAppResourceSpecificPermission",
"permissionValue": "String",
"permissionType": "String"
}