nodejs-bigquery icon indicating copy to clipboard operation
nodejs-bigquery copied to clipboard

Support for IAM conditions in TypeScript types

Open ryandutton opened this issue 1 year ago • 0 comments

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

ryandutton avatar Feb 12 '24 15:02 ryandutton