次の方法で共有


microsoftAccountUserConversationMember リソースの種類

名前空間: microsoft.graph

チャット内の個人用 Microsoft アカウント ユーザーを表します。

conversationMember から継承します。

プロパティ

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

リレーションシップ

なし。

JSON 表記

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

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