Skip to main content

LauncherRequestReference

Properties

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

Examples

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

[Back to top]