starting point for adding python sdk docs

This commit is contained in:
darrell-thobe-sp
2025-02-20 12:59:19 -05:00
parent 3b9e39ca19
commit c18583ede4
2726 changed files with 370294 additions and 5 deletions

View File

@@ -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]](#)