StartLauncherV1200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| interactive_process_id | str | ID of the Interactive Process that was launched | [required] |
| } |
Example
from sailpoint.launchers.models.start_launcher_v1200_response import StartLauncherV1200Response
start_launcher_v1200_response = StartLauncherV1200Response(
interactive_process_id='5da68cfe-2d60-4b09-858f-0d03acd2f47a'
)