Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/TestExternalExecuteWorkflow200Response.md
2025-02-28 14:46:13 +00:00

1.2 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
v2024-test-external-execute-workflow200-response TestExternalExecuteWorkflow200Response TestExternalExecuteWorkflow200Response TestExternalExecuteWorkflow200Response powershellsdk
powershell
PowerShell
sdk
TestExternalExecuteWorkflow200Response
V2024TestExternalExecuteWorkflow200Response
/tools/sdk/powershell/v2024/models/test-external-execute-workflow200-response
SDK
Software Development Kit
TestExternalExecuteWorkflow200Response
V2024TestExternalExecuteWorkflow200Response

TestExternalExecuteWorkflow200Response

Properties

Name Type Description Notes
Payload [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 The input that was received [optional]

Examples

  • Prepare the resource
$TestExternalExecuteWorkflow200Response = Initialize-PSSailpoint.V2024TestExternalExecuteWorkflow200Response  -Payload {test=hello world}
  • Convert the resource to JSON
$TestExternalExecuteWorkflow200Response | ConvertTo-JSON

[Back to top]