Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/TestExternalExecuteWorkflowRequest.md
2025-05-07 14:37:48 +00:00

1.2 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-test-external-execute-workflow-request TestExternalExecuteWorkflowRequest TestExternalExecuteWorkflowRequest TestExternalExecuteWorkflowRequest powershellsdk
powershell
PowerShell
sdk
TestExternalExecuteWorkflowRequest
V2024TestExternalExecuteWorkflowRequest
/tools/sdk/powershell/v2024/models/test-external-execute-workflow-request
SDK
Software Development Kit
TestExternalExecuteWorkflowRequest
V2024TestExternalExecuteWorkflowRequest

TestExternalExecuteWorkflowRequest

Properties

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

Examples

  • Prepare the resource
$TestExternalExecuteWorkflowRequest = Initialize-V2024TestExternalExecuteWorkflowRequest  -VarInput {test=hello world}
  • Convert the resource to JSON
$TestExternalExecuteWorkflowRequest | ConvertTo-JSON

[Back to top]