teamworkConversationIdentity リソースの種類

名前空間: microsoft.graph

チャット 内の会話(チャット、チーム、またはチャネル) を表Microsoft Teams。

ID から継承 します

プロパティ

プロパティ 説明
conversationIdentityType teamworkConversationIdentityType 会話の種類。 可能な値は、teamchannelchat、および unknownFutureValue です。
displayName String ID から 継承されます。 会話の表示名。 省略可能。
id String ID から 継承されます。 会話の ID。

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

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