Is it possible to list all the columns a user has access(read, write, update) to in bigquery table? for example if Table A has 5 columns(1-5)
user- abc@gmail.com has access to table A for column1, column2, column3.
user- xyz@gmail.com has access to column1,column4, column5.
Is it possible to get the column-level access policy for each user in bigquery?
or is it possible to check each column in a table if a user has access to it.