Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.79 KB

File metadata and controls

51 lines (40 loc) · 1.79 KB
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

teamsAppResourceSpecificPermission resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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