Skip to main content

LifecycleStateDto

Properties

NameTypeDescriptionNotes
StateNameStringThe name of the lifecycle state[required]
ManuallyUpdatedBooleanWhether the lifecycle state has been manually or automatically set[required]

Examples

  • Prepare the resource
$LifecycleStateDto = Initialize-PSSailpoint.V2024LifecycleStateDto  -StateName active `
-ManuallyUpdated true
  • Convert the resource to JSON
$LifecycleStateDto | ConvertTo-JSON

[Back to top]