Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/SetLifecycleState200Response.md
2025-02-03 22:09:17 +00:00

1.3 KiB

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-state200-response SetLifecycleState200Response SetLifecycleState200Response SetLifecycleState200Response powershellsdk
powershell
PowerShell
sdk
SetLifecycleState200Response
V2024SetLifecycleState200Response
/tools/sdk/powershell/v2024/models/set-lifecycle-state200-response
SDK
Software Development Kit
SetLifecycleState200Response
V2024SetLifecycleState200Response

SetLifecycleState200Response

Properties

Name Type Description Notes
AccountActivityId String ID of the IdentityRequest object that is generated when the workflow launches. To follow the IdentityRequest, you can provide this ID with a Get Account Activity request. The response will contain relevant information about the IdentityRequest, such as its status. [optional]

Examples

  • Prepare the resource
$SetLifecycleState200Response = Initialize-PSSailpoint.V2024SetLifecycleState200Response  -AccountActivityId 2c9180837ab5b716017ab7c6c9ef1e20
  • Convert the resource to JSON
$SetLifecycleState200Response | ConvertTo-JSON

[Back to top]