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. Service accounts generate access tokens that can be accessed through the metadata server and used to authenticate applications on the instance. See Service Accounts for more information.

Implementation

core.List<ServiceAccount>? serviceAccounts;