Skip to main content

LauncherOwner

Properties

NameTypeDescriptionNotes
TypeStringOwner type[required]
IdStringOwner ID[required]

Examples

  • Prepare the resource
$LauncherOwner = Initialize-PSSailpoint.BetaLauncherOwner  -Type IDENTITY `
-Id 123180847373330f0173c7e1756b6890
  • Convert the resource to JSON
$LauncherOwner | ConvertTo-JSON

[Back to top]