sharedWithChannelTeamInfo リソースの種類

名前空間: microsoft.graph

チャネルを共有する チーム の情報を表します。 チームは複数のチャネルを共有できます。

teamInfo から継承します。

メソッド

メソッド 戻り値の種類 説明
sharedWithChannelTeamInfo を一覧表示する sharedWithChannelTeamInfo コレクション 指定したチャネルと共有されているチームの一覧を取得します。
sharedWithChannelTeamInfo を取得する sharedWithChannelTeamInfo 指定したチャネルと共有されているチームを取得します。
sharedWithChannelTeamInfo を削除する なし 対応する sharedWithChannelTeamInfo リソースを削除して、チャネルチームの共有を解除します。
allowedMembers を一覧表示する conversationMember コレクション 共有チャネルにアクセスできる conversationMembers の一覧を取得します。

プロパティ

プロパティ 説明
displayName String チームの名前。 teamInfo から継承されます。
id String チームの一意識別子。 読み取り専用。
isHostTeam ブール型 チームチャネルのホストであるかどうかを示します。
tenantId String Microsoft Entra テナントの ID。 teamInfo から継承されます。

リレーションシップ

リレーションシップ 説明
allowedMembers conversationMember コレクション 共有チャネルにアクセスできるチーム メンバーのコレクション。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.sharedWithChannelTeamInfo",
  "displayName": "String",
  "id": "String (identifier)",
  "isHostTeam": "Boolean",
  "tenantId": "String"
}