Skip to main content

TestWorkflow200Response

Properties

NameTypeDescriptionNotes
workflow_execution_idstrThe workflow execution id[optional]
}

Example

from sailpoint.v2024.models.test_workflow200_response import TestWorkflow200Response

test_workflow200_response = TestWorkflow200Response(
workflow_execution_id='0e11cefa-96e7-4b67-90d0-065bc1da5753'
)

[Back to top]