Skip to main content

SetLifecycleStateV1200Response

Properties

NameTypeDescriptionNotes
AccountActivityIdStringID 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
$SetLifecycleStateV1200Response = Initialize-SetLifecycleStateV1200Response  -AccountActivityId 2c9180837ab5b716017ab7c6c9ef1e20
  • Convert the resource to JSON
$SetLifecycleStateV1200Response | ConvertTo-JSON

[Back to top]