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