serviceAccounts property

List<ServiceAccount>? serviceAccounts
getter/setter pair

A list of service accounts with specified scopes.

Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.

Implementation

core.List<ServiceAccount>? serviceAccounts;