属性资源类型
命名空间:microsoft.graph.externalConnectors
重要
Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| aliases | 字符串集合 | 属性的一组别名或友好名称。 最多 32 个字符。 仅允许字母数字字符。 例如,每个字符串不能包含控制字符、空格或以下任一 : 字符:、。 ; , ( ) [ ] { } % $ + ! * = & ? @ # \ ~ ' " < > ` ^ 可选。 |
| isQueryable | boolean | 指定属性是否可查询。 可查询属性可用于关键字查询语言 (KQL) 查询。 可选。 |
| isRefinable | boolean | 指定属性是否可精简。 可精简属性可用于筛选搜索API中的搜索结果,并添加用户体验中的精简Microsoft 搜索控件。 可选。 |
| isRetrievable | boolean | 指定属性是否可检索。 当搜索 API 返回项目结果集可检索属性将返回在搜索记录中。 还可将可检索属性添加到用于呈现搜索结果的显示模板。 可选。 |
| isSearchable | boolean | 指定属性是否可搜索。 仅类型或 string stringCollection 可搜索的属性。 不可搜索的属性不会添加到搜索索引。 可选。 |
| labels | microsoft.graph.externalConnectors.label 集合 | 指定针对属性添加的一个或多个已知标记。 标签Microsoft 搜索了解连接中数据的语义。 添加适当的标签可增强搜索体验 (例如,提高相关性) 。 可选。 可能的值是 title url createdBy lastModifiedBy authors createdDateTime :、、、、、、、。 lastModifiedDateTime fileName fileExtension unknownFutureValue iconUrl containerName containerUrl 请注意,必须使用请求标头获取此可发展枚举中的以下值 Prefer: include-unknown-enum-members iconUrl containerName :、、。 containerUrl |
| name | String | 属性的名称。 最多 32 个字符。 仅允许字母数字字符。 例如,每个字符串不能包含控制字符、空格或以下任一 : 字符:、。 ; , ( ) [ ] { } % $ + ! * = & ? @ # \ ~ ' " < > ` ^ 此为必需属性。 |
| type | microsoft.graph.externalConnectors.propertyType | 属性的数据类型。 可取值为:string、int64、double、dateTime、boolean、stringCollection、int64Collection、doubleCollection、dateTimeCollection、unknownFutureValue。 此为必需属性。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"aliases": [ "String" ],
"isQueryable": true,
"isRefinable": true,
"isRetrievable": true,
"isSearchable": true,
"labels": [ "string" ],
"name": "string",
"type": "string"
}
反馈
提交和查看相关反馈