Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/Beta/Models/TestWorkflow200Response.md
2025-02-20 12:59:19 -05:00

913 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
beta-test-workflow200-response TestWorkflow200Response TestWorkflow200Response TestWorkflow200Response pythonsdk
python
Python
sdk
TestWorkflow200Response
BetaTestWorkflow200Response
/tools/sdk/python/beta/models/test-workflow200-response
SDK
Software Development Kit
TestWorkflow200Response
BetaTestWorkflow200Response

TestWorkflow200Response

Properties

Name Type Description Notes
workflow_execution_id str The workflow execution id [optional]
}

Example

from sailpoint.beta.models.test_workflow200_response import TestWorkflow200Response

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

[Back to top]