sharedWithChannelTeamInfo 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

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

继承自 teamInfo

方法

方法 返回类型 说明
列出 sharedWithChannelTeamInfo sharedWithChannelTeamInfo 集合 获取 sharedWithChannelTeamInfo 对象及其属性的列表。
Get sharedWithChannelTeamInfo sharedWithChannelTeamInfo 读取 authenticationFlowsPolicy 对象的属性和关系。
Delete sharedWithChannelTeamInfo 删除 sharedWithChannelTeamInfo 对象。
列出 allowedMembers conversationMember 集合 获取有权访问共享频道的团队成员的列表。

属性

属性 类型 说明
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"
}