AccessApps
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| Id | String | The unique ID of the referenced object. | [optional] | 
| Name | String | Name of application | [optional] | 
| Description | String | Description of application. | [optional] | 
| Owner | AccessAppsOwner | [optional] | 
Examples
- Prepare the resource
$AccessApps = Initialize-AccessApps  -Id 2c91808568c529c60168cca6f90c1313 `
 -Name Travel and Expense `
 -Description Travel and Expense Application `
 -Owner null
- Convert the resource to JSON
$AccessApps | ConvertTo-JSON