Skip to main content

Validatefilterinputdto

Properties

NameTypeDescriptionNotes
VarInput[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0Mock input to evaluate filter expression against.[required]
VarFilterStringJSONPath 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

[Back to top]