| indices | Array<string> | A list of indices to search within. Must contain exactly one item, typically "entitlements". | [default to undefined] |
| filters | (optional) | A map of filters applied to the search. Keys are filter names, and values are filter definitions. | [default to undefined] |
| query | (optional) SearchcriteriaQuery | | [default to undefined] |
| queryType | (optional) string | Specifies the type of query. Must be "TEXT" if textQuery is used. | [default to undefined] |
| textQuery | (optional) SearchcriteriaTextQuery | | [default to undefined] |
| includeNested | (optional) boolean | Whether to include nested objects in the search results. | [default to false] |
| sort | (optional) Array<string> | Specifies the sorting order for the results. | [default to undefined] |
| searchAfter | (optional) Array<string> | Used for pagination to fetch results after a specific point. | [default to undefined] |