mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
888 B
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 |
|
/tools/sdk/python/v2024/models/launcher-reference |
|
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'
)