---
id: v1-tenant
title: Tenant
pagination_label: Tenant
sidebar_label: Tenant
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'Tenant', 'v1Tenant']
slug: /tools/sdk/typescript/tenant/models/tenant
tags: ['SDK', 'Software Development Kit', 'Tenant', 'v1Tenant']
---

# Tenant

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **(optional)** `string` | The unique identifier for the Tenant | [readonly] [default to undefined]
**name** | **(optional)** `string` | Abbreviated name of the Tenant | [default to undefined]
**fullName** | **(optional)** `string` | Human-readable name of the Tenant | [default to undefined]
**pod** | **(optional)** `string` | Deployment pod for the Tenant | [default to undefined]
**region** | **(optional)** `string` | Deployment region for the Tenant | [default to undefined]
**description** | **(optional)** `string` | Description of the Tenant | [default to undefined]
**products** | **(optional)** `Array<Product>` |  | [default to undefined]

