azureCommunicationServicesUserConversationMember リソースの種類

名前空間: microsoft.graph

チャット内の Azure Communication Services ユーザーを表します。

Azure Communication Services ユーザーは、Teams 会議や Teams チャットに外部ユーザーとして参加できます。

conversationMember から継承します。

メソッド

なし。

プロパティ

プロパティ 説明
azureCommunicationServicesId String ユーザーの Azure Communication Services ID。
displayName String ユーザーの表示名。 conversationMember から継承されます。
id String このリソースを表すメンバーシップ ID。 エンティティから継承 されます。
roles 文字列コレクション このユーザーの特別なロール。 conversationMember から継承されます。
visibleHistoryStartDateTime DateTimeOffset 会話の履歴が会話メンバーと共有されるまでの期間を示すタイム スタンプ。 conversationMember から継承されます。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.azureCommunicationServicesUserConversationMember",
  "id": "String (identifier)",
  "roles": [
    "String"
  ],
  "displayName": "String",
  "visibleHistoryStartDateTime": "String (timestamp)",
  "azureCommunicationServicesId": "String"
}