sharedWithChannelTeamInfo リソースの種類

名前空間: microsoft.graph

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

teamInfo から継承します。

メソッド

メソッド 戻り値の種類 説明
チャネルを共有するチームを一覧表示する sharedWithChannelTeamInfo コレクション 指定したチャネルと共有されているチームの一覧を取得します。
チャネルを共有するチームを取得する sharedWithChannelTeamInfo 指定したチャネルと共有されているチームを取得します。
チームとのチャネルの共有を解除する なし 対応する sharedWithChannelTeamInfo リソースを削除して、チャネルチームの共有を解除します。
許可されているメンバーを一覧表示する 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"
}