UserAppAccount
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| Id | String | the account ID | [optional] | 
| Type | String | It will always be ""ACCOUNT"" | [optional] | 
| Name | String | the account name | [optional] | 
Examples
- Prepare the resource
$UserAppAccount = Initialize-BetaUserAppAccount  -Id 85d173e7d57e496569df763231d6deb6a `
 -Type ACCOUNT `
 -Name test account
- Convert the resource to JSON
$UserAppAccount | ConvertTo-JSON