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

Atlas federatedAuthentication federationSettings identityProviderrevokeJwk

項目一覧

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

フェデレーション設定から、指定された ID プロバイダーから JWK トークンを取り消します。

このコマンドを使用するには、ユーザー アカウントまたは、組織所有者ロールの API キーで認証する必要があります。

コマンド構文
atlas federatedAuthentication federationSettings identityProvider revokeJwk <identityProviderId> [options]
名前
タイプ
必須
説明
identityProviderId
string
true
identityProvider の ID。
名前
タイプ
必須
説明
--federationSettingsId
string
true
フェデレーション設定を識別する一意な 24 桁の 16 進数のstring 。
-h, --help
false
Jwk を取り消すためのヘルプ
-o, --output
string
false
出力形式。 有効な値は、 JSON 、 JSON -path、go-template、または go-template-file です。 完全な出力を表示するには、 -o JSONオプションを使用します。
名前
タイプ
必須
説明
-P, --profile
string
false
構成ファイルから使用するプロファイルの名前。 Atlas CLI のプロファイルについては、 https://docub.mongodb.org/core/atlas-cli-save- connection-settings を参照してください。
# Revoke the Jwk from the identity provider with ID aa2223b25a115342acc1f108 and federation settings with federationSettingsId 5d1113b25a115342acc2d1aa.
atlas federatedAuthentication federationSettings identityProvider revokeJwk aa2223b25a115342acc1f108 --federationSettingsId 5d1113b25a115342acc2d1aa

戻る

list