---
id: v1-access-request-approvers-list-response
title: AccessRequestApproversListResponse
pagination_label: AccessRequestApproversListResponse
sidebar_label: AccessRequestApproversListResponse
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'AccessRequestApproversListResponse', 'v1AccessRequestApproversListResponse']
slug: /tools/sdk/typescript/access_request_approvals/models/access-request-approvers-list-response
tags: ['SDK', 'Software Development Kit', 'AccessRequestApproversListResponse', 'v1AccessRequestApproversListResponse']
---

# AccessRequestApproversListResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **(optional)** `string` | Approver id. | [default to undefined]
**email** | **(optional)** `string` | Email of the approver. | [default to undefined]
**name** | **(optional)** `string` | Name of the approver. | [default to undefined]
**approvalId** | **(optional)** `string` | Id of the approval item. | [default to undefined]
**type** | **(optional)** `string` | Type of the object returned. In this case, the value for this field will always Identity. | [default to undefined]

