组资源类型
命名空间:microsoft.graph.termStore
表示术语 库中使用的组。 组是一个逻辑层次结构,它包含其下的集集合。
继承自 entity。
Methods
方法 | 返回类型 | 说明 |
---|---|---|
创建 | microsoft.graph.termStore.group | Create术语库中的组。 |
Get | microsoft.graph.termStore.group | 检索术语 库中组的数据。 |
删除 | 无 | 删除术语 库中的组。 |
属性
属性 | 类型 | 说明 |
---|---|---|
createdDateTime | DateTimeOffset | 组创建日期和时间。 只读。 |
说明 | string | 提供有关术语用法的详细信息的说明。 |
displayName | string | 组的名称。 |
id | string | 组的唯一标识符。 只读。 |
parentSiteId | string | 此组的父站点的 ID。 |
范围 | string | 返回组的类型。 可能的值为: global 、 system 和 siteCollection 。 |
关系
关系 | 类型 | 说明 |
---|---|---|
集 | microsoft.graph.termStore.set 集合 | 术语 库中组下的所有集。 |
JSON 表示形式
下面是 组 资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.termStore.group",
"createdDateTime": "string (timestamp)",
"description": "string",
"displayName": "string",
"id": "string",
"parentSiteId" : "string",
"scope" : "microsoft.graph.termStore.groupScope"
}