> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TenantInfo

> ABBYY FlexiCapture のユーザー管理 API における TenantInfo データ型: テナント ID、名前、説明、License 設定を含むデータベース レコードのフィールド。

<div id="what-it-does">
  ## 機能
</div>

**TenantInfo** データ型は、データベース内のテナント情報を保持します。

<div id="fields">
  ## フィールド
</div>

| **名前**              | **型**  | **説明**                                        |
| ------------------- | ------ | --------------------------------------------- |
| Id                  | int    | テナント ID                                       |
| Name                | string | テナント名                                         |
| Description         | string | テナントの詳細な説明                                    |
| LicenseNumber       | string | License 番号 (テナントが割り当てられた License を使用している場合)   |
| CanUseCommonLicense | bool   | テナントに割り当てられた License がない場合に共通 License を使用する権限 |
