Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.21 KB

teamworkconversationidentity.md

File metadata and controls

43 lines (35 loc) · 1.21 KB
title description author ms.localizationpriority ms.subservice doc_type
teamworkConversationIdentity resource type
Represents a conversation in Microsoft Teams.
RamjotSingh
medium
teams
resourcePageType

teamworkConversationIdentity resource type

Namespace: microsoft.graph

Represents a conversation (chat, team, or channel) in Microsoft Teams.

Inherits from identity.

Properties

Property Type Description
conversationIdentityType teamworkConversationIdentityType Type of conversation. Possible values are: team, channel, chat, and unknownFutureValue.
displayName String Inherited from identity. Display name of the conversation. Optional.
id String Inherited from identity. ID of the conversation.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamworkConversationIdentity",
  "id": "String (identifier)",
  "displayName": "String",
  "conversationIdentityType": "String"
}