Skip to main content

LauncherReference

Properties

NameTypeDescriptionNotes
typeEnum [ 'WORKFLOW' ]Type of Launcher reference[optional]
idstrID 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]