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: v2024-set-lifecycle-state-request
|
||||
title: SetLifecycleStateRequest
|
||||
pagination_label: SetLifecycleStateRequest
|
||||
sidebar_label: SetLifecycleStateRequest
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'SetLifecycleStateRequest', 'V2024SetLifecycleStateRequest']
|
||||
slug: /tools/sdk/python/v2024/models/set-lifecycle-state-request
|
||||
tags: ['SDK', 'Software Development Kit', 'SetLifecycleStateRequest', 'V2024SetLifecycleStateRequest']
|
||||
---
|
||||
|
||||
# SetLifecycleStateRequest
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**lifecycle_state_id** | **str** | ID of the lifecycle state to set. | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v2024.models.set_lifecycle_state_request import SetLifecycleStateRequest
|
||||
|
||||
set_lifecycle_state_request = SetLifecycleStateRequest(
|
||||
lifecycle_state_id='2c9180877a86e408017a8c19fefe046c'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user