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

# Connect アクション

> Connect アクションは、Automation Anywhere コネクタで、指定したパラメーターを使用して ABBYY Vantage サーバーへの接続を確立します。他の ABBYY Vantage アクションはすべて、このアクションの後に配置してください。

**Connect** アクションは、指定したパラメーターを使用して ABBYY Vantage サーバーへの接続を確立します。他の ABBYY Vantage アクションはすべて、**Connect** アクションの後に配置してください。

<div id="action-input-parameters">
  ## アクション入力パラメーター
</div>

| パラメーター       | 型                        | 説明                                                               |
| ------------ | ------------------------ | ---------------------------------------------------------------- |
| Server URL   | `String`                 | ABBYY Vantage サーバーのアドレス。                                         |
| Login        | `String` or `Credential` | ABBYY Vantage への接続に使用するログイン名。                                    |
| Password     | `String` or `Credential` | ABBYY Vantage への接続に使用するパスワード。                                    |
| セッション名       | `String`                 | 後続のアクションで参照する接続名。                                                |
| Client ID    | `String` or `Credential` | クライアント識別子。値が指定されていない場合は、デフォルト値が使用されます。                           |
| クライアントシークレット | `String` or `Credential` | クライアントシークレット。値が指定されていない場合は、デフォルト値が使用されます。                        |
| テナント         | `String`                 | ユーザーが複数のテナントを持つ場合のテナント名または識別子。このパラメーターを指定しない場合は、デフォルトの接続が使用されます。 |

<Warning>
  セキュリティを強化するため、**Login** と **Password** ではなく、**Client ID** と **クライアントシークレット** (Client Credentials Flow) を使用して認証してください。また、資格情報は **String** 型の値ではなく **Credential** 型の値として指定してください。**String** 型の値は安全に保存されないためです。
</Warning>

<div id="related-topics">
  ## 関連トピック
</div>

* [Use Skill アクション](/ja/vantage/connectors/aa/actions/use-skill)
* [Get Results アクション](/ja/vantage/connectors/aa/actions/get-results)
* [セッションを閉じるアクション](/ja/vantage/connectors/aa/actions/close-session)
