searchQuery resource type

Namespace: microsoft.graph

Represents a search query that contains search terms and optional filters.

Properties

Property Type Description
queryString String The search query containing the search terms. Required.
queryTemplate String Provides a way to decorate the query string. Supports both KQL and query variables. Optional.

JSON representation

The following is a JSON representation of the resource.

{
  "queryString": "String",
  "queryTemplate": "String"
}