digital-identity-platform-docs
digital-identity-platform-docs / supabase/functions/bigquery-export-test / BigQueryExportTestResponse
Interface: BigQueryExportTestResponse
Defined in: supabase/functions/bigquery-export-test/index.ts:48
Properties
ok
ok:
boolean
Defined in: supabase/functions/bigquery-export-test/index.ts:49
service_account_email?
optionalservice_account_email:string
Defined in: supabase/functions/bigquery-export-test/index.ts:54
The identity the client has to grant. Always returned, including on failure — a failed test is exactly when the UI needs to show it again.
location?
optionallocation:string
Defined in: supabase/functions/bigquery-export-test/index.ts:56
Dataset location as BigQuery reports it, when the lookup succeeded.
error?
optionalerror:string
Defined in: supabase/functions/bigquery-export-test/index.ts:58
Google's own error text, or ours when the request never got that far.