azureCommunicationServicesUserConversationMember リソースの種類

名前空間: microsoft.graph

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

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

conversationMember から継承します。

メソッド

なし。

プロパティ

プロパティ 説明
azureCommunicationServicesId String ユーザーの id をAzure Communication Servicesします。
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"
}