Skip to main content

StartLauncherV1200Response

Properties

NameTypeDescriptionNotes
interactive_process_idstrID 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'
)

[Back to top]