AccessReviewItem
Import this model from the entry point of its package:
import { AccessReviewItem } from '@sailpoint/angular-sdk/certifications';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| accessSummary | (optional) AccessSummary | [default to undefined] | |
| identitySummary | (optional) CertificationIdentitySummary | [default to undefined] | |
| id | (optional) string | The review item's id | [default to undefined] |
| completed | (optional) boolean | Whether the review item is complete | [default to undefined] |
| newAccess | (optional) boolean | Indicates whether the review item is for new access to a source | [default to undefined] |
| decision | (optional) CertificationDecision | [default to undefined] | |
| comments | (optional) string | Comments for this review item | [default to undefined] |