Skip to main content

LauncherReference

Properties

NameTypeDescriptionNotes
TypeEnum [ "WORKFLOW" ]Type of Launcher reference[optional]
IdStringID of Launcher reference[optional]

Examples

  • Prepare the resource
$LauncherReference = Initialize-PSSailpoint.BetaLauncherReference  -Type WORKFLOW `
-Id 2fd6ff94-2081-4d29-acbc-83a0a2f744a5
  • Convert the resource to JSON
$LauncherReference | ConvertTo-JSON

[Back to top]