REQUIRED: The resource for which the policy detail is being requested. SeeResource namesfor the appropriate value for this field.
Request body
The request body contains data with the following structure:
JSON representation
{"permissions":[string]}
Fields
permissions[]
string
The set of permissions to check for theresource. Permissions with wildcards (such as*orstorage.*) are not allowed. For more information seeIAM Overview.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-08 UTC."],[[["\u003cp\u003eThis endpoint allows callers to check their permissions on a specified Bigtable instance resource.\u003c/p\u003e\n"],["\u003cp\u003eThe request is made via a POST request to a specific URL, using gRPC Transcoding syntax, and requires a resource parameter to specify the target instance.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain a JSON structure with a list of permissions strings that the caller wants to check.\u003c/p\u003e\n"],["\u003cp\u003eThe API requires specific OAuth scopes for authorization, including various \u003ccode\u003ebigtable.admin\u003c/code\u003e and \u003ccode\u003ecloud-platform\u003c/code\u003e scopes.\u003c/p\u003e\n"],["\u003cp\u003eA successful response will contain an instance of \u003ccode\u003eTestIamPermissionsResponse\u003c/code\u003e, detailing the requested permissions.\u003c/p\u003e\n"]]],[],null,["# Method: projects.instances.testIamPermissions\n\nReturns permissions that the caller has on the specified instance resource.\n\n### HTTP request\n\n`POST https://bigtableadmin.googleapis.com/v2/{resource=projects/*/instances/*}:testIamPermissions`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\nIf successful, the response body contains an instance of [TestIamPermissionsResponse](/bigtable/docs/reference/admin/rest/v2/TestIamPermissionsResponse).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/bigtable.admin`\n- `https://www.googleapis.com/auth/bigtable.admin.cluster`\n- `https://www.googleapis.com/auth/bigtable.admin.instance`\n- `https://www.googleapis.com/auth/cloud-bigtable.admin`\n- `https://www.googleapis.com/auth/cloud-bigtable.admin.cluster`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]