teamsAppResourceSpecificPermission resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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"
}