serviceAccount property

String? serviceAccount
getter/setter pair

The service account to be included in the Compute Engine instance of the new Workbench Instance when the Runtime uses "single user only" mode for permission.

If not specified, the Compute Engine default service account is used. When the Runtime uses service account mode for permission, it will reuse the same service account, and this field must be empty.

Optional.

Implementation

core.String? serviceAccount;