Required. This is the name of the table the AuthorizedView belongs to. Values are of the form projects/{project}/instances/{instance}/tables/{table}.
Authorization requires the following IAM permission on the specified resource parent:
bigtable.authorizedViews.create
Query parameters
Parameters
authorizedViewId
string
Required. The id of the AuthorizedView to create. This AuthorizedView must not already exist. The authorizedViewId appended to parent forms the full AuthorizedView name of the form projects/{project}/instances/{instance}/tables/{table}/authorizedView/{authorizedView}.
Request body
The request body contains an instance of AuthorizedView.
Response body
If successful, the response body contains a newly created instance of Operation.
[[["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 API endpoint creates a new AuthorizedView within a specified Bigtable table.\u003c/p\u003e\n"],["\u003cp\u003eThe request is a POST request to a URL structured using gRPC Transcoding syntax, requiring a specific table path as a parameter, such as \u003ccode\u003eprojects/{project}/instances/{instance}/tables/{table}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eauthorizedViewId\u003c/code\u003e query parameter is required to specify the unique identifier for the new AuthorizedView being created.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must include an instance of the \u003ccode\u003eAuthorizedView\u003c/code\u003e resource, and the operation requires specific IAM permissions such as \u003ccode\u003ebigtable.authorizedViews.create\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eA successful request will return a newly created \u003ccode\u003eOperation\u003c/code\u003e instance, and authorization requires one of several OAuth scopes.\u003c/p\u003e\n"]]],[],null,[]]