Interface ComputeOptions (7.9.1)

Inheritance

RefreshOptions > ComputeOptions

Package

google-auth-library!

Properties

scopes

scopes?: string | string[];

The scopes that will be requested when acquiring service account credentials. Only applicable to modern App Engine and Cloud Function runtimes as of March 2019.

Property Value
TypeDescription
string | string[]

serviceAccountEmail

serviceAccountEmail?: string;

The service account email to use, or 'default'. A Compute Engine instance may have multiple service accounts.

Property Value
TypeDescription
string