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

# NonEmployeeApprovalItemDetail

## 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]

