service_account
Creates, updates, deletes, gets or lists a service_account
resource.
Overview
Name | service_account |
Type | Resource |
Id | google.bigquery.service_account |
Fields
Name | Datatype | Description |
---|---|---|
email | string | The service account email address. |
kind | string | The resource type of the response. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_service_account | SELECT | projectId | RPC 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 }}';