Skip to main content

SavedSearchDetailFilters

Import this model from the entry point of its package:

import { SavedSearchDetailFilters } from '@sailpoint/angular-sdk/saved_search';

Properties

NameTypeDescriptionNotes
type(optional) FilterType[default to undefined]
range(optional) Range[default to undefined]
terms(optional) Array<string>The terms to be filtered.[default to undefined]
exclude(optional) booleanIndicates if the filter excludes results.[default to false]