Skip to content

Commit c7cef13

Browse files
1 parent 59018da commit c7cef13

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/ChromeManagement.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ class ChromeManagement extends \Google\Service
3939
/** See detailed information about apps installed on Chrome browsers and devices managed by your organization. */
4040
const CHROME_MANAGEMENT_APPDETAILS_READONLY =
4141
"https://www.googleapis.com/auth/chrome.management.appdetails.readonly";
42+
/** See, edit, delete, and take other necessary actions on Chrome browser profiles managed by your organization. */
43+
const CHROME_MANAGEMENT_PROFILES =
44+
"https://www.googleapis.com/auth/chrome.management.profiles";
45+
/** See Chrome browser profiles managed by your organization. */
46+
const CHROME_MANAGEMENT_PROFILES_READONLY =
47+
"https://www.googleapis.com/auth/chrome.management.profiles.readonly";
4248
/** See reports about devices and Chrome browsers managed within your organization. */
4349
const CHROME_MANAGEMENT_REPORTS_READONLY =
4450
"https://www.googleapis.com/auth/chrome.management.reports.readonly";

0 commit comments

Comments
 (0)