Skip to content

Commit e940d95

Browse files
fix(oslogin): update the api
#### oslogin:v1 The following keys were changed: - resources.users.methods.getLoginProfile.scopes (Total Keys: 1)
1 parent fb43696 commit e940d95

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

googleapiclient/discovery_cache/documents/oslogin.v1.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@
55
"https://www.googleapis.com/auth/cloud-platform": {
66
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
77
},
8+
"https://www.googleapis.com/auth/cloud-platform.read-only": {
9+
"description": "View your data across Google Cloud services and see the email address of your Google Account"
10+
},
811
"https://www.googleapis.com/auth/compute": {
912
"description": "View and manage your Google Compute Engine resources"
13+
},
14+
"https://www.googleapis.com/auth/compute.readonly": {
15+
"description": "View your Google Compute Engine resources"
1016
}
1117
}
1218
}
@@ -143,7 +149,9 @@
143149
},
144150
"scopes": [
145151
"https://www.googleapis.com/auth/cloud-platform",
146-
"https://www.googleapis.com/auth/compute"
152+
"https://www.googleapis.com/auth/cloud-platform.read-only",
153+
"https://www.googleapis.com/auth/compute",
154+
"https://www.googleapis.com/auth/compute.readonly"
147155
]
148156
},
149157
"importSshPublicKey": {
@@ -306,7 +314,7 @@
306314
}
307315
}
308316
},
309-
"revision": "20210910",
317+
"revision": "20210920",
310318
"rootUrl": "https://oslogin.googleapis.com/",
311319
"schemas": {
312320
"Empty": {

googleapiclient/discovery_cache/documents/oslogin.v1alpha.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
}
375375
}
376376
},
377-
"revision": "20210910",
377+
"revision": "20210920",
378378
"rootUrl": "https://oslogin.googleapis.com/",
379379
"schemas": {
380380
"Empty": {

googleapiclient/discovery_cache/documents/oslogin.v1beta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
}
345345
}
346346
},
347-
"revision": "20210910",
347+
"revision": "20210920",
348348
"rootUrl": "https://oslogin.googleapis.com/",
349349
"schemas": {
350350
"Empty": {

0 commit comments

Comments
 (0)