removing beta docs

This commit is contained in:
darrell-thobe-sp
2025-01-23 23:30:59 -05:00
parent 7194b934e8
commit befdd82384
999 changed files with 0 additions and 70946 deletions

View File

@@ -1,37 +0,0 @@
---
id: launcher-reference
title: LauncherReference
pagination_label: LauncherReference
sidebar_label: LauncherReference
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'LauncherReference']
slug: /tools/sdk/powershell/beta/models/launcher-reference
tags: ['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
```powershell
$LauncherReference = Initialize-PSSailpoint.BetaLauncherReference -Type WORKFLOW `
-Id 2fd6ff94-2081-4d29-acbc-83a0a2f744a5
```
- Convert the resource to JSON
```powershell
$LauncherReference | ConvertTo-JSON
```
[[Back to top]](#)