mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.0 KiB
1.0 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-identity-lifecycle-state | IdentityLifecycleState | IdentityLifecycleState | IdentityLifecycleState | powershellsdk |
|
/tools/sdk/powershell/v2025/models/identity-lifecycle-state |
|
IdentityLifecycleState
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
$IdentityLifecycleState = Initialize-PSSailpoint.V2025IdentityLifecycleState -StateName active `
-ManuallyUpdated true
- Convert the resource to JSON
$IdentityLifecycleState | ConvertTo-JSON