Docs Menu
Docs Home
/ /
Atlas CLI
/ / / /

Atlas federatedAuthentication federationSettings connectOrgConfigs update

項目一覧

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

1 つのフェデレーション設定に接続された 1 つの組織構成を更新します。

コマンド構文
atlas federatedAuthentication federationSettings connectedOrgConfigs update [options]
名前
タイプ
必須
説明

--federationSettingsId

string

true

フェデレーション設定を識別する一意な 24 桁の 16 進数のstring 。

--file

string

true

接続された組織の構成を定義する JSON 構成ファイルへのパス。 接続された組織の構成ファイル形式の詳細については、 https://www.mongodb.com/ja-jp/docs/atlas/reference/api-resources-spec/v2 /# tags/Federated- のリクエスト本文を参照してください。 認証/操作/updateConnectedOrgConfig。

-h, --help

false

更新のヘルプ

--orgId

string

false

使用する組織ID。 このオプションは、構成ファイルまたは環境変数の 設定を上書きします。

-o, --output

string

false

出力形式。 有効な値は、 JSON 、 JSON -path、go-template、または go-template-file です。 完全な出力を表示するには、 -o JSONオプションを使用します。

名前
タイプ
必須
説明

-P, --profile

string

false

# Update the connected orgs config with the current profile org and federationSettingsId 5d1113b25a115342acc2d1aa using the JSON configuration file config.json
atlas federatedAuthentication federationSettings connectedOrgConfigs update --federationSettingsId 5d1113b25a115342acc2d1aa --file config.json

戻る

list