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-SearchcriteriaTextQuery -Terms ["admin","user"] `
-Fields ["role","name"] `
-MatchAny true
- Convert the resource to JSON
$SearchcriteriaTextQuery | ConvertTo-JSON