scopes property

List<String>? scopes
getter/setter pair

List of scopes to be enabled for this service account on the VM, in addition to the cloud-platform API scope that will be added by default.

Implementation

core.List<core.String>? scopes;