Visibility
Visibility restrictions used to filter exposed metadata for tables with privileges granted to them for the current user.
Data Type
string
Default Value
""
Remarks
By default, visibility filtering is not applied. Filtering values are case insensitive.
For example, the 'SELECT,INSERT' filter is restricting metadata visibility only for those tables which may be accessed by the current user for the SELECT and INSERT operations. Supported privilege values are SELECT, INSERT, UPDATE, DELETE, REFERENCES.