Skip to main content

TestWorkflowRequest

Properties

NameTypeDescriptionNotes
VarInput[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0The test input for the workflow.[required]

Examples

  • Prepare the resource
$TestWorkflowRequest = Initialize-PSSailpoint.V2024TestWorkflowRequest  -VarInput null
  • Convert the resource to JSON
$TestWorkflowRequest | ConvertTo-JSON

[Back to top]