skypeUserConversationMember リソースの種類

名前空間: microsoft.graph

チャット内の Skype (コンシューマー) ユーザーを表します。

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

conversationMember から継承します。

プロパティ

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

リレーションシップ

なし。

JSON 表記

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

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