SearchCriteriaTextQuery
Import this model from the entry point of its package:
import { SearchCriteriaTextQuery } from '@sailpoint/angular-sdk/suggested_entitlement_description';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| terms | (optional) Array<string> | Terms to search for. | [default to undefined] |
| fields | (optional) Array<string> | Fields to search within. | [default to undefined] |
| matchAny | (optional) boolean | Whether to match any of the terms. | [default to false] |