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

937 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-reference LauncherReference LauncherReference LauncherReference powershellsdk
powershell
PowerShell
sdk
LauncherReference
/tools/sdk/powershell/beta/models/launcher-reference
SDK
Software Development Kit
LauncherReference

LauncherReference

Properties

Name Type Description Notes
Type Pointer to Enum [ "WORKFLOW" ] Type of Launcher reference [optional]
Id Pointer to String ID of Launcher reference [optional]

Examples

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

[Back to top]