home / docs / sections

Menu

sections: authentication:actions-view-table

This data as json

id page ref title content breadcrumbs references
authentication:actions-view-table authentication actions-view-table view-table Actor is allowed to view a table (or view) page, e.g. https://latest.datasette.io/fixtures/complex_foreign_keys Derived implementation tables require access to their immediate source: FTS and RTree shadow tables require access to their virtual table, external-content FTS tables require access to their content table, and FTS vocabulary tables ( fts5vocab and fts4aux ) require access to their FTS table. The derived table's own permission rules also apply. Access is always denied if the source table is itself derived, or if a vocabulary table's source cannot be identified. The same rules apply to individual permission checks and table listings, including whether they are private. If a database error prevents dependency discovery, the check or listing fails with an error instead of ignoring the dependencies. Failed discovery results are not cached, so later checks can retry. resource - datasette.resources.TableResource(database, table) database is the name of the database (string) table is the name of the table (string) ["Authentication and permissions", "Built-in actions"] [{"href": "https://latest.datasette.io/fixtures/complex_foreign_keys", "label": "https://latest.datasette.io/fixtures/complex_foreign_keys"}]
Powered by Datasette · Queries took 2.41ms