Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/LauncherReference.md
2025-08-14 17:03:25 +00:00

888 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-launcher-reference LauncherReference LauncherReference LauncherReference pythonsdk
python
Python
sdk
LauncherReference
V2024LauncherReference
/tools/sdk/python/v2024/models/launcher-reference
SDK
Software Development Kit
LauncherReference
V2024LauncherReference

LauncherReference

Properties

Name Type Description Notes
type Enum [ 'WORKFLOW' ] Type of Launcher reference [optional]
id str ID of Launcher reference [optional]
}

Example

from sailpoint.v2024.models.launcher_reference import LauncherReference

launcher_reference = LauncherReference(
type='WORKFLOW',
id='2fd6ff94-2081-4d29-acbc-83a0a2f744a5'
)

[Back to top]