The Projects.serviceAccount resource represents the Cloud Storage service account of a project. This service account allows Cloud Storage to perform actions on behalf of the user. A project can have multiple service accounts, but only one service account is specifically associated with Cloud Storage.
For a list of methods for this resource, see the end of this page.
Resource representations
{ "email_address": string, "kind": "storage#serviceAccount" }
Property name | Value | Description | Notes |
---|---|---|---|
email_address |
string |
The email address of a project's Cloud Storage service account. | |
kind |
string |
The kind of item this is. For a Project.serviceAccounts resource, this is always
storage#serviceAccount . |
Methods
- get
- Get a project's Cloud Storage service account.