mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
996 B
996 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-lifecycle-state-dto | LifecycleStateDto | LifecycleStateDto | LifecycleStateDto | powershellsdk |
|
/tools/sdk/powershell/v2024/models/lifecycle-state-dto |
|
LifecycleStateDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| StateName | String | The name of the lifecycle state | [required] |
| ManuallyUpdated | Boolean | Whether the lifecycle state has been manually or automatically set | [required] |
Examples
- Prepare the resource
$LifecycleStateDto = Initialize-V2024LifecycleStateDto -StateName active `
-ManuallyUpdated true
- Convert the resource to JSON
$LifecycleStateDto | ConvertTo-JSON