nodejs-bigquery
nodejs-bigquery copied to clipboard
Support for IAM conditions in TypeScript types
I want to set conditional access to Datasets. The use case I have is that I want to programmatically grant temporary user access to a dataset when time conditions are met. I can see conditions aren't available in the exposed types at the moment (types here). I can see they are supported in the docs here.
Will this be supported in future?
Resources:
- BigQuery TypeScript types - https://github.com/googleapis/nodejs-bigquery/blob/main/src/types.d.ts#L769-L806
- BigQuery IAM Conditional Docs - https://cloud.google.com/bigquery/docs/conditions