ServiceAccount

A service account.

JSON representation
{
  "email": string,
  "scopes": [
    string
  ]
}
Fields
email

string

Email address of the service account.

scopes[]

string

The list of scopes to be made available for this service account.