serviceAccounts property

List<ServiceAccount>? serviceAccounts
getter/setter pair

A list of service accounts, with their specified scopes, authorized for this instance.

Only one service account per VM instance is supported.

Optional.

Implementation

core.List<ServiceAccount>? serviceAccounts;