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

883 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-launcher-reference LauncherReference LauncherReference LauncherReference pythonsdk
python
Python
sdk
LauncherReference
BetaLauncherReference
/tools/sdk/python/beta/models/launcher-reference
SDK
Software Development Kit
LauncherReference
BetaLauncherReference

LauncherReference

Properties

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

Example

from sailpoint.beta.models.launcher_reference import LauncherReference

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

[Back to top]