Skip to main content

StartLauncher200Response

Properties

NameTypeDescriptionNotes
interactive_process_idstrID of the Interactive Process that was launched[required]
}

Example

from sailpoint.beta.models.start_launcher200_response import StartLauncher200Response

start_launcher200_response = StartLauncher200Response(
interactive_process_id='5da68cfe-2d60-4b09-858f-0d03acd2f47a'
)

[Back to top]