Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/TestWorkflowRequest.md
2025-02-03 22:09:17 +00:00

998 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
v2024-test-workflow-request TestWorkflowRequest TestWorkflowRequest TestWorkflowRequest powershellsdk
powershell
PowerShell
sdk
TestWorkflowRequest
V2024TestWorkflowRequest
/tools/sdk/powershell/v2024/models/test-workflow-request
SDK
Software Development Kit
TestWorkflowRequest
V2024TestWorkflowRequest

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-PSSailpoint.V2024TestWorkflowRequest  -VarInput null
  • Convert the resource to JSON
$TestWorkflowRequest | ConvertTo-JSON

[Back to top]