|
5 | 5 | "https://www.googleapis.com/auth/chrome.management.appdetails.readonly": {
|
6 | 6 | "description": "See detailed information about apps installed on Chrome browsers and devices managed by your organization"
|
7 | 7 | },
|
| 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 | +}, |
8 | 14 | "https://www.googleapis.com/auth/chrome.management.reports.readonly": {
|
9 | 15 | "description": "See reports about devices and Chrome browsers managed within your organization"
|
10 | 16 | },
|
|
366 | 372 | "path": "v1/{+name}",
|
367 | 373 | "response": {
|
368 | 374 | "$ref": "GoogleProtobufEmpty"
|
369 |
| -} |
| 375 | +}, |
| 376 | +"scopes": [ |
| 377 | +"https://www.googleapis.com/auth/chrome.management.profiles" |
| 378 | +] |
370 | 379 | },
|
371 | 380 | "get": {
|
372 | 381 | "description": "Gets a Chrome browser profile with customer ID and profile permanent ID.",
|
|
388 | 397 | "path": "v1/{+name}",
|
389 | 398 | "response": {
|
390 | 399 | "$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 | +] |
392 | 405 | },
|
393 | 406 | "list": {
|
394 | 407 | "description": "Lists Chrome browser profiles of a customer based on the given search and sorting criteria.",
|
|
431 | 444 | "path": "v1/{+parent}/profiles",
|
432 | 445 | "response": {
|
433 | 446 | "$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 | +] |
435 | 452 | }
|
436 | 453 | }
|
437 | 454 | },
|
|
1263 | 1280 | }
|
1264 | 1281 | }
|
1265 | 1282 | },
|
1266 |
| -"revision": "20250122", |
| 1283 | +"revision": "20250126", |
1267 | 1284 | "rootUrl": "https://chromemanagement.googleapis.com/",
|
1268 | 1285 | "schemas": {
|
1269 | 1286 | "GoogleChromeManagementV1AndroidAppInfo": {
|
|
0 commit comments