Releases: GAM-team/GAM
GAM 7.05.01
GAM 7.05.00
- 7.05.00
Enabled support for Limited Access as described here:
Note that the rollout may take 15 days.
Added option inheritedpermissionsdisabled [<Boolean>]
to <DriveFileAttribute>
; this
attribute can be set on folders.
Added inheritedpermissionsdisabled
to <DriveFieldName>
.
Added capabilities.candisableinheritedpermissions
and capabilities.canenableinheritedpermissions
to <DriveCapabilitiesSubfieldName>
.
Added option enforceexpansiveaccess [<Boolean>]
to all commands that delete or update
drive file ACLs/permissions.
gam <UserTypeEntity> delete permissions
gam <UserTypeEntity> delete drivefileacl
gam <UserTypeEntity> update drivefileacl
gam <UserTypeEntity> copy drivefile
gam <UserTypeEntity> move drivefile
gam <UserTypeEntity> transfer ownership
gam <UserTypeEntity> claim ownership
gam <UserTypeEntity> transfer drive
- 7.04.05
Added initial support for Meet API v2beta; you must be in the Developer Preview program
for this to be effective.
Added meet_v2_beta
Boolean variable to gam.cfg
. When this variable is true,
the following options are added to <MeetSpaceOptions>
used in gam <UserTypeEntity> create|update meetspace
.
moderation <Boolean> |
chatrestriction hostsonly|norestriction |
reactionrestriction hostsonly|norestriction |
presentrestriction hostsonly|norestriction |
defaultjoinasviewer <Boolean> |
recording <Boolean> |
transcription <Boolean> |
smartnotes <Boolean>
This isn't called beta for nothing, I have found problems and reported them.
See Update History
GAM 7.04.04
-7.04.04
Updated gam print group-members|cigroup-members
to include the email
column
when fields <MembersFieldNameList>
did not include email
.
See Update History
GAM 7.04.03
- 7.04.03
Added option minimal|basic|full
to gam print cigroup-members
:
minimal
- Fields displayed: group, id, role, emailbasic
- Fields displayed: group, type, id, role, email, expireTimefull
- Fields displayed: group, type, id, role, email, createTime, updateTimel, expireTime; this is the default
Added option minimal|basic|full
to gam show cigroup-members
:
minimal
- Fields displayed: role, emailbasic
- Fields displayed: type, role, emaill, expireTimefull
- Fields displayed: type, role, email, createTime, updateTimel, expireTime; this is the default
Upgraded gam print cigroup-members ... recursive
to display sub-group email addresses rather than IDs.
See Update History
GAM 7.04.02
- 7.04.02
Improved output formatting for the following commands:
gam info peoplecontact
gam show peoplecontacts
gam info peopleprofile
gam show peopleprofile
gam <UserTypeEntity> info contacts
gam <UserTypeEntity> show contacts
gam <UserTypeEntity> show peopleprofile
GAM 7.04.01
- 7.04.01
Fixed bug where multiple querytime<String>
values in a query were not properly processed;
only the last querytime<String>
was processed.
Command line: query "sync:#querytime1#..#querytime2# status:provisioned" querytime1 -2y querytime2 -40w
Query: (sync:#querytime1#..2024-05-09T00:00:00 status:provisioned) Invalid
GAM 7.04.00
- 7.04.00
The Classic Sites API no longer functions, the following commands are deprecated:
gam [<UserTypeEntity>] create site
gam [<UserTypeEntity>] update site
gam [<UserTypeEntity>] info site
gam [<UserTypeEntity>] print sites
gam [<UserTypeEntity>] show sites
gam [<UserTypeEntity>] create siteacls
gam [<UserTypeEntity>] update siteacls
gam [<UserTypeEntity>] delete siteacls
gam [<UserTypeEntity>] info siteacls
gam [<UserTypeEntity>] show siteacls
gam [<UserTypeEntity>] print siteacls
gam [<UserTypeEntity>] print siteactivity
GAM 7.03.09
- 7.03.09
Added option maxmessagesperthread <Number>
to gam <UserTypeEntity> print|show threads
that limits the number of messages displayed per thread. The default is 0, there is no limit.
For example, this can be used if you only want to see the first message of each thread.
gam user [email protected] print|show threads maxmessagesperthread 1
Fixed bug in gam <UserTypeEntity> print filelist countsonly
where extraneous columns
were displayed.
Fixed bug in gam <UserTypeEntity> print filelist countsonly showsize
where sizes were
all shown as 0 unlesssizefield size
was specified.
GAM 7.03.08
- 7.03.08
Improved pip install.
Yubikey as optional should now be working also. So:
pip install --upgrade gam7
skips Yubikey.
To install with yubikey support (assuming you have installed the necessary swig and libpcsclite-dev packages already) run:
pip install --upgrade gam7[yubikey]
- 7.03.07
Updated gam create vaultexport
to include corpus gemini
.
- 7.03.06
Added option rawfields "<BrowserFieldNameList>"
to gam info|print|show browsers
that allows
specification of complex field lists with selected subfields.
GAM 7.03.07
- 7.03.07
Updated gam create vaultexport
to include corpus gemini
.