Files
developer.sailpoint.com/docs/tools/sdk/powershell/reference/v2024/Models/TestWorkflowRequest.md
2025-01-28 09:59:02 -05:00

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

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]