resultTemplateOption resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Provides the search result templates options for render connectors search results.
Properties
Property | Type | Description |
---|---|---|
enableResultTemplate | Boolean | Indicates whether search display layouts are enabled. If enabled, the user will get the result template to render the search results content in the resultTemplates property of the response. The result template is based on Adaptive Cards. This property is optional. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"enableResultTemplate": true
}