pulumi / pulumi-google-native

Apache License 2.0
71 stars 18 forks source link

Add Support for BigQuery Data Masking #685

Open franviera92 opened 2 years ago

franviera92 commented 2 years ago

Community Note

Description

Are there plans to provide support for GCP BigQuery Data Masking (pre-GA) feature?

Potential Pulumi Configuration

The BigQuery Data Policy options are available through a REST API.

References

https://cloud.google.com/bigquery/docs/reference/bigquerydatapolicy/rest https://cloud.google.com/bigquery/docs/column-data-masking-intro

jkisk commented 2 years ago

Thank you for registering interest in this feature @franviera92, no current plans but we will update this issue if there is more info.

lblackstone commented 2 years ago

The resources for this provider are currently generated from discovery documents pulled from https://discovery.googleapis.com/discovery/v1/apis?parameters

It looks like these APIs aren't included at this time, but we will include them automatically if they are added there.