We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e840dba commit 526cb3dCopy full SHA for 526cb3d
google-beta/service_scope.go
@@ -15,6 +15,7 @@ func canonicalizeServiceScope(scope string) string {
15
"datastore": "https://www.googleapis.com/auth/datastore",
16
"logging-write": "https://www.googleapis.com/auth/logging.write",
17
"monitoring": "https://www.googleapis.com/auth/monitoring",
18
+ "monitoring-read": "https://www.googleapis.com/auth/monitoring.read",
19
"monitoring-write": "https://www.googleapis.com/auth/monitoring.write",
20
"pubsub": "https://www.googleapis.com/auth/pubsub",
21
"service-control": "https://www.googleapis.com/auth/servicecontrol",
0 commit comments