Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/LauncherOwner.md
2025-01-28 13:29:29 -05:00

865 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-launcher-owner LauncherOwner LauncherOwner LauncherOwner powershellsdk
powershell
PowerShell
sdk
LauncherOwner
BetaLauncherOwner
/tools/sdk/powershell/beta/models/launcher-owner
SDK
Software Development Kit
LauncherOwner
BetaLauncherOwner

LauncherOwner

Properties

Name Type Description Notes
Type String Owner type [required]
Id String Owner 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]