Skip to content

Commit 37f5635

Browse files
authored
Update Google.json
1 parent 96889e7 commit 37f5635

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

Google.json

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"output_field": "aliases"
153153
},
154154
"query_parameters": {},
155-
"maxSessionCount": 20
155+
"maxSessionCount": 10
156156
},
157157
"course_aliases_create": {
158158
"method": "post",
@@ -216,18 +216,14 @@
216216
},
217217
"authOptions": {
218218
"scopes": [
219-
"https://www.googleapis.com/auth/classroom.courses",
220-
"https://www.googleapis.com/auth/classroom.rosters",
221-
"https://www.googleapis.com/auth/classroom.profile.emails",
222-
"https://www.googleapis.com/auth/classroom.profile.photos",
223-
"https://www.googleapis.com/auth/classroom.guardianlinks.students"
219+
"https://www.googleapis.com/auth/classroom.rosters"
224220
]
225221
},
226222
"processing_options": {
227223
"output_field": "students"
228224
},
229225
"query_parameters": {},
230-
"maxSessionCount": 20
226+
"maxSessionCount": 10
231227
},
232228
"course_students_create": {
233229
"method": "post",
@@ -328,7 +324,7 @@
328324
"output_field": "teachers"
329325
},
330326
"query_parameters": {},
331-
"maxSessionCount": 20
327+
"maxSessionCount": 10
332328
},
333329
"course_teachers_create": {
334330
"method": "post",
@@ -411,7 +407,7 @@
411407
"output_field": "invitations"
412408
},
413409
"query_parameters": {},
414-
"maxSessionCount": 20
410+
"maxSessionCount": 10
415411
},
416412
"course_invitations_create": {
417413
"method": "post",
@@ -480,7 +476,7 @@
480476
"output_field": "guardianInvitations"
481477
},
482478
"query_parameters": {},
483-
"maxSessionCount": 20
479+
"maxSessionCount": 10
484480
},
485481
"userProfiles_guardianInvitations_create": {
486482
"method": "post",
@@ -2282,7 +2278,7 @@
22822278
{
22832279
"accountId": "string*",
22842280
"gecos": "string*",
2285-
"gid": "strin*g",
2281+
"gid": "string*",
22862282
"homeDirectory": "string*",
22872283
"operatingSystemType": "string*",
22882284
"primary": "boolean*",
@@ -2508,7 +2504,7 @@
25082504
},
25092505
"authOptions": {
25102506
"scopes": [
2511-
"https://www.googleapis.com/auth/gmail.settings.basic"
2507+
"https://www.googleapis.com/auth/gmail.settings.sharing"
25122508
],
25132509
"JWT": {
25142510
"sub": "{user_email:no_encode}"
@@ -2566,7 +2562,6 @@
25662562
},
25672563
"authOptions": {
25682564
"scopes": [
2569-
"https://www.googleapis.com/auth/gmail.settings.basic",
25702565
"https://www.googleapis.com/auth/gmail.settings.sharing"
25712566
],
25722567
"JWT": {
@@ -2588,7 +2583,6 @@
25882583
},
25892584
"authOptions": {
25902585
"scopes": [
2591-
"https://www.googleapis.com/auth/gmail.settings.basic",
25922586
"https://www.googleapis.com/auth/gmail.settings.sharing"
25932587
],
25942588
"JWT": {
@@ -3138,9 +3132,7 @@
31383132
},
31393133
"authOptions": {
31403134
"scopes": [
3141-
"https://www.googleapis.com/auth/admin.directory.user",
3142-
"https://www.googleapis.com/auth/admin.directory.user.security",
3143-
"https://www.googleapis.com/auth/admin.directory.group"
3135+
"https://www.googleapis.com/auth/admin.directory.user"
31443136
],
31453137
"type": "signed-jwt",
31463138
"authUrl": "https://www.googleapis.com/oauth2/v4/token",

0 commit comments

Comments
 (0)