mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1015 B
1015 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| test-external-execute-workflow-request | TestExternalExecuteWorkflowRequest | TestExternalExecuteWorkflowRequest | TestExternalExecuteWorkflowRequest | pythonsdk |
|
/tools/sdk/python/v3/models/test-external-execute-workflow-request |
|
TestExternalExecuteWorkflowRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| input | object | The test input for the workflow | [optional] |
| } |
Example
from sailpoint.v3.models.test_external_execute_workflow_request import TestExternalExecuteWorkflowRequest
test_external_execute_workflow_request = TestExternalExecuteWorkflowRequest(
input={test=hello world}
)