UserAppSourceApp
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | the source app ID | [optional] |
| Type | String | It will always be ""APPLICATION"" | [optional] |
| Name | String | the source app name | [optional] |
Examples
- Prepare the resource
$UserAppSourceApp = Initialize-BetaUserAppSourceApp -Id edcb0951812949d085b60cd8bf35bc78 `
-Type APPLICATION `
-Name test-app
- Convert the resource to JSON
$UserAppSourceApp | ConvertTo-JSON