serviceAccounts property

List<ServiceAccount>? serviceAccounts
getter/setter pair

The service account that serves as an identity for the VM instance.

Currently supports only one service account.

Optional.

Implementation

core.List<ServiceAccount>? serviceAccounts;