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

mongocli Atlas dbusers create

項目一覧

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

プロジェクトのデータベースユーザーを作成します。

mongocli atlas dbusers create [options]
名前
タイプ
必須
説明
--awsIAMType
string
false
AWS IAM method by which the provided username is authenticated. Valid values: NONE|USER|ROLE. (default "NONE")
--deleteAfter
string
false
Timestamp in ISO 8601 date and time format in UTC after which Atlas deletes the user.
-h, --help
false
作成用ヘルプ
--ldapType
string
false
LDAP method by which the provided username is authenticated. Valid values: NONE|USER|GROUP. (default "NONE")
-o, --output
string
false
Output format. Valid values: json|json-path|go-template|go-template-file
-p, --password
string
false
ユーザーのパスワード。
--projectId
string
false
使用するプロジェクトID 。構成ファイルまたは環境変数の設定を上書きします。
--role
string
false
ユーザーのロールと、そのロールが適用されるデータベースまたはコレクション。
--scope
string
false
このユーザーがアクセスできるクラスターと Atlas Data Lake の配列。
-u, --username
string
true
MongoDB への認証に使用するユーザー名。
--x509Type
string
false
X.509 method by which the provided username is authenticated. Valid values: NONE|MANAGED|CUSTOMER. (default "NONE")
名前
タイプ
必須
説明
-P, --profile
string
false
構成ファイルから使用する プロファイル。
Create an Atlas admin user
$ mongocli atlas dbuser create atlasAdmin --username <username> --projectId <projectId>
Create user with read/write access to any database
$ mongocli atlas dbuser create readWriteAnyDatabase --username <username> --projectId <projectId>
Create user with multiple roles
$ mongocli atlas dbuser create --username <username> --role clusterMonitor,backup --projectId <projectId>
Create user with multiple scopes
$ mongocli atlas dbuser create --username <username> --role clusterMonitor --scope clusterName:CLUSTER,DataLakeName:DATA_LAKE --projectId <projectId>

13 -Jul- 2021で comb 2 snoosity によって生成された自動生成

戻る

list