---
id: v1-access-request-item-response
title: AccessRequestItemResponse
pagination_label: AccessRequestItemResponse
sidebar_label: AccessRequestItemResponse
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'AccessRequestItemResponse', 'v1AccessRequestItemResponse']
slug: /tools/sdk/typescript/identity_history/models/access-request-item-response
tags: ['SDK', 'Software Development Kit', 'AccessRequestItemResponse', 'v1AccessRequestItemResponse']
---

# AccessRequestItemResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**operation** | **(optional)** `string` | the access request item operation | [default to undefined]
**accessItemType** | **(optional)** `string` | the access item type | [default to undefined]
**name** | **(optional)** `string` | the name of access request item | [default to undefined]
**decision** | **(optional)** `string` | the final decision for the access request | [default to undefined]
**description** | **(optional)** `string` | the description of access request item | [default to undefined]
**sourceId** | **(optional)** `string` | the source id | [default to undefined]
**sourceName** | **(optional)** `string` | the source Name | [default to undefined]
**approvalInfos** | **(optional)** `Array<ApprovalInfoResponse>` |  | [default to undefined]

