Package-level declarations
Types
An object representing the Data Cells Filter's Columns. Either Column Names or a Wildcard is required.
An object representing the Data Cells Filter's Row Filter. Either a Filter Expression or a Wildcard is required.
A wildcard object, consisting of an optional list of excluded column names or indexes.
A structure for the database object.
A structure that describes certain columns on certain rows.
The LFlong principal.
A structure for a data location object where permissions are granted or revoked.
The LF-tag key and values attached to a resource.
A structure containing an LF-tag key and values for a resource.
A list of LF-tag conditions that define a resource's LF-tag policy. A structure that allows an admin to grant user permissions on certain conditions. For example, granting a role access to all columns that do not have the LF-tag 'PII' in tables that have the LF-tag 'Prod'.
A structure for the resource.
A structure for the table object. A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal.
A structure for a table with columns object. This object is only used when granting a SELECT permission. This object must take a value for at least one of `ColumnsNames`
, `ColumnsIndexes`
, or `ColumnsWildcard`
.