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

Atlas federatedAuthentication FederationSettings ConnectedOrgConfigs 연결 해제

이 페이지의 내용

  • 구문
  • 옵션
  • 상속된 옵션
  • 출력
  • 예제

조직에 ID 제공자를 연결합니다.

명령 구문
atlas federatedAuthentication federationSettings connectedOrgConfigs disconnect [options]
이름
유형
필수 사항
설명
--federationSettingsId
문자열
true
고유한 24-페더레이션 설정을 식별하는 16진수 문자열입니다.
-h, --help
거짓
연결 해제에 대한 도움말
--identityProviderId
문자열
true
ID 제공자의 고유 식별자입니다.
--orgId
문자열
거짓
사용할 조직 ID입니다. 이 옵션은 구성 파일 또는 환경 변수의 설정을 재정의합니다.
-o, --output
문자열
거짓
출력 형식입니다. 유효한 값은 json, json-path, go-템플릿 또는 go-템플릿 파일입니다. 전체 출력을 보려면 -o json 옵션을 사용합니다.
--protocol
문자열
거짓
사용자를 인증하는 데 사용되는 프로토콜입니다. 유효한 값은 OIDC 또는 SAML입니다. 이 값의 기본값은 'OIDC'입니다.
이름
유형
필수 사항
설명
-P, --profile
문자열
거짓
구성 파일에서 사용할 프로필의 이름입니다. Atlas CLI의 프로필에 대해 자세히 알아보려면 https://dochub.mongodb.org/core/atlas-cli-save-connection-settings를 참조하세요.

명령이 성공하면 Atlas CLI는 다음 샘플과 유사한 출력을 반환합니다. 괄호 안의 값은 사용자의 값을 나타냅니다.

Org Configs disconnected.
# Disconnect the current profile org from identity provider with ID 5d1113b25a115342acc2d1aa and federationSettingsId 7d1113b25a115342acc2d1aa
atlas federatedAuthentication federationSettings connectedOrgConfigs disconnect --identityProviderId 5d1113b25a115342acc2d1aa --federationSettingsId 7d1113b25a115342acc2d1aa
# Disconnect the org with ID 7d1113b25a115342acc2d1aa to identity provider with ID 5d1113b25a115342acc2d1aa and federationSettingsId 7d1113b25a115342acc2d1aa
atlas federatedAuthentication federationSettings connectedOrgConfigs disconnect --orgId 7d1113b25a115342acc2d1aa --identityProviderId 5d1113b25a115342acc2d1aa --federationSettingsId 7d1113b25a115342acc2d1aa

돌아가기

설명