Skip to main content

IdentityLifecycleState

Properties

NameTypeDescriptionNotes
StateNameStringThe name of the lifecycle state[required]
ManuallyUpdatedBooleanWhether 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

[Back to top]