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

# NonEmployeeApprovalItemBase

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

