Atlas federatedAuthentication FederationSettings ConnectedOrgConfigs 업데이트
1개의 페더레이션 설정에 연결된 1개의 조직 구성을 업데이트합니다.
구문
명령 구문
atlas federatedAuthentication federationSettings connectedOrgConfigs update [options]
옵션
이름 | 유형 | 필수 사항 | 설명 |
---|---|---|---|
--federationSettingsId | 문자열 | true | 페더레이션 설정을 식별하는 고유한 24-16진수 string 입니다. |
--file | 문자열 | true | 연결된 조직 구성을 정의하는 JSON 구성 파일의 경로입니다. 연결된 조직 구성 파일 형식에 대해 자세히 알아보려면 https://www.mongodb.com/ko-kr/docs/atlas/reference/api-resources-spec/v2/#tag/Federated-의 요청 본문을 참조하세요. Authentication/operation/updateConnectedOrgConfig. |
-h, --help | 거짓 | 업데이트 도움말 | |
--orgId | 문자열 | 거짓 | 사용할 조직 ID입니다. 이 옵션은 구성 파일 또는 환경 변수의 설정을 재정의합니다. |
-o, --output | 문자열 | 거짓 | 출력 형식입니다. 유효한 값은 json, json-path, go-템플릿 또는 go-템플릿 파일입니다. 전체 출력을 보려면 -o json 옵션을 사용합니다. |
상속된 옵션
이름 | 유형 | 필수 사항 | 설명 |
---|---|---|---|
-P, --profile | 문자열 | 거짓 | 구성 파일에서 사용할 프로필의 이름입니다. Atlas CLI의 프로필에 대해 자세히 알아보려면 https://dochub.mongodb.org/core/atlas-cli-save-connection-settings를 참조하세요. |
예시
# 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