Ross Scroggs
10e6cbabcf
Support displaying Chromebook OU ID ( #1523 )
2022-05-10 14:10:59 -04:00
Ross Scroggs
ee19c5e25f
Multivalued schema files default to type work; update URLs ( #1522 )
...
* multivalued schema field defaults to type work;
* Update URLs
* Add new Product/SKU
* Revert to https://jaylee.us/gam
2022-05-08 19:42:39 -04:00
Jay Lee
c856723945
Update var.py
2022-04-29 06:12:36 -04:00
Jay Lee
8276474314
GAM 6.21
2022-04-22 18:16:17 -04:00
Jay Lee
be4403331f
Update var.py
2022-04-11 08:44:08 -04:00
Jay Lee
e085257a51
Update var.py
2022-04-08 09:37:22 -04:00
Jay Lee
bac3451c21
OrgUnit Support for Shared Drives
2022-04-07 19:48:23 +00:00
Jay Lee
2d4e15504c
GAM 6.19
2022-04-07 16:59:58 +00:00
Jay Lee
45ac118381
GAM 6.18
2022-03-30 08:16:20 -04:00
Jay Lee
b724330cb1
Update var.py
2022-03-14 15:49:11 -04:00
Jay Lee
1bf1c43f23
GAM 6.17
2022-03-07 20:11:56 +00:00
Ross Scroggs
018862d012
Allow user copy/paste retries in gam oauth create ( #1488 )
2022-02-27 11:46:41 -05:00
Jay Lee
4a79b3f42c
Update var.py
2022-02-04 09:52:38 -05:00
Jay Lee
341d61444c
Allow conditions for admin role assignments
2022-02-03 18:45:35 +00:00
Jay Lee
eaced6942a
Update var.py
2022-01-15 14:18:04 -05:00
Jay Lee
add970c0ae
Update var.py
2022-01-14 15:33:43 -05:00
Jay Lee
a1e6459dc1
GAM 6.13
2022-01-12 09:23:04 -05:00
Janosh Riebesell
19f21a9453
pyupgrade --py37-plus **/*.py ( #1445 )
2022-01-11 11:05:02 -05:00
Jay Lee
c3ddeae3f3
Make TLS 1.3 the default minimum.
...
Admins can still downgrade to 1.2 if they need to. Most should not need to.
2022-01-02 14:38:27 -05:00
Ross Scroggs
6ea6c0889b
Fix show filelist query issue; add driveId to drive file fields ( #1461 )
...
* Fix show filelist query issue
If the user says: query "A or B" this becomes "'me' in owners and A or B" which is the same as "('me' in owners and A) or B" which gives incorrect results. The fix makes "'me' in owners and (A or B)"
* Add driveId to list of drive file fields
2021-12-17 11:51:32 -05:00
Jay Lee
99ab72df3f
GAM 6.12
2021-12-16 07:41:30 -05:00
Jay Lee
dbc3f0cd83
Update var.py
2021-11-22 08:16:32 -05:00
Ross Scroggs
8d7c6d3835
MacOS codesign fix no longer needed; MacOS 12 = Monterey ( #1441 )
...
* Updated 3.9 to 3.10, is this still needed?
* Fix no longer required
* MacOS 12 is Monterey
2021-10-26 12:56:47 -04:00
Jay Lee
ee5f4b73e8
Update var.py
2021-10-21 18:43:34 -04:00
Jay Lee
f6863ae2d6
Update var.py
2021-10-20 13:57:11 -04:00
Ross Scroggs
3200de56cc
Several fixes/updates ( #1426 )
...
* agreedToTerms is now read-only
* Fix sync devices
* assetTag if specified is part of sync device key
* Handle missing assetTags
* Leave agreedtoterms as an undocumented option
* More assetTag processing, the field is not returned from the API if it's empty
* Fix DriveFileAttribute formatting
* memberKey has been replaced by preferredMemberKey
* Correct license name
* If notdemail.txt is present, write_csv_file will not send an email
2021-10-05 08:37:09 -04:00
Ross Scroggs
e3c5dca09d
Three updates ( #1421 )
...
* Initialize pageToken for each namespace
* Update group sync to do removes before adds
This gets around problem when a group contains a primary address and a sync is performed with an alias. With adds first you get a duplicate error; with removes first the primary address in the group is replaced with the alias.
* Add defaultsender to group settings
2021-09-09 13:06:50 -04:00
Jay Lee
1f2bb18bc1
GAM 6.08
2021-08-31 13:58:04 -04:00
Ross Scroggs
f3fba97652
Add shortcutDetails to drive file fields ( #1413 )
2021-08-23 16:05:15 -04:00
Yaroslav Nakonechnikov
7f51e35bd4
Pathvalidate ( #1408 )
...
* Update requirements.txt
Adding `pathvalidate` to requrements
* Update __init__.py
Adding `pathvalidate` to make correct filename on other then ascii encodings.
* Updating with sanitize_filename
* Removing unused variable.
2021-08-23 16:04:11 -04:00
Ross Scroggs
95beb8e62a
Update getting MacOS version ( #1409 )
2021-08-14 16:59:07 -04:00
Ross Scroggs
54689129c6
Update gam print|show|update chromepolicy to handle the following special case policies: ( #1399 )
...
```
chrome.users.AutoUpdateCheckPeriodNew autoupdatecheckperiodminutesnew
chrome.users.BrowserSwitcherDelayDuration browserswitcherdelayduration
chrome.users.FetchKeepaliveDurationSecondsOnShutdown fetchkeepalivedurationsecondsonshutdown
chrome.users.MaxInvalidationFetchDelay maxinvalidationfetchdelay
chrome.users.PrintingMaxSheetsAllowed printingmaxsheetsallowednullable
chrome.users.PrintJobHistoryExpirationPeriodNew printjobhistoryexpirationperioddaysnew
chrome.users.SecurityTokenSessionSettings securitytokensessionnotificationseconds
chrome.users.SessionLength sessiondurationlimit
chrome.users.UpdatesSuppressed updatessuppresseddurationmin
chrome.users.UpdatesSuppressed updatessuppressedstarttime
```
2021-07-20 17:25:17 -04:00
Jay Lee
00e764b118
Migrate to Resource Manager API v3
2021-07-16 10:14:58 -04:00
Jay Lee
0418438b6f
increase rounds to Google max
2021-07-07 10:53:34 -04:00
Jay Lee
794db5d2a4
More APIs now work with discovery v2 URL
2021-07-01 14:47:40 -04:00
Jay Lee
e5f9db129b
Improve printing of app/extension/printer policy
2021-06-30 11:18:29 -04:00
Jay Lee
4630bf5681
Update var.py
2021-06-29 08:13:59 -04:00
Jay Lee
a501b89ecd
resource key support
2021-06-25 16:52:14 -04:00
Jay Lee
8a1f0c9dbf
GAM 6.06
2021-06-17 14:47:47 -04:00
Jay Lee
f791a59b1d
GAM 6.05
2021-06-11 09:30:42 -04:00
Jay Lee
c2dea0a4d7
add a few new user attribute types
2021-06-04 15:55:50 -04:00
Jay Lee
c20f0bef44
GAM 6.04
2021-05-26 13:12:28 -04:00
Jay Lee
34b51ea64a
GAM 6.03
2021-05-25 12:49:10 -04:00
Jay Lee
cfa25f12d3
6.02, admin.googleapis.com as test, MacOS universal2 build
2021-05-04 09:12:45 -04:00
Ross Scroggs
b43ada4f83
Add Cloud Search product name ( #1370 )
2021-04-23 09:02:15 -04:00
Jay Lee
9030af4faf
Cloud Search SKU
2021-04-21 09:46:11 -04:00
Jay Lee
da5f80e704
Workspace Frontline SKU
2021-04-08 13:10:33 -04:00
Ross Scroggs
703530ce7f
Standardize chrome history column order; update data transfer apps ( #1361 )
2021-04-08 07:50:52 -04:00
Jay Lee
f45639e6e2
switch User Invitations to DwD for now
2021-04-06 17:42:39 -04:00
Ross Scroggs
1b1a0c876c
Implement Chrome version history ( #1354 )
...
* Implement Chrome version history
* Update GamCommands.txt
* Use httpObj
2021-04-06 14:08:27 -04:00