Docs Menu
Docs Home
/ /
MongoDB コマンドラインインターフェイス
/ / /

mongocli IAM ユーザーの説明

項目一覧

  • 構文
  • オプション
  • 継承されたオプション

ユーザー名または ID でユーザーを取得します。

mongocli iam users describe [options]
名前
タイプ
必須
説明
-h, --help
false
説明用のヘルプ
--id
string
false
ユーザーのID 。
-o, --output
string
false
Output format. Valid values: json|json-path|go-template|go-template-file
--username
string
false
ユーザーのユーザー名。
名前
タイプ
必須
説明
-P, --profile
string
false
構成ファイルから使用する プロファイル。
Describe a user by ID
$ mongocli iam users describe --id <id>
Describe a user by username
$ mongocli iam users describe --username <username>

29-Jun- 2021 にMongoDB CLIによって自動生成

戻る

削除