Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/TestExternalExecuteWorkflowRequest.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

1.1 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
test-external-execute-workflow-request TestExternalExecuteWorkflowRequest TestExternalExecuteWorkflowRequest TestExternalExecuteWorkflowRequest powershellsdk
powershell
PowerShell
sdk
TestExternalExecuteWorkflowRequest
/tools/sdk/powershell/beta/models/test-external-execute-workflow-request
SDK
Software Development Kit
TestExternalExecuteWorkflowRequest

TestExternalExecuteWorkflowRequest

Properties

Name Type Description Notes
VarInput Pointer to [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-PSSailpoint.BetaTestExternalExecuteWorkflowRequest  -VarInput {test=hello world}
  • Convert the resource to JSON
$TestExternalExecuteWorkflowRequest | ConvertTo-JSON

[Back to top]