Skip to main content

ValidateFilterOutputDto

Import this model from the entry point of its package:

import { ValidateFilterOutputDto } from '@sailpoint/angular-sdk/triggers';

Properties

NameTypeDescriptionNotes
isValid(optional) booleanWhen this field is true, the filter expression is valid against the input.[default to false]
isValidJSONPath(optional) booleanWhen this field is true, the filter expression is using a valid JSON path.[default to false]
isPathExist(optional) booleanWhen this field is true, the filter expression is using an existing path.[default to false]