mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
961 B
961 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-reference | LauncherReference | LauncherReference | LauncherReference | powershellsdk |
|
/tools/sdk/powershell/v2024/models/launcher-reference |
|
LauncherReference
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "WORKFLOW" ] | Type of Launcher reference | [optional] |
| Id | String | ID of Launcher reference | [optional] |
Examples
- Prepare the resource
$LauncherReference = Initialize-V2024LauncherReference -Type WORKFLOW `
-Id 2fd6ff94-2081-4d29-acbc-83a0a2f744a5
- Convert the resource to JSON
$LauncherReference | ConvertTo-JSON