组资源类型
命名空间:microsoft.graph.termStore
表示术语库中使用的 组。 组是逻辑层次结构,其中包含其下的集合。
继承自 实体。
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 创建组 | 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。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| sets | 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"
}
反馈
提交和查看相关反馈