首字母缩写资源类型
命名空间:microsoft.graph.search
重要
Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
首字母缩写词是 Microsoft 搜索结果中用于定义组织中常见首字母缩写词的管理答案。
继承自 searchAnswer。
Methods
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 列出首字母缩略词 | microsoft.graph.search.acronym 集合 | 获取首字母缩写词对象 及其 属性的列表。 |
| 创建首字母缩略词 | microsoft.graph.search.acronym | 创建新的 首字母缩写词 对象。 |
| 获取首字母缩略词 | microsoft.graph.search.acronym | 读取首字母缩写词对象 的属性和 关系。 |
| 更新首字母缩略词 | microsoft.graph.search.acronym | 更新首字母缩写 词对象 的属性。 |
| 删除首字母缩略词 | 无 | 删除首字母 缩写 词对象。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| 说明 | String | A brief description of the acronym that gives users more info about the acronym and what it stands for. 继承自 searchAnswer。 |
| displayName | String | 实际的短格式或缩写。 继承自 searchAnswer。 |
| id | String | 首字母缩写 (GUID) 的唯一标识符。 继承自 实体。 |
| lastModifiedBy | microsoft.graph.identitySet | 创建或上次修改首字母缩写词的用户的详细信息。 继承自 searchAnswer。 只读。 |
| lastModifiedDateTime | DateTimeOffset | 创建或编辑缩写词的时间戳。 继承自 searchAnswer。 只读。 |
| standsFor | String 集合 | 首字母缩写词代表什么。 |
| state | microsoft.graph.search.answerState | 首字母缩写词的状态。 可能的值是:、published``draft、excluded或 unknownFutureValue。 |
| webUrl | String | 用户可以访问的页面或网站的 URL,以了解有关缩写词详细信息。 继承自 searchAnswer。 |
关系
无。
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.search.acronym",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"webUrl": "String",
"lastModifiedBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"lastModifiedDateTime": "String (timestamp)",
"standsFor": [
"String"
],
"state": "String"
}
反馈
提交和查看相关反馈