ValidateFilterOutputDto
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| IsValid | Boolean | When this field is true, the filter expression is valid against the input. | [optional] [default to $false] | 
| IsValidJSONPath | Boolean | When this field is true, the filter expression is using a valid JSON path. | [optional] [default to $false] | 
| IsPathExist | Boolean | When this field is true, the filter expression is using an existing path. | [optional] [default to $false] | 
Examples
- Prepare the resource
 
$ValidateFilterOutputDto = Initialize-BetaValidateFilterOutputDto  -IsValid true `
 -IsValidJSONPath true `
 -IsPathExist true
- Convert the resource to JSON
 
$ValidateFilterOutputDto | ConvertTo-JSON