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.V2024IdentityLifecycleState -StateName active `
-ManuallyUpdated true
- Convert the resource to JSON
$IdentityLifecycleState | ConvertTo-JSON