Skip to main content

ManualWorkItemDetails

Import this model from the entry point of its package:

import { ManualWorkItemDetails } from '@sailpoint/angular-sdk/access_requests';

Properties

NameTypeDescriptionNotes
forwarded(optional) booleanTrue if the request for this item was forwarded from one owner to another.[default to false]
originalOwner(optional) ManualWorkItemDetailsOriginalOwner[default to undefined]
currentOwner(optional) ManualWorkItemDetailsCurrentOwner[default to undefined]
modified(optional) stringTime at which item was modified.[default to undefined]
status(optional) ManualWorkItemState[default to undefined]
forwardHistory(optional) Array<ApprovalForwardHistory>The history of approval forward action.[default to undefined]