---
id: v1-non-employee-approval-item
title: NonEmployeeApprovalItem
pagination_label: NonEmployeeApprovalItem
sidebar_label: NonEmployeeApprovalItem
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'NonEmployeeApprovalItem', 'v1NonEmployeeApprovalItem']
slug: /tools/sdk/typescript/non_employee_lifecycle_management/models/non-employee-approval-item
tags: ['SDK', 'Software Development Kit', 'NonEmployeeApprovalItem', 'v1NonEmployeeApprovalItem']
---

# NonEmployeeApprovalItem

## 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)** `NonEmployeeRequestLite` |  | [default to undefined]

