Bigtable Authorized View

A Bigtable Authorized View is a secure, read‑only subset of a Bigtable table that exposes only selected rows and columns. It lets you share specific data with applications or teams without giving access to the full table. Authorized views help enforce fine‑grained access control, simplify data sharing, and reduce the need to manage multiple tables for different access patterns.

gcp.bigtableadmin_authorized_view

Fields

TitleIDTypeData TypeDescription
_keycorestring
ancestorscorearray<string>
datadog_display_namecorestring
deletion_protectioncoreboolSet to true to make the AuthorizedView protected against deletion. The parent Table and containing Instance cannot be deleted if an AuthorizedView has this bit set.
etagcorestringThe etag for this AuthorizedView. If this is provided on update, it must match the server's etag. The server returns ABORTED error on a mismatched etag.
labelscorearray<string>
namecorestringIdentifier. The name of this AuthorizedView. Values are of the form `projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}`
organization_idcorestring
parentcorestring
project_idcorestring
project_numbercorestring
region_idcorestring
resource_namecorestring
subset_viewcorejsonAn AuthorizedView permitting access to an explicit subset of a Table.
tagscorehstore_csv
zone_idcorestring