uipath-cli
latest
false
UiPath CLI ユーザー ガイド
- 概要
- はじめに
- 概念
- UiPath CLI を使用する
- 使用ガイド
- CI/CD レシピ
- コマンド リファレンス
- 概要
- 終了コード
- グローバル オプション
- uip codedagent
- uip docsai
- add-test-data-entity
- テスト データのキューを追加
- 追加-テスト-データ-バリエーション
- 分析
- 開発
- プロジェクトを作成
- 差分
- アクティビティを検索
- GET-ANALYZER-RULES
- get-default-activity-xaml
- エラーを取得
- 手動テスト用のテスト ケースを取得
- 手動テストステップを取得
- get-versions
- Get-workflow-example
- indicate-application
- 要素を示す
- inspect-package
- install-data-fabric-entities
- パッケージのインストールまたは更新
- list-data-fabric-entities
- list-workflow-examples
- パッケージ化
- 元に戻す
- ファイル名を実行
- 検索テンプレート
- スタートスタジオ
- 実行を停止
- UIA
- UIP トレース
- 移行
- 参照とサポート
重要 :
このコンテンツは機械翻訳によって処理されています。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
現在認証されている Test Manager ユーザーのプロファイル情報を返す uip tm user get の構文とオプション
uip tm user を使用すると、現在の Test Manager セッションのコンテキスト内のユーザー情報にアクセスできます。
概要
uip tm user get
uip tm user get
All verbs honor the global options and the standard exit codes. Every verb accepts --log-level <level> (default Information).
uip tm user get
現在認証されているユーザーのプロフィールを返します。このコマンドは 引数も追加オプションも取らず 、常にアクティブなセッションに関連付けられたユーザーを返します。
注:
このコマンドには--user-idは存在しません。user get は認証されたユーザーのみを返し、入力は受け取りません。
引数
設定はありません。
オプション
None beyond the global options.
例
uip tm user get
uip tm user get
データシェイプ
{
"Code": "UserGet",
"Data": {
"Id": "a1b2c3d4-0000-0000-0000-000000000001",
"Username": "jane.doe@example.com",
"DisplayName": "Jane Doe",
"Email": "jane.doe@example.com"
}
}
{
"Code": "UserGet",
"Data": {
"Id": "a1b2c3d4-0000-0000-0000-000000000001",
"Username": "jane.doe@example.com",
"DisplayName": "Jane Doe",
"Email": "jane.doe@example.com"
}
}
参照
- Test Manager の概要
- 認証 — アクティブなセッション (したがって、返されるユーザー) の決定方法。