Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/LauncherOwner.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

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

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]