mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-19 13:17:47 +02:00
docs: Adjust wording around service accounts and control planes
PiperOrigin-RevId: 522482855
This commit is contained in:
parent
a9a642e814
commit
f0cec0b201
1 changed files with 5 additions and 4 deletions
|
|
@ -403,10 +403,11 @@ message WorkstationConfig {
|
|||
// The name of a Compute Engine machine type.
|
||||
string machine_type = 1;
|
||||
|
||||
// Email address of the service account that will be used on VM instances
|
||||
// used to support this config. This service account must have permission
|
||||
// to pull the specified container image. If not set, VMs will run without
|
||||
// a service account, in which case the image must be publicly accessible.
|
||||
// Email address of the service account used on VM instances
|
||||
// used to support this configuration. If not set, VMs run with a
|
||||
// Google-managed service account. This service account must have
|
||||
// permission to pull the specified container image; otherwise, the image
|
||||
// must be publicly accessible.
|
||||
string service_account = 2;
|
||||
|
||||
// Network tags to add to the Compute Engine machines backing the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue