이 페이지에는 다른 리소스가 Bigtable에 연결할 수 있게 해주는 OAuth 범위가 나와 있습니다. Google Cloud
하지만 Compute Engine 및 Dataflow와 같은 일부 Google Cloud 제품에는 OAuth 범위를 지정하여 Bigtable에 연결하는 기능이 있습니다. 이 작업을 수행하려면 Compute Engine 가상 머신 인스턴스 등의 리소스를 만들 때 적절한 OAuth 범위를 지정하고 리소스를 만들 때 Bigtable에 대한 액세스 권한을 사용 설정해야 합니다.
Google Cloud 제품의 리소스를 설정할 때는 애플리케이션 요구사항을 지원하는 가장 제한적인 범위를 선택합니다. 리소스를 만든 후에는 범위를 변경할 수 없습니다.
Bigtable은 다음과 같은 범위를 지원합니다.
gcloud의 범위 URI
설명
https://www.googleapis.com/auth/bigtable.admin
bigtable.admin.instance 및 bigtable.admin.table의 별칭입니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[[["\u003cp\u003eThis document lists the OAuth scopes needed for Google Cloud resources to connect to Bigtable, emphasizing the need to specify these scopes when creating resources.\u003c/p\u003e\n"],["\u003cp\u003eBigtable supports a variety of OAuth scopes, including those for instance and table administration, read/write data access, and read-only data access.\u003c/p\u003e\n"],["\u003cp\u003eResources like Compute Engine and Dataflow can connect to Bigtable, and users must select the most restrictive scopes that meet their application's needs when setting up resources, as these scopes cannot be changed after resource creation.\u003c/p\u003e\n"],["\u003cp\u003eThe scope \u003ccode\u003ehttps://www.googleapis.com/auth/bigtable.admin\u003c/code\u003e is an alias that covers both \u003ccode\u003ebigtable.admin.instance\u003c/code\u003e and \u003ccode\u003ebigtable.admin.table\u003c/code\u003e, providing administrative privileges for instances, clusters, tables, and column families.\u003c/p\u003e\n"],["\u003cp\u003eScopes such as \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform.readonly\u003c/code\u003e grant full or read-only access, respectively, to all Google Cloud products, including Bigtable.\u003c/p\u003e\n"]]],[],null,["Bigtable OAuth scopes\n\nThis page lists the OAuth scopes that enable other Google Cloud resources to\nconnect to Bigtable.\n\nHowever, some Google Cloud products, such as Compute Engine and\nDataflow, have the ability to connect to Bigtable by\nletting you specify OAuth scopes. To make this work, you need to specify\nthe appropriate OAuth scopes when you create resources such as\nCompute Engine virtual machine instances. Be sure to\n[enable access to Bigtable](/compute/docs/access/create-enable-service-accounts-for-instances#changeserviceaccountandscopes) when you create your\nresource.\n\nWhen you set up your resources for a Google Cloud product, choose the most\nrestrictive scopes that will support your application's requirements. You cannot\nchange the scopes after you create a resource.\n\nBigtable supports the following scopes:\n\n| Scope URI for `gcloud` | Description |\n|----------------------------------------------------------------|-------------------------------------------------------------------------------|\n| `https://www.googleapis.com/auth/bigtable.admin` | Alias for both `bigtable.admin.instance` and `bigtable.admin.table`. |\n| `https://www.googleapis.com/auth/bigtable.admin.instance` | Enables creation and management of Bigtable instances and clusters. |\n| `https://www.googleapis.com/auth/bigtable.admin.table` | Enables creation and management of Bigtable tables and their column families. |\n| `https://www.googleapis.com/auth/bigtable.data` | Enables read and write access to data stored in Bigtable tables. |\n| `https://www.googleapis.com/auth/bigtable.data.readonly` | Enables read-only access to data stored in Bigtable tables. |\n| `https://www.googleapis.com/auth/cloud-bigtable.data` | Enables read and write access to data stored in Bigtable tables. |\n| `https://www.googleapis.com/auth/cloud-bigtable.data.readonly` | Enables read-only access to data stored in Bigtable tables. |\n| `https://www.googleapis.com/auth/cloud-platform` | Enables full access to all Google Cloud products, including Bigtable. |\n| `https://www.googleapis.com/auth/cloud-platform.readonly` | Enables read-only access to all Google Cloud products, including Bigtable. |"]]