Skip to main content

Savedsearch

Properties

NameTypeDescriptionNotes
name(optional) stringThe name of the saved search.[default to undefined]
description(optional) stringThe description of the saved search.[default to undefined]
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]
id(optional) stringThe saved search ID.[default to undefined]
owner(optional) Typedreference[default to undefined]
ownerId(optional) stringThe ID of the identity that owns this saved search.[default to undefined]
_public(optional) booleanWhether 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]