mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
add method and model docs for powershell and python v2025
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
---
|
||||
id: v2025-deploy-request
|
||||
title: DeployRequest
|
||||
pagination_label: DeployRequest
|
||||
sidebar_label: DeployRequest
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'DeployRequest', 'V2025DeployRequest']
|
||||
slug: /tools/sdk/python/v2025/models/deploy-request
|
||||
tags: ['SDK', 'Software Development Kit', 'DeployRequest', 'V2025DeployRequest']
|
||||
---
|
||||
|
||||
# DeployRequest
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**draft_id** | **str** | The id of the draft to be used by this deploy. | [required]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v2025.models.deploy_request import DeployRequest
|
||||
|
||||
deploy_request = DeployRequest(
|
||||
draft_id='3d0fe04b-57df-4a46-a83b-8f04b0f9d10b'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user