Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/SetLifecycleStateRequest.md
2025-05-07 14:37:48 +00:00

991 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-set-lifecycle-state-request SetLifecycleStateRequest SetLifecycleStateRequest SetLifecycleStateRequest powershellsdk
powershell
PowerShell
sdk
SetLifecycleStateRequest
V2024SetLifecycleStateRequest
/tools/sdk/powershell/v2024/models/set-lifecycle-state-request
SDK
Software Development Kit
SetLifecycleStateRequest
V2024SetLifecycleStateRequest

SetLifecycleStateRequest

Properties

Name Type Description Notes
LifecycleStateId String ID of the lifecycle state to set. [optional]

Examples

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

[Back to top]