Skip to main content

LauncherOwner

Owner of the Launcher

Properties

NameTypeDescriptionNotes
typestrOwner type[required]
idstrOwner ID[required]
}

Example

from sailpoint.beta.models.launcher_owner import LauncherOwner

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

[Back to top]