serviceAccount property

String? serviceAccount
getter/setter pair

The service account on this instance, giving access to other Google Cloud services.

You can use any service account within the same project, but you must have the service account user permission to use the instance. If not specified, the Compute Engine default service account is used.

Implementation

core.String? serviceAccount;