Permissions table for role-based access controls.
Summary:
table string
authorization set of strings
insert_delete boolean
update set of strings
Details:
table: string
Name of table to which this row applies.
authorization: set of strings
Set of strings identifying columns and column:key pairs to
be compared with client ID. At least one match is required
in order to be authorized. A zero-length string is treated
as a special value indicating all clients should be
considered authorized.
insert_delete: boolean
When "true", row insertions and authorized row deletions
are permitted.
update: set of strings
Set of strings identifying columns and column:key pairs
that authorized clients are allowed to modify.