PostExternalExecuteWorkflowRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
input | object | The input for the workflow | [optional] |
} |
Example
from sailpoint.beta.models.post_external_execute_workflow_request import PostExternalExecuteWorkflowRequest
post_external_execute_workflow_request = PostExternalExecuteWorkflowRequest(
input={customAttribute1=value1, customAttribute2=value2}
)