Show / Hide Table of Contents

ResourceSpecificPermissionGrant.ReadForChat

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 D GET /chats/{chat-id}/permissionGrants

Delegate Permission

Id
Consent Type
Display String
Description

Resources

chat

Property Type Description
chatType chatType Specifies the type of chat. Possible values are: group, oneOnOne, meeting, unknownFutureValue.
createdDateTime dateTimeOffset Date and time at which the chat was created. Read-only.
id String The chat's unique identifier. Read-only.
lastUpdatedDateTime dateTimeOffset Date and time at which the chat was renamed or list of members were last changed. Read-only.
onlineMeetingInfo teamworkOnlineMeetingInfo Represents details about an online meeting. If the chat isn't associated with an online meeting, the property is empty. Read-only.
tenantId String The identifier of the tenant in which the chat was created. Read-only.
topic String (Optional) Subject or topic for the chat. Only available for group chats.
viewpoint chatViewpoint Represents caller-specific information about the chat, such as last message read date and time. This property is populated only when the request is made in a delegated context.
webUrl String The URL for the chat in Microsoft Teams. The URL should be treated as an opaque blob, and not parsed. Read-only.

resourceSpecificPermissionGrant

Property Type Description
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.
deletedDateTime dateTimeOffset Not used.
id string The unique identifier of the resource-specific permission grant. 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.
In This Article
Back to top Created by merill | Submit feedback