NonEmployeeApprovalItemDetail
Import this model from the entry point of its package:
import { NonEmployeeApprovalItemDetail } from '@sailpoint/angular-sdk/non_employee_lifecycle_management';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | (optional) string | Non-Employee approval item id | [default to undefined] |
| approver | (optional) NonEmployeeIdentityReferenceWithId | [default to undefined] | |
| accountName | (optional) string | Requested identity account name | [default to undefined] |
| approvalStatus | (optional) ApprovalStatus | [default to undefined] | |
| approvalOrder | (optional) number | Approval order | [default to undefined] |
| comment | (optional) string | comment of approver | [default to undefined] |
| modified | (optional) string | When the request was last modified. | [default to undefined] |
| created | (optional) string | When the request was created. | [default to undefined] |
| nonEmployeeRequest | (optional) NonEmployeeRequestWithoutApprovalItem | [default to undefined] |