Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for IAM conditions in TypeScript types #1334

Closed
ryandutton opened this issue Feb 12, 2024 · 1 comment
Closed

Support for IAM conditions in TypeScript types #1334

ryandutton opened this issue Feb 12, 2024 · 1 comment
Assignees
Labels
api: bigquery Issues related to the googleapis/nodejs-bigquery API. priority: p3 Desirable enhancement or fix. May not be included in next release. type: question Request for information or clarification. Not an issue.

Comments

@ryandutton
Copy link

ryandutton commented Feb 12, 2024

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:

@ryandutton ryandutton added priority: p3 Desirable enhancement or fix. May not be included in next release. type: question Request for information or clarification. Not an issue. labels Feb 12, 2024
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/nodejs-bigquery API. label Feb 12, 2024
@alvarowolfx alvarowolfx self-assigned this Feb 13, 2024
@ryandutton
Copy link
Author

I've done a little more reading and my initial understanding was that the IAM condition was applied at the BigQuery resource level but it appears it's applied at project level, referencing the resource I want the condition applying to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/nodejs-bigquery API. priority: p3 Desirable enhancement or fix. May not be included in next release. type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

No branches or pull requests

2 participants