Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 63d4596

Browse files
committedFeb 4, 2025
feat(chromemanagement): update the api
#### chromemanagement:v1 The following keys were added: - resources.customers.resources.profiles.methods.delete.scopes (Total Keys: 1) - resources.customers.resources.profiles.methods.get.scopes (Total Keys: 1) - resources.customers.resources.profiles.methods.list.scopes (Total Keys: 1)
1 parent 86f7ace commit 63d4596

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed
 

‎googleapiclient/discovery_cache/documents/chromemanagement.v1.json

+21-4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"https://www.googleapis.com/auth/chrome.management.appdetails.readonly": {
66
"description": "See detailed information about apps installed on Chrome browsers and devices managed by your organization"
77
},
8+
"https://www.googleapis.com/auth/chrome.management.profiles": {
9+
"description": "See, edit, delete, and take other necessary actions on Chrome browser profiles managed by your organization"
10+
},
11+
"https://www.googleapis.com/auth/chrome.management.profiles.readonly": {
12+
"description": "See Chrome browser profiles managed by your organization"
13+
},
814
"https://www.googleapis.com/auth/chrome.management.reports.readonly": {
915
"description": "See reports about devices and Chrome browsers managed within your organization"
1016
},
@@ -366,7 +372,10 @@
366372
"path": "v1/{+name}",
367373
"response": {
368374
"$ref": "GoogleProtobufEmpty"
369-
}
375+
},
376+
"scopes": [
377+
"https://www.googleapis.com/auth/chrome.management.profiles"
378+
]
370379
},
371380
"get": {
372381
"description": "Gets a Chrome browser profile with customer ID and profile permanent ID.",
@@ -388,7 +397,11 @@
388397
"path": "v1/{+name}",
389398
"response": {
390399
"$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfile"
391-
}
400+
},
401+
"scopes": [
402+
"https://www.googleapis.com/auth/chrome.management.profiles",
403+
"https://www.googleapis.com/auth/chrome.management.profiles.readonly"
404+
]
392405
},
393406
"list": {
394407
"description": "Lists Chrome browser profiles of a customer based on the given search and sorting criteria.",
@@ -431,7 +444,11 @@
431444
"path": "v1/{+parent}/profiles",
432445
"response": {
433446
"$ref": "GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse"
434-
}
447+
},
448+
"scopes": [
449+
"https://www.googleapis.com/auth/chrome.management.profiles",
450+
"https://www.googleapis.com/auth/chrome.management.profiles.readonly"
451+
]
435452
}
436453
}
437454
},
@@ -1263,7 +1280,7 @@
12631280
}
12641281
}
12651282
},
1266-
"revision": "20250122",
1283+
"revision": "20250126",
12671284
"rootUrl": "https://chromemanagement.googleapis.com/",
12681285
"schemas": {
12691286
"GoogleChromeManagementV1AndroidAppInfo": {

0 commit comments

Comments
 (0)
Please sign in to comment.