Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/LauncherOwner.md
2025-08-14 14:16:43 +00:00

856 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
v2024-launcher-owner LauncherOwner LauncherOwner LauncherOwner powershellsdk
powershell
PowerShell
sdk
LauncherOwner
V2024LauncherOwner
/tools/sdk/powershell/v2024/models/launcher-owner
SDK
Software Development Kit
LauncherOwner
V2024LauncherOwner

LauncherOwner

Properties

Name Type Description Notes
Type String Owner type [required]
Id String Owner ID [required]

Examples

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

[Back to top]