Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. | 
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
  "queryString": "String",
  "queryTemplate": "String"
}