mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.1 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-create-external-execute-workflow-request | CreateExternalExecuteWorkflowRequest | CreateExternalExecuteWorkflowRequest | CreateExternalExecuteWorkflowRequest | pythonsdk |
|
/tools/sdk/python/v2024/models/create-external-execute-workflow-request |
|
CreateExternalExecuteWorkflowRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| input | object | The input for the workflow | [optional] |
| } |
Example
from sailpoint.v2024.models.create_external_execute_workflow_request import CreateExternalExecuteWorkflowRequest
create_external_execute_workflow_request = CreateExternalExecuteWorkflowRequest(
input={customAttribute1=value1, customAttribute2=value2}
)