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

798 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-owner LauncherOwner LauncherOwner LauncherOwner pythonsdk
python
Python
sdk
LauncherOwner
V2024LauncherOwner
/tools/sdk/python/v2024/models/launcher-owner
SDK
Software Development Kit
LauncherOwner
V2024LauncherOwner

LauncherOwner

Owner of the Launcher

Properties

Name Type Description Notes
type str Owner type [required]
id str Owner ID [required]
}

Example

from sailpoint.v2024.models.launcher_owner import LauncherOwner

launcher_owner = LauncherOwner(
type='IDENTITY',
id='123180847373330f0173c7e1756b6890'
)

[Back to top]