Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2025/Models/CreateExternalExecuteWorkflowRequest.md
2025-04-01 09:23:12 -04:00

1.1 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
v2025-create-external-execute-workflow-request CreateExternalExecuteWorkflowRequest CreateExternalExecuteWorkflowRequest CreateExternalExecuteWorkflowRequest pythonsdk
python
Python
sdk
CreateExternalExecuteWorkflowRequest
V2025CreateExternalExecuteWorkflowRequest
/tools/sdk/python/v2025/models/create-external-execute-workflow-request
SDK
Software Development Kit
CreateExternalExecuteWorkflowRequest
V2025CreateExternalExecuteWorkflowRequest

CreateExternalExecuteWorkflowRequest

Properties

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

Example

from sailpoint.v2025.models.create_external_execute_workflow_request import CreateExternalExecuteWorkflowRequest

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

[Back to top]