Skip to main content

service_account

Creates, updates, deletes, gets or lists a service_account resource.

Overview

Nameservice_account
TypeResource
Idgoogle.bigquery.service_account

Fields

NameDatatypeDescription
emailstringThe service account email address.
kindstringThe resource type of the response.

Methods

NameAccessible byRequired ParamsDescription
get_service_accountSELECTprojectIdRPC to get the service account for a project used for interactions with Google Cloud KMS

SELECT examples

RPC to get the service account for a project used for interactions with Google Cloud KMS

SELECT
email,
kind
FROM google.bigquery.service_account
WHERE projectId = '{{ projectId }}';