Skip to main content

NonEmployeeApprovalItemDetail

Import this model from the entry point of its package:

import { NonEmployeeApprovalItemDetail } from '@sailpoint/angular-sdk/non_employee_lifecycle_management';

Properties

NameTypeDescriptionNotes
id(optional) stringNon-Employee approval item id[default to undefined]
approver(optional) NonEmployeeIdentityReferenceWithId[default to undefined]
accountName(optional) stringRequested identity account name[default to undefined]
approvalStatus(optional) ApprovalStatus[default to undefined]
approvalOrder(optional) numberApproval order[default to undefined]
comment(optional) stringcomment of approver[default to undefined]
modified(optional) stringWhen the request was last modified.[default to undefined]
created(optional) stringWhen the request was created.[default to undefined]
nonEmployeeRequest(optional) NonEmployeeRequestWithoutApprovalItem[default to undefined]