> ## 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.

# IPrincipal

> IPrincipal は、ABBYY FlexiCapture スクリプト内のユーザーまたはユーザーグループを表し、ルーティングで使用される一意の識別子、名前、およびプリンシパルの種類を提供します。

<div id="what-it-does">
  ## 概要
</div>

スクリプト内で、ユーザーまたはユーザーグループを表します。

<div id="properties">
  ## プロパティ
</div>

| **Name** | **型**                                                               | **アクセス** | **説明**         |
| -------- | ------------------------------------------------------------------- | -------- | -------------- |
| Id       | int                                                                 | 読み取り専用   | 一意の識別子         |
| Name     | string                                                              | 読み取り専用   | ユーザーまたはグループの名前 |
| Type     | [TPrincipalType](/ja/flexi-capture/appendix/scripts/tprincipaltype) | 読み取り専用   | プリンシパルの種類      |
