resultTemplateOption resource type

Namespace: microsoft.graph

Provides the search result template options to render search results from connectors.

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. Optional.

JSON representation

The following is a JSON representation of the resource.

 {
    "enableResultTemplate": "Boolean"
 }