service_account
Creates, updates, deletes, gets or lists a service_account
resource.
Overview
Name | service_account |
Type | Resource |
Id | google.storage.service_account |
Fields
Name | Datatype | Description |
---|---|---|
email_address | string | The ID of the notification. |
kind | string | The kind of item this is. For notifications, this is always storage#notification. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | projectId | Get 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 }}';