From 526cb3d2b80837689996656b9e9ae90e450a243d Mon Sep 17 00:00:00 2001 From: The Magician Date: Wed, 2 Oct 2019 11:06:09 -0700 Subject: [PATCH] Add monitoring-read scope, upstreaming TPG #2813. (#1208) Signed-off-by: Modular Magician --- google-beta/service_scope.go | 1 + 1 file changed, 1 insertion(+) diff --git a/google-beta/service_scope.go b/google-beta/service_scope.go index 8ff1633b10..f3ba4c06b5 100644 --- a/google-beta/service_scope.go +++ b/google-beta/service_scope.go @@ -15,6 +15,7 @@ func canonicalizeServiceScope(scope string) string { "datastore": "https://www.googleapis.com/auth/datastore", "logging-write": "https://www.googleapis.com/auth/logging.write", "monitoring": "https://www.googleapis.com/auth/monitoring", + "monitoring-read": "https://www.googleapis.com/auth/monitoring.read", "monitoring-write": "https://www.googleapis.com/auth/monitoring.write", "pubsub": "https://www.googleapis.com/auth/pubsub", "service-control": "https://www.googleapis.com/auth/servicecontrol",