Skip to main content

Savedsearchdetail

Properties

NameTypeDescriptionNotes
created(optional) stringA date-time in ISO-8601 format[default to undefined]
modified(optional) stringA date-time in ISO-8601 format[default to undefined]
indicesArray<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]
querystringThe 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]