Commonaccessitemresponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | Common Access Item ID | [optional] |
| Access | Commonaccessitemaccess | [optional] | |
| Status | Commonaccessitemstate | [optional] | |
| LastUpdated | String | [optional] | |
| ReviewedByUser | Boolean | [optional] | |
| LastReviewed | String | [optional] | |
| CreatedByUser | String | [optional] |
Examples
- Prepare the resource
$Commonaccessitemresponse = Initialize-Commonaccessitemresponse -Id null `
-Access null `
-Status null `
-LastUpdated null `
-ReviewedByUser null `
-LastReviewed null `
-CreatedByUser null
- Convert the resource to JSON
$Commonaccessitemresponse | ConvertTo-JSON