次の方法で共有


skypeForBusinessUserConversationMember リソースの種類

名前空間: microsoft.graph

チャット内の Skype for Business ユーザーを表します。

Teams と Skype for Business の相互運用性の詳細については、「 Microsoft Teamsと Skype for Business の共存と相互運用性について」を参照してください。

conversationMember から継承します。

プロパティ

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

リレーションシップ

なし。

JSON 表記

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

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