mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
955 B
955 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-start-launcher200-response | StartLauncher200Response | StartLauncher200Response | StartLauncher200Response | pythonsdk |
|
/tools/sdk/python/v2024/models/start-launcher200-response |
|
StartLauncher200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| interactive_process_id | str | ID of the Interactive Process that was launched | [required] |
| } |
Example
from sailpoint.v2024.models.start_launcher200_response import StartLauncher200Response
start_launcher200_response = StartLauncher200Response(
interactive_process_id='5da68cfe-2d60-4b09-858f-0d03acd2f47a'
)