Skip to main content

SetLifecycleState200Response

Properties

NameTypeDescriptionNotes
account_activity_idstrID 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]
}

Example

from sailpoint.v2024.models.set_lifecycle_state200_response import SetLifecycleState200Response

set_lifecycle_state200_response = SetLifecycleState200Response(
account_activity_id='2c9180837ab5b716017ab7c6c9ef1e20'
)

[Back to top]