Skip to main content

TestExternalExecuteWorkflow200Response

Properties

NameTypeDescriptionNotes
payloadobjectThe input that was received[optional]
}

Example

from sailpoint.v3.models.test_external_execute_workflow200_response import TestExternalExecuteWorkflow200Response

test_external_execute_workflow200_response = TestExternalExecuteWorkflow200Response(
payload={test=hello world}
)

[Back to top]