Skip to main content

TestWorkflow200Response

Properties

NameTypeDescriptionNotes
WorkflowExecutionIdStringThe workflow execution id[optional]

Examples

  • Prepare the resource
$TestWorkflow200Response = Initialize-PSSailpoint.BetaTestWorkflow200Response  -WorkflowExecutionId 0e11cefa-96e7-4b67-90d0-065bc1da5753
  • Convert the resource to JSON
$TestWorkflow200Response | ConvertTo-JSON

[Back to top]