BigQuery group mapping
The Protect group mapping for BigQuery must follow the syntax for principal identifiers.
Suppose that you want to create a Protect group named Sales that maps to the BigQuery group email address [email protected]. Then, the Protect API to add a new group should have the following syntax.
{ "name": "Sales", "mappings": [ { "provider": "GoogleBigQuery", "identity": "group:[email protected]" } ] }