github GAM-team/GAM v7.12.00
GAM 7.12.00

latest releases: v7.20.04, v7.20.03, v7.20.02...
2 months ago

7.12.00

Started updated handling of missing scopes messages in client access commands;
this is a work in progress.

Updated gam info|show shareddrive to handle changes in the Drive API that caused traps.

Added downloadrestrictedforreaders and downloadrestrictedforwriters to
<SharedDriveRestrictionsSubfieldName> to support new Shared Drive restrictions.

Updated gam course <CourseID> create|update announcement to accept input from
a literal string, a file or a Google Doc.

<CourseAnnouncementContent> ::=
        ((text <String>)|
         (textfile <FileName> [charset <Charset>])|
         (gdoc <UserGoogleDoc>)|
         (gcsdoc <StorageBucketObjectName>))

Added command gam check suspended <UserItem> that checks the suspension status of a user
and sets the return code to 0 if the user is not suspended or 26 if it is.

$ gam check suspended testok@domain.com
User: testok@domain.com, Account Suspended: False
$ echo $?
0

$ gam check suspended testsusp@domain.com
User: testsusp@domain.com, Account Suspended: True, Suspension Reason: ADMIN
$ echo $?
26

Updated gam <UserTypeEntity> sendemail to verify that one of recipient|to|from
immediately follows sendemail.

See Update History

Don't miss a new GAM release

NewReleases is sending notifications on new releases.