TestExternalExecuteWorkflow200Response
Properties
Name | Type | Description | Notes |
---|---|---|---|
payload | object | The input that was received | [optional] |
} |
Example
from sailpoint.beta.models.test_external_execute_workflow200_response import TestExternalExecuteWorkflow200Response
test_external_execute_workflow200_response = TestExternalExecuteWorkflow200Response(
payload={test=hello world}
)