Validatefilterinputdto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| VarInput | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | Mock input to evaluate filter expression against. | [required] |
| VarFilter | String | JSONPath filter to conditionally invoke trigger when expression evaluates to true. | [required] |
Examples
- Prepare the resource
$Validatefilterinputdto = Initialize-Validatefilterinputdto -VarInput {"identityId":"201327fda1c44704ac01181e963d463c"} `
-VarFilter $[?($.identityId == "201327fda1c44704ac01181e963d463c")]
- Convert the resource to JSON
$Validatefilterinputdto | ConvertTo-JSON