Skip to main content

service_account

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

Overview

Nameservice_account
TypeResource
Idgoogle.storage.service_account

Fields

NameDatatypeDescription
email_addressstringThe ID of the notification.
kindstringThe kind of item this is. For notifications, this is always storage#notification.

Methods

NameAccessible byRequired ParamsDescription
getSELECTprojectIdGet the email address of this project's Google Cloud Storage service account.

SELECT examples

Get the email address of this project's Google Cloud Storage service account.

SELECT
email_address,
kind
FROM google.storage.service_account
WHERE projectId = '{{ projectId }}';