组资源类型
命名空间:microsoft.graph.termStore
重要
Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示术语 存储中使用的组。 组是包含其下的集合的逻辑层次结构。
继承自 entity。
Methods
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 创建组 | microsoft.graph.termStore.group | 在术语 [存储]中创建组。 |
| Get group | microsoft.graph.termStore.group | 检索术语 [存储]中组的数据。 |
| 删除组 | 无 | 删除术语 [存储]中的组。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| createdDateTime | DateTimeOffset | 组创建的日期和时间。 只读。 |
| 说明 | string | 提供术语使用情况的详细信息的说明。 |
| id | string | 组的唯一标识符。 只读。 |
| displayName | string | 组的名称。 |
| scope | string | 返回组的类型。 可取值为:global、system 和 siteCollection。 |
| parentSiteId | string | 此组的父站点的 ID。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| 集 | microsoft.graph.termStore.set 集合 | 术语 [存储]区中组下的所有集。 |
JSON 表示形式
下面是 组 资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.termStore.group",
"id": "string",
"createdDateTime": "string (timestamp)",
"description": "string",
"scope" : "microsoft.graph.termStore.groupScope",
"displayName": "string",
"parentSiteId" : "string"
}
反馈
提交和查看相关反馈