---
id: v1-access-request-recommendation-item-detail
title: AccessRequestRecommendationItemDetail
pagination_label: AccessRequestRecommendationItemDetail
sidebar_label: AccessRequestRecommendationItemDetail
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'AccessRequestRecommendationItemDetail', 'v1AccessRequestRecommendationItemDetail']
slug: /tools/sdk/typescript/iai_access_request_recommendations/models/access-request-recommendation-item-detail
tags: ['SDK', 'Software Development Kit', 'AccessRequestRecommendationItemDetail', 'v1AccessRequestRecommendationItemDetail']
---

# AccessRequestRecommendationItemDetail

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**identityId** | **(optional)** `string` | Identity ID for the recommendation | [default to undefined]
**access** | **(optional)** `AccessRequestRecommendationItemDetailAccess` |  | [default to undefined]
**ignored** | **(optional)** `boolean` | Whether or not the identity has already chosen to ignore this recommendation. | [default to undefined]
**requested** | **(optional)** `boolean` | Whether or not the identity has already chosen to request this recommendation. | [default to undefined]
**viewed** | **(optional)** `boolean` | Whether or not the identity reportedly viewed this recommendation. | [default to undefined]
**messages** | **(optional)** `Array<AccessRecommendationMessage>` |  | [default to undefined]
**translationMessages** | **(optional)** `Array<TranslationMessage>` | The list of translation messages | [default to undefined]

