Accessreviewitem
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AccessSummary | Accesssummary | [optional] | |
| IdentitySummary | Certificationidentitysummary | [optional] | |
| Id | String | The review item's id | [optional] |
| Completed | Boolean | Whether the review item is complete | [optional] |
| NewAccess | Boolean | Indicates whether the review item is for new access to a source | [optional] |
| Decision | Certificationdecision | [optional] | |
| Comments | String | Comments for this review item | [optional] |
Examples
- Prepare the resource
$Accessreviewitem = Initialize-Accessreviewitem -AccessSummary null `
-IdentitySummary null `
-Id ef38f94347e94562b5bb8424a56397d8 `
-Completed false `
-NewAccess false `
-Decision null `
-Comments This user still needs access to this source
- Convert the resource to JSON
$Accessreviewitem | ConvertTo-JSON