ValidateFilterOutputDto
Import this model from the entry point of its package:
import { ValidateFilterOutputDto } from '@sailpoint/angular-sdk/triggers';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| isValid | (optional) boolean | When this field is true, the filter expression is valid against the input. | [default to false] |
| isValidJSONPath | (optional) boolean | When this field is true, the filter expression is using a valid JSON path. | [default to false] |
| isPathExist | (optional) boolean | When this field is true, the filter expression is using an existing path. | [default to false] |