ValidateFilterInputDto
Import this model from the entry point of its package:
import { ValidateFilterInputDto } from '@sailpoint/angular-sdk/triggers';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| input | object | Mock input to evaluate filter expression against. | [default to undefined] |
| filter | string | JSONPath filter to conditionally invoke trigger when expression evaluates to true. | [default to undefined] |