mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
---
|
||||
id: beta-test-external-execute-workflow200-response
|
||||
title: TestExternalExecuteWorkflow200Response
|
||||
pagination_label: TestExternalExecuteWorkflow200Response
|
||||
sidebar_label: TestExternalExecuteWorkflow200Response
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'TestExternalExecuteWorkflow200Response', 'BetaTestExternalExecuteWorkflow200Response']
|
||||
slug: /tools/sdk/python/beta/models/test-external-execute-workflow200-response
|
||||
tags: ['SDK', 'Software Development Kit', 'TestExternalExecuteWorkflow200Response', 'BetaTestExternalExecuteWorkflow200Response']
|
||||
---
|
||||
|
||||
# TestExternalExecuteWorkflow200Response
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**payload** | **object** | The input that was received | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.beta.models.test_external_execute_workflow200_response import TestExternalExecuteWorkflow200Response
|
||||
|
||||
test_external_execute_workflow200_response = TestExternalExecuteWorkflow200Response(
|
||||
payload={test=hello world}
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user