mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Merge branch 'main' of https://github.com/GAM-team/GAM
This commit is contained in:
@@ -28152,10 +28152,18 @@ CHROME_SCHEMA_TYPE_MESSAGE = {
|
|||||||
{'autoupdatecheckperiodminutesnew':
|
{'autoupdatecheckperiodminutesnew':
|
||||||
{'casedField': 'autoUpdateCheckPeriodMinutesNew',
|
{'casedField': 'autoUpdateCheckPeriodMinutesNew',
|
||||||
'type': 'duration', 'minVal': 1, 'maxVal': 720, 'scale': 60}},
|
'type': 'duration', 'minVal': 1, 'maxVal': 720, 'scale': 60}},
|
||||||
|
'chrome.users.AutoUpdateCheckPeriodNewV2':
|
||||||
|
{'autoupdatecheckperiodminutesnew':
|
||||||
|
{'casedField': 'autoUpdateCheckPeriodMinutesNew',
|
||||||
|
'type': 'duration', 'minVal': 1, 'maxVal': 720, 'scale': 60}},
|
||||||
'chrome.users.BrowserSwitcherDelayDuration':
|
'chrome.users.BrowserSwitcherDelayDuration':
|
||||||
{'browserswitcherdelayduration':
|
{'browserswitcherdelayduration':
|
||||||
{'casedField': 'browserSwitcherDelayDuration',
|
{'casedField': 'browserSwitcherDelayDuration',
|
||||||
'type': 'duration', 'minVal': 0, 'maxVal': 30, 'scale': 1}},
|
'type': 'duration', 'minVal': 0, 'maxVal': 30, 'scale': 1}},
|
||||||
|
'chrome.users.CloudReportingUploadFrequencyV2':
|
||||||
|
{'cloudreportinguploadfrequency':
|
||||||
|
{'casedField': 'cloudReportingUploadFrequency',
|
||||||
|
'type': 'count', 'minVal': 3, 'maxVal': 24, 'scale': 1}},
|
||||||
'chrome.users.FetchKeepaliveDurationSecondsOnShutdown':
|
'chrome.users.FetchKeepaliveDurationSecondsOnShutdown':
|
||||||
{'fetchkeepalivedurationsecondsonshutdown':
|
{'fetchkeepalivedurationsecondsonshutdown':
|
||||||
{'casedField': 'fetchKeepaliveDurationSecondsOnShutdown',
|
{'casedField': 'fetchKeepaliveDurationSecondsOnShutdown',
|
||||||
@@ -28172,6 +28180,10 @@ CHROME_SCHEMA_TYPE_MESSAGE = {
|
|||||||
{'printjobhistoryexpirationperioddaysnew':
|
{'printjobhistoryexpirationperioddaysnew':
|
||||||
{'casedField': 'printJobHistoryExpirationPeriodDaysNew',
|
{'casedField': 'printJobHistoryExpirationPeriodDaysNew',
|
||||||
'type': 'duration', 'minVal': -1, 'maxVal': None, 'scale': 86400}},
|
'type': 'duration', 'minVal': -1, 'maxVal': None, 'scale': 86400}},
|
||||||
|
'chrome.users.RelaunchNotificationWithDurationV2':
|
||||||
|
{'relaunchnotificationperiodduration':
|
||||||
|
{'casedField': 'relaunchNotificationPeriodDuration',
|
||||||
|
'type': 'duration', 'minVal': -1, 'maxVal': None, 'scale': 3600}},
|
||||||
'chrome.users.SecurityTokenSessionSettings':
|
'chrome.users.SecurityTokenSessionSettings':
|
||||||
{'securitytokensessionnotificationseconds':
|
{'securitytokensessionnotificationseconds':
|
||||||
{'casedField': 'securityTokenSessionNotificationSeconds',
|
{'casedField': 'securityTokenSessionNotificationSeconds',
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
# Introduction
|
# Introduction
|
||||||
GAM7 is a free, open source command line tool for Google Workspace Administrators to manage domain and user settings quickly and easily.
|
GAM7 is a free, open source command line tool for Google Workspace Administrators to manage domain and user settings quickly and easily.
|
||||||
|
|
||||||
GAM7 is a rewrite/extension of Jay Lee's Legacy GAM, without his efforts, this version wouldn't exist.
|
|
||||||
|
|
||||||
# Requirements
|
# Requirements
|
||||||
GAM7 requires paid, or Education/Non-profit, editions of Google Workspace. G Suite Legacy Free Edition has limited API support and not all GAM commands work.
|
GAM7 requires paid, or Education/Non-profit, editions of Google Workspace. G Suite Legacy Free Edition has limited API support and not all GAM commands work.
|
||||||
|
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
Need more help? Ask on the [GAM Discussion Group](https://groups.google.com/forum/#!forum/google-apps-manager)
|
|
||||||
@@ -1 +1,3 @@
|
|||||||
Need more help? Ask on the [GAM Discussion Group](https://groups.google.com/forum/#!forum/google-apps-manager)
|
Need more help? Ask on the [GAM Discussion Group](https://groups.google.com/forum/#!forum/google-apps-manager) or [Chat Space](https://github.com/GAM-team/GAM/wiki/GAM-Public-Chat-Room).
|
||||||
|
|
||||||
|
You can suggest edits to these Wiki pages by submitting pull requests against [the wiki files](https://github.com/GAM-team/GAM/tree/main/wiki).
|
||||||
|
|||||||
Reference in New Issue
Block a user