| 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] |
| id | (optional) string | The saved search ID. | [default to undefined] |
| owner | (optional) Typedreference | | [default to undefined] |
| ownerId | (optional) string | The ID of the identity that owns this saved search. | [default to undefined] |
| _public | (optional) boolean | Whether this saved search is visible to anyone but the owner. This field will always be false as there is no way to set a saved search as public at this time. | [default to false] |