> @@ -42,6 +42,10 @@ > public static final String STORAGE_READONLY_SCOPE = > "https://www.googleapis.com/auth/devstorage.read_only"; > > public static final String STORAGE_WRITEONLY_SCOPE = > "https://www.googleapis.com/auth/devstorage.write_only"; > + > + public static final String NDEV_CLOUD_MAN_SCOPE = > "https://www.googleapis.com/auth/ndev.cloudman"; > + > + public static final String NDEV_CLOUD_MAN_READONLY_SCOPE = > "https://www.googleapis.com/auth/ndev.cloudman.readonly";
I think this is a good suggestion. These scope descriptions are associated with the Google Cloud Deployment Manager API. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/38/files#r18102479
