mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1.2 KiB
1.2 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| set-lifecycle-state200-response | SetLifecycleState200Response | SetLifecycleState200Response | SetLifecycleState200Response | pythonsdk |
|
/tools/sdk/python/v3/models/set-lifecycle-state200-response |
|
SetLifecycleState200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| account_activity_id | str | ID of the IdentityRequest object that is generated when the workflow launches. To follow the IdentityRequest, you can provide this ID with a Get Account Activity request. The response will contain relevant information about the IdentityRequest, such as its status. | [optional] |
| } |
Example
from sailpoint.v3.models.set_lifecycle_state200_response import SetLifecycleState200Response
set_lifecycle_state200_response = SetLifecycleState200Response(
account_activity_id='2c9180837ab5b716017ab7c6c9ef1e20'
)