구성 커넥터는 프로젝트, 폴더 또는 조직 수준에서 리소스를 관리할 수 있습니다. 구성 커넥터는 리소스를 생성할 위치를 결정하기 위해 먼저 리소스 사양에서 범위 정의 필드를 확인한 후 이를 찾을 수 없는 경우범위 정의 주석을 확인합니다.
organizationRef 필드 지정
대부분의 조직 범위 구성 커넥터 리소스는 CRD 사양에서 organizationRef라는 필드를 지원합니다. 이 필드를 사용하여 리소스를 만들 Google Cloud 조직을 지정하세요.
external 필드를 사용하여 조직 ID를 지정할 수 있습니다. 값의 정확한 형식은 리소스 유형에 따라 다를 수 있습니다. 가장 일반적인 두 가지 형식은 'ORGANIZATION_ID' 및 'organizations/ORGANIZATION_ID'입니다.
다음 'ORGANIZATION_ID'의 예를 참조하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-12-21(UTC)"],[[["Config Connector manages resources at the project, folder, or organization level, determining the resource's creation location through a scope-defining field or annotation."],["For organization-scoped resources, the `organizationRef` field can be used within the CRD spec to specify the Google Cloud organization."],["If a resource does not support `organizationRef`, the `organization-id` annotation in the resource configuration can be used to specify the organization ID."],["You can set a default organization ID for all new resources within a namespace by annotating the namespace itself, but individual resource annotations will override this."],["Not every resource is compatible with scope-defining fields and annotations, the resource reference page will confirm which ones are."]]],[]]