ApprovalForwardHistory
Import this model from the entry point of its package:
import { ApprovalForwardHistory } from '@sailpoint/angular-sdk/access_request_approvals';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| oldApproverName | (optional) string | Display name of approver from whom the approval was forwarded. | [default to undefined] |
| newApproverName | (optional) string | Display name of approver to whom the approval was forwarded. | [default to undefined] |
| comment | (optional) string | Comment made while forwarding. | [default to undefined] |
| modified | (optional) string | Time at which approval was forwarded. | [default to undefined] |
| forwarderName | (optional) string | Display name of forwarder who forwarded the approval. | [default to undefined] |
| reassignmentType | (optional) ReassignmentType | [default to undefined] |