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