mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
793 B
793 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-owner | LauncherOwner | LauncherOwner | LauncherOwner | pythonsdk |
|
/tools/sdk/python/beta/models/launcher-owner |
|
LauncherOwner
Owner of the Launcher
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | str | Owner type | [required] |
| id | str | Owner ID | [required] |
| } |
Example
from sailpoint.beta.models.launcher_owner import LauncherOwner
launcher_owner = LauncherOwner(
type='IDENTITY',
id='123180847373330f0173c7e1756b6890'
)