Interface ComputeOptions (9.0.0)

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.

serviceAccountEmail

serviceAccountEmail?: string;

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