Skip to main content

TestWorkflowV1Request

Properties

NameTypeDescriptionNotes
inputobjectThe test input for the workflow.[required]
}

Example

from sailpoint.workflows.models.test_workflow_v1_request import TestWorkflowV1Request

test_workflow_v1_request = TestWorkflowV1Request(
input=None
)

[Back to top]