|
| 1 | +# Created with WinGet Updater using komac v2.12.0 |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: GAM-Team.gam |
| 5 | +PackageVersion: 7.12.00 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: GAM Team - google-apps-manager@googlegroups.com |
| 8 | +PublisherUrl: https://github.com/GAM-team |
| 9 | +PublisherSupportUrl: https://github.com/GAM-team/GAM/issues |
| 10 | +PackageName: gam |
| 11 | +PackageUrl: https://github.com/GAM-team/GAM |
| 12 | +License: Apache-2.0 |
| 13 | +LicenseUrl: https://github.com/GAM-team/GAM/blob/HEAD/LICENSE |
| 14 | +ShortDescription: command line management for Google Workspace |
| 15 | +Tags: |
| 16 | +- gam |
| 17 | +- google |
| 18 | +- google-admin-sdk |
| 19 | +- google-api |
| 20 | +- google-apps |
| 21 | +- google-calendar |
| 22 | +- google-cloud |
| 23 | +- google-drive |
| 24 | +- google-workspace |
| 25 | +- gsuite |
| 26 | +- oauth2 |
| 27 | +- oauth2-client |
| 28 | +- python |
| 29 | +ReleaseNotes: |- |
| 30 | + 7.12.00 |
| 31 | + Started updated handling of missing scopes messages in client access commands; |
| 32 | + this is a work in progress. |
| 33 | + Updated gam info|show shareddrive to handle changes in the Drive API that caused traps. |
| 34 | + Added downloadrestrictedforreaders and downloadrestrictedforwriters to |
| 35 | + <SharedDriveRestrictionsSubfieldName> to support new Shared Drive restrictions. |
| 36 | + Updated gam course <CourseID> create|update announcement to accept input from |
| 37 | + a literal string, a file or a Google Doc. |
| 38 | + <CourseAnnouncementContent> ::= |
| 39 | + ((text <String>)| |
| 40 | + (textfile <FileName> [charset <Charset>])| |
| 41 | + (gdoc <UserGoogleDoc>)| |
| 42 | + (gcsdoc <StorageBucketObjectName>)) |
| 43 | + Added command gam check suspended <UserItem> that checks the suspension status of a user |
| 44 | + and sets the return code to 0 if the user is not suspended or 26 if it is. |
| 45 | + $ gam check suspended testok@domain.com |
| 46 | + User: testok@domain.com, Account Suspended: False |
| 47 | + $ echo $? |
| 48 | + 0 |
| 49 | + $ gam check suspended testsusp@domain.com |
| 50 | + User: testsusp@domain.com, Account Suspended: True, Suspension Reason: ADMIN |
| 51 | + $ echo $? |
| 52 | + 26 |
| 53 | + Updated gam <UserTypeEntity> sendemail to verify that one of recipient|to|from |
| 54 | + immediately follows sendemail. |
| 55 | + See Update History |
| 56 | +ReleaseNotesUrl: https://github.com/GAM-team/GAM/releases/tag/v7.12.00 |
| 57 | +Documentations: |
| 58 | +- DocumentLabel: Wiki |
| 59 | + DocumentUrl: https://github.com/GAM-team/GAM/wiki |
| 60 | +ManifestType: defaultLocale |
| 61 | +ManifestVersion: 1.10.0 |
0 commit comments