Skip to main content

SetLifecycleStateRequest

Properties

NameTypeDescriptionNotes
LifecycleStateIdStringID of the lifecycle state to set.[optional]

Examples

  • Prepare the resource
$SetLifecycleStateRequest = Initialize-PSSailpoint.V2024SetLifecycleStateRequest  -LifecycleStateId 2c9180877a86e408017a8c19fefe046c
  • Convert the resource to JSON
$SetLifecycleStateRequest | ConvertTo-JSON

[Back to top]