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

1.0 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
create-external-execute-workflow-request CreateExternalExecuteWorkflowRequest CreateExternalExecuteWorkflowRequest CreateExternalExecuteWorkflowRequest pythonsdk
python
Python
sdk
CreateExternalExecuteWorkflowRequest
CreateExternalExecuteWorkflowRequest
/tools/sdk/python/v3/models/create-external-execute-workflow-request
SDK
Software Development Kit
CreateExternalExecuteWorkflowRequest
CreateExternalExecuteWorkflowRequest

CreateExternalExecuteWorkflowRequest

Properties

Name Type Description Notes
input object The input for the workflow [optional]
}

Example

from sailpoint.v3.models.create_external_execute_workflow_request import CreateExternalExecuteWorkflowRequest

create_external_execute_workflow_request = CreateExternalExecuteWorkflowRequest(
input={customAttribute1=value1, customAttribute2=value2}
)

[Back to top]