mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
981 B
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 |
|
/tools/sdk/powershell/beta/models/test-workflow-request |
|
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