Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 3.75 KB

File metadata and controls

65 lines (51 loc) · 3.75 KB
title resourceSpecificPermissionGrant resource type
description Specifies the permission that a specific Microsoft Entra app has.
author AkJo
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 10/04/2024

resourceSpecificPermissionGrant resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Declares the permission that has been granted to a specific Microsoft Entra app for an instance of a resource in Microsoft Graph.

For more information about granting apps consent to access a specific instance of a resource, see resource-specific consent.

Methods

Method Return Type Description
List permission grants of a chat resourceSpecificPermissionGrant collection List resource-specific permissions that have been granted in a specific chat.
List permission grants of a group resourceSpecificPermissionGrant collection List resource-specific permissions that have been granted in a specific group.
List permission grants of a team resourceSpecificPermissionGrant collection List resource-specific permissions that have been granted in a specific team.
List permission grants of a user resourceSpecificPermissionGrant collection List resource-specific permissions that have been granted to a specific user.

Properties

Property Type Description
id string The unique identifier of the resource-specific permission grant. Read-only.
deletedDateTime dateTimeOffset Not used.
clientId string ID of the Microsoft Entra app that has been granted access. Read-only.
clientAppId string ID of the service principal of the Microsoft Entra app that has been granted access. Read-only.
resourceAppId string ID of the Microsoft Entra app that is hosting the resource. Read-only.
permissionType string The type of permission. The possible values are: Application, Delegated. Read-only.
permission string The name of the resource-specific permission. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "string (identifier)",
  "deletedDateTime": "dateTimeOffset",
  "clientId": "string",
  "clientAppId": "string",
  "resourceAppId": "string",
  "permissionType": "string",
  "permission": "string"
}