teamwork 资源类型

命名空间:microsoft.graph

重要

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

可供组织使用的 Microsoft Teams 功能范围的容器。

继承自 entity

Methods

方法 返回类型 说明
列出 deletedTeams deletedTeam 集合 获取 deletedTeam 对象及其属性的列表。
列出 teamTemplates teamTemplate 集合 获取可用于租户的 teamTemplate 对象的列表。

属性

属性 类型 说明
id String 唯一标识符。 继承自 entity

关系

关系 类型 说明
deletedTeams deletedTeam 集合 已删除团队的集合。
设备 teamworkDevice 集合 为租户预配的 Teams 设备。
teamsAppSettings teamsAppSettings 表示租户中所有 Teams 应用 的租户范围设置。
teamTemplates teamtemplate 集合 与团队关联的模板。
workforceIntegration workforceIntegration 集合 工作人员与班次的集成。

JSON 表示形式

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

{
    "@odata.type": "#microsoft.graph.teamwork",
    "id": "String (identifier)"
}

另请参阅