mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
0327f5c30f5db1a572212013207683a4b3d7d8f7
* Update user attribute handling User attribite type handling issues. Custom types have their case lowered. * Use custom keyword as part of type Old - address, im, phone: type a|b|c|(custom <String>) New - address, im, phone: type a|b|c|<String> Dropping custom keyword will break existing scripts * Use separate keyword for custom type Old - organization: (type a|b|c) | (customtype <String>) New - organization: (type a|b|c|<String>) Dropping customtype keyword will break existing scripts Unlike all other attributes, you do not set type: custom when customType is set * Use implied custom Old - location: type a|b|c|<String> New - location: type a|b|c|<String> No change * Use implied custom, no type keyword Old - externalid, otheremail, relation, website: a|b|c|<String> New - externalid, otheremail, relation, website: a|b|c|<String> No change This update normalizes the type handling. Case of custom types is preserved. In update, for all fields, you can do: a|b|c|<String> a|b|c|custom <String> customtype <String> is still allowed for organization for backward compatability. * Just in case user does type work and then customtype xxx * Update documentation
GAM is a command line tool for Google G Suite Administrators to manage domain and user settings quickly and easily.
Quick Start
Linux / MacOS
Open a terminal and run:
bash <(curl -s -S -L https://git.io/install-gam)
this will download GAM, install it and start setup.
Windows
Download the MSI Installer from the GitHub Releases page. Install the MSI and you'll be prompted to setup GAM.
Documentation
The GAM documentation is hosted in the GitHub Wiki
Mailing List / Discussion group
The GAM mailing list / discussion group is hosted on Google Groups. You can join the list and interact via email, or just post from the web itself.
Author
GAM is maintained by Jay Lee. Please direct "how do I?" questions to Google Groups.
Description
command line management for Google Workspace
gamgooglegoogle-admin-sdkgoogle-apigoogle-appsgoogle-calendargoogle-cloudgoogle-drivegoogle-workspacegsuiteoauth2oauth2-clientpython
Readme
Apache-2.0
244 MiB
Languages
Python
99.4%
Shell
0.3%
JavaScript
0.2%