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,39 +0,0 @@
---
id: user-app-source-app
title: UserAppSourceApp
pagination_label: UserAppSourceApp
sidebar_label: UserAppSourceApp
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'UserAppSourceApp']
slug: /tools/sdk/powershell/beta/models/user-app-source-app
tags: ['SDK', 'Software Development Kit', 'UserAppSourceApp']
---
# UserAppSourceApp
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **String** | the source app ID | [optional]
**Type** | Pointer to **String** | It will always be ""APPLICATION"" | [optional]
**Name** | Pointer to **String** | the source app name | [optional]
## Examples
- Prepare the resource
```powershell
$UserAppSourceApp = Initialize-PSSailpoint.BetaUserAppSourceApp -Id edcb0951812949d085b60cd8bf35bc78 `
-Type APPLICATION `
-Name test-app
```
- Convert the resource to JSON
```powershell
$UserAppSourceApp | ConvertTo-JSON
```
[[Back to top]](#)