serviceAccount property

String? serviceAccount
getter/setter pair

The service account that the runtime workload runs as.

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;