mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.1 KiB
1.1 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 | pythonsdk |
|
/tools/sdk/python/v2024/models/test-external-execute-workflow200-response |
|
TestExternalExecuteWorkflow200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| payload | object | The input that was received | [optional] |
| } |
Example
from sailpoint.v2024.models.test_external_execute_workflow200_response import TestExternalExecuteWorkflow200Response
test_external_execute_workflow200_response = TestExternalExecuteWorkflow200Response(
payload={test=hello world}
)