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

981 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-test-workflow-request TestWorkflowRequest TestWorkflowRequest TestWorkflowRequest powershellsdk
powershell
PowerShell
sdk
TestWorkflowRequest
BetaTestWorkflowRequest
/tools/sdk/powershell/beta/models/test-workflow-request
SDK
Software Development Kit
TestWorkflowRequest
BetaTestWorkflowRequest

TestWorkflowRequest

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. [required]

Examples

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

[Back to top]