Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/Beta/Models/StartLauncher200Response.md
2025-02-20 12:59:19 -05:00

950 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-start-launcher200-response StartLauncher200Response StartLauncher200Response StartLauncher200Response pythonsdk
python
Python
sdk
StartLauncher200Response
BetaStartLauncher200Response
/tools/sdk/python/beta/models/start-launcher200-response
SDK
Software Development Kit
StartLauncher200Response
BetaStartLauncher200Response

StartLauncher200Response

Properties

Name Type Description Notes
interactive_process_id str ID 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]