ApprovalSummary
Import this model from the entry point of its package:
import { ApprovalSummary } from '@sailpoint/angular-sdk/access_request_approvals';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| pending | (optional) number | The number of pending access requests approvals. | [default to undefined] |
| approved | (optional) number | The number of approved access requests approvals. | [default to undefined] |
| rejected | (optional) number | The number of rejected access requests approvals. | [default to undefined] |