sharedWithChannelTeamInfo 资源类型

命名空间:microsoft.graph

表示与频道共享 的团队 的信息。 可以与一个团队共享多个频道。

继承自 teamInfo

方法

方法 返回类型 说明
列出 sharedWithChannelTeamInfo sharedWithChannelTeamInfo 集合 获取已共享指定频道团队列表。
Get sharedWithChannelTeamInfo sharedWithChannelTeamInfo 获取已共享指定频道团队
Delete sharedWithChannelTeamInfo 通过删除相应的 sharedWithChannelTeamInfo 资源,取消与团队共享频道
列出 allowedMembers conversationMember 集合 获取可以访问共享的频道conversationMembers 列表。

属性

属性 类型 说明
displayName String 团队的名称。 继承自 teamInfo
id String 团队的唯一标识符。 此为只读属性。
isHostTeam Boolean 指示团队是否是频道的主持人。
tenantId String Microsoft Entra租户的 ID。 继承自 teamInfo

关系

关系 类型 说明
allowedMembers conversationMember 集合 有权访问共享频道的团队成员的集合。

JSON 表示形式

下面是资源的 JSON 表示形式。

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