scope property

List<String>? scope
getter/setter pair

The list of scopes to be made available for this service account.

If empty, access to all Cloud APIs will be allowed.

Implementation

core.List<core.String>? scope;