---
id: v1-reviewable-entitlement
title: ReviewableEntitlement
pagination_label: ReviewableEntitlement
sidebar_label: ReviewableEntitlement
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'ReviewableEntitlement', 'v1ReviewableEntitlement']
slug: /tools/sdk/typescript/certification_summaries/models/reviewable-entitlement
tags: ['SDK', 'Software Development Kit', 'ReviewableEntitlement', 'v1ReviewableEntitlement']
---

# ReviewableEntitlement

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **(optional)** `string` | The id for the entitlement | [default to undefined]
**name** | **(optional)** `string` | The name of the entitlement | [default to undefined]
**description** | **(optional)** `string` | Information about the entitlement | [default to undefined]
**privileged** | **(optional)** `boolean` | Indicates if the entitlement is a privileged entitlement | [default to false]
**owner** | **(optional)** `IdentityReferenceWithNameAndEmail` |  | [default to undefined]
**attributeName** | **(optional)** `string` | The name of the attribute on the source | [default to undefined]
**attributeValue** | **(optional)** `string` | The value of the attribute on the source | [default to undefined]
**sourceSchemaObjectType** | **(optional)** `string` | The schema object type on the source used to represent the entitlement and its attributes | [default to undefined]
**sourceName** | **(optional)** `string` | The name of the source for which this entitlement belongs | [default to undefined]
**sourceType** | **(optional)** `string` | The type of the source for which the entitlement belongs | [default to undefined]
**sourceId** | **(optional)** `string` | The ID of the source for which the entitlement belongs | [default to undefined]
**hasPermissions** | **(optional)** `boolean` | Indicates if the entitlement has permissions | [default to false]
**isPermission** | **(optional)** `boolean` | Indicates if the entitlement is a representation of an account permission | [default to false]
**revocable** | **(optional)** `boolean` | Indicates whether the entitlement can be revoked | [default to false]
**cloudGoverned** | **(optional)** `boolean` | True if the entitlement is cloud governed | [default to false]
**containsDataAccess** | **(optional)** `boolean` | True if the entitlement has DAS data | [default to false]
**dataAccess** | **(optional)** `DataAccess` |  | [default to undefined]
**account** | **(optional)** `ReviewableEntitlementAccount` |  | [default to undefined]

