resourceSpecificPermissionGrant 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.
Declares the permission that has been granted to a specific Azure AD 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. |
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 Azure AD app that has been granted access. Read-only. |
clientAppId | string | ID of the service principal of the Azure AD app that has been granted access. Read-only. |
resourceAppId | string | ID of the Azure AD app that is hosting the resource. Read-only. |
permissionType | string | The type of permission. Possible values are: Application , Delegated . Read-only. |
permission | string | The name of the resource-specific permission. Read-only. |
JSON representation
The following is a JSON representation of the resource.
{
"id": "string (identifier)",
"deletedDateTime": "dateTimeOffset",
"clientId": "string",
"clientAppId": "string",
"resourceAppId": "string",
"permissionType": "string",
"permission": "string"
}
Feedback
Submit and view feedback for