Skip to main content

TestExternalExecuteWorkflow200Response

Properties

NameTypeDescriptionNotes
Payload[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0The input that was received[optional]

Examples

  • Prepare the resource
$TestExternalExecuteWorkflow200Response = Initialize-PSSailpoint.V3TestExternalExecuteWorkflow200Response  -Payload {test=hello world}
  • Convert the resource to JSON
$TestExternalExecuteWorkflow200Response | ConvertTo-JSON

[Back to top]