- スタート アップ ガイド
- ベスト プラクティス
- テナント
- アクション
- フォルダー コンテキスト
- 自動化
- プロセス
- ジョブ
- トリガー
- ログ
- 監視
- キュー
- アセット
- ストレージ バケット
- Orchestrator のテスト
- アクション カタログ
- プロファイル
- システム管理者
- Identity Server
- 認証
- その他の構成
- Integrations
- クラシック ロボット
- トラブルシューティング
アセットとは通常、異なるオートメーション プロジェクトで使用可能な共有の変数または資格情報を意味します。アセットを使用して固有の情報を保存することで、ロボットがその情報に容易にアクセスできるようになります。
また、ここに保存されるすべての認証情報は、AES 256 アルゴリズムで暗号化されるため、高いレベルのセキュリティが提供されます。プロセスを設計する際に RPA 開発者がこの情報を呼び出すことができますが、値は非表示となります。
[アセット] ページでは、新規のアセットを作成することができます。また、以前作成されたすべてのアセットが表示され、編集または削除することができます。
The Get Asset and Get Credential activities used in Studio request information from Orchestrator about a specific asset, according to a provided AssetName. If the AssetName provided in Studio coincides with the name of an asset stored in the Orchestrator database, and the Robot has the required permissions, the asset information is retrieved and used by the Robot when executing the automation project. For more information, see the Managing Assets in UiPath Studio page.
概要
アセットとは通常、異なるオートメーション プロジェクトで使用可能な共有の変数または資格情報を意味します。アセットを使用して固有の情報を保存することで、ロボットがその情報に容易にアクセスできるようになります。
また、ここに保存されるすべての認証情報は、AES 256 アルゴリズムで暗号化されるため、高いレベルのセキュリティが提供されます。プロセスを設計する際に RPA 開発者がこの情報を呼び出すことができますが、値は非表示となります。
[アセット] ページでは、新規のアセットを作成することができます。また、以前作成されたすべてのアセットが表示され、編集または削除することができます。
The Get Asset and Get Credential activities used in Studio request information from Orchestrator about a specific asset, according to a provided AssetName. If the AssetName provided in Studio coincides with the name of an asset stored in the Orchestrator database, and the Robot has the required permissions, the asset information is retrieved and used by the Robot when executing the automation project. For more information, see the Managing Assets in UiPath Studio page.
アセットの種類
アセットには次の 4 つの種類があります。
-
Text - 文字列のみ格納します (引用符を追加する必要はありません)。
-
Bool - true または false の値をサポートします。
-
Integer - 整数値のみ格納します
-
Credential - SAP や SalesForce のログイン情報といった、特定のプロセスを実行する際にロボットが必要とするユーザー名とパスワードを格納します。
注:すべての種類のアセットは、Orchestrator データベース内で既定で暗号化されます。
既存のアセットも更新時に暗号化されます。
アセット値
アセットには、次の値の種類のいずれかまたは両方を割り当てることができます。