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

# AccessItemEntitlementResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **(optional)** `string` | the access item id | [default to undefined]
**accessType** | **(optional)** `string` | the access item type. entitlement in this case | [default to undefined]
**displayName** | **(optional)** `string` | the display name of the identity | [default to undefined]
**sourceName** | **(optional)** `string` | the name of the source | [default to undefined]
**attribute** | `string` | the entitlement attribute | [default to undefined]
**value** | `string` | the associated value | [default to undefined]
**type** | `string` | the type of entitlement | [default to undefined]
**description** | **(optional)** `string` | the description for the entitlment | [default to undefined]
**sourceId** | **(optional)** `string` | the id of the source | [default to undefined]
**standalone** | `boolean` | indicates whether the entitlement is standalone | [default to undefined]
**privileged** | `boolean` | indicates whether the entitlement is privileged | [default to undefined]
**cloudGoverned** | `boolean` | indicates whether the entitlement is cloud governed | [default to undefined]

