Skip to main content

SearchCriteriaTextQuery

Import this model from the entry point of its package:

import { SearchCriteriaTextQuery } from '@sailpoint/angular-sdk/suggested_entitlement_description';

Properties

NameTypeDescriptionNotes
terms(optional) Array<string>Terms to search for.[default to undefined]
fields(optional) Array<string>Fields to search within.[default to undefined]
matchAny(optional) booleanWhether to match any of the terms.[default to false]