scopes property

  1. @TagNumber(2)
List<String> get scopes

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

@$pb.TagNumber(2)
$core.List<$core.String> get scopes => $_getList(1);