mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.1 KiB
1.1 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-search-criteria-text-query | SearchCriteriaTextQuery | SearchCriteriaTextQuery | SearchCriteriaTextQuery | powershellsdk |
|
/tools/sdk/powershell/v2024/models/search-criteria-text-query |
|
SearchCriteriaTextQuery
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Terms | []String | Terms to search for. | [optional] |
| Fields | []String | Fields to search within. | [optional] |
| MatchAny | Boolean | Whether to match any of the terms. | [optional] [default to $false] |
Examples
- Prepare the resource
$SearchCriteriaTextQuery = Initialize-V2024SearchCriteriaTextQuery -Terms [admin, user] `
-Fields [role, name] `
-MatchAny true
- Convert the resource to JSON
$SearchCriteriaTextQuery | ConvertTo-JSON