mongocli IAM チームは describe
組織の指定したチームの詳細を返します。
チーム ID またはチーム名を使用して、チームの詳細を返すことができます。 IDオプションまたは 名前オプションのいずれかを指定する必要があります。
このコマンドを使用するには、ユーザー アカウントまたは組織メンバー ロールを持つ API キーで認証する必要があります。
構文
コマンド構文
mongocli iam teams describe [options]
オプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
-h, --help | false | 説明用のヘルプ | |
--id | string | false | チームを識別する一意な 24 桁のstring 。 |
--name | string | false | チームを識別するラベル。 |
--orgId | string | false | 使用する組織ID。 このオプションは、構成ファイルまたは環境変数の 設定を上書きします。 |
-o, --output | string | false | 出力形式。 有効な値は、 JSON 、 JSON -path、go-template、または go-template-file です。 完全な出力を表示するには、 -o JSONオプションを使用します。 |
継承されたオプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
-P, --profile | string | false | 構成ファイルから使用するプロファイルの名前。 MongoCLI のプロファイルについては、 https://docub.mongodb.org/core/atlas-cli-configuration-file を参照してください。 |
出力
コマンドが成功すると、CLI は次のサンプルのような出力を返します。 括弧内の値は 値を表します。
ID NAME <ID> <Name>
例
# Return the JSON-formatted details for the the team with the ID 5e44445ef10fab20b49c0f31 in the organization with ID 5e2211c17a3e5a48f5497de3: mongocli iam teams describe --id 5e44445ef10fab20b49c0f31 --projectId 5e1234c17a3e5a48f5497de3 --output json
# Return the JSON-formatted details for the the team with the name myTeam in the organization with ID 5e2211c17a3e5a48f5497de3: mongocli iam teams describe --name myTeam --projectId 5e1234c17a3e5a48f5497de3 --output json