| name | (optional) string | The name of the saved search. | [default to undefined] |
| description | (optional) string | The description of the saved search. | [default to undefined] |
| created | (optional) string | A date-time in ISO-8601 format | [default to undefined] |
| modified | (optional) string | A date-time in ISO-8601 format | [default to undefined] |
| indices | Array<Index> | The names of the Elasticsearch indices in which to search. | [default to undefined] |
| columns | (optional) | The columns to be returned (specifies the order in which they will be presented) for each document type. The currently supported document types are: accessprofile, accountactivity, account, aggregation, entitlement, event, identity, and role. | [default to undefined] |
| query | string | The search query using Elasticsearch Query String Query syntax from the Query DSL. | [default to undefined] |
| fields | (optional) Array<string> | The fields to be searched against in a multi-field query. | [default to undefined] |
| orderBy | (optional) | Sort by index. This takes precedence over the sort property. | [default to undefined] |
| sort | (optional) Array<string> | The fields to be used to sort the search results. | [default to undefined] |
| filters | (optional) SavedsearchdetailFilters | | [default to undefined] |