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'
)