gam7 7.9.1__tar.gz → 7.9.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of gam7 might be problematic. Click here for more details.

Files changed (318) hide show
  1. {gam7-7.9.1 → gam7-7.9.2}/PKG-INFO +1 -1
  2. {gam7-7.9.1 → gam7-7.9.2}/src/GamCommands.txt +1 -0
  3. {gam7-7.9.1 → gam7-7.9.2}/src/GamUpdate.txt +6 -0
  4. {gam7-7.9.1 → gam7-7.9.2}/src/gam/__init__.py +65 -40
  5. {gam7-7.9.1 → gam7-7.9.2}/wiki/Chrome-Policies.md +39 -40
  6. {gam7-7.9.1 → gam7-7.9.2}/wiki/GamUpdates.md +11 -0
  7. {gam7-7.9.1 → gam7-7.9.2}/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md +2 -2
  8. {gam7-7.9.1 → gam7-7.9.2}/wiki/Version-and-Help.md +6 -6
  9. {gam7-7.9.1 → gam7-7.9.2}/.github/ISSUE_TEMPLATE/aa-question.md +0 -0
  10. {gam7-7.9.1 → gam7-7.9.2}/.github/ISSUE_TEMPLATE/za-bug-report.md +0 -0
  11. {gam7-7.9.1 → gam7-7.9.2}/.github/ISSUE_TEMPLATE/zz-feature-request.md +0 -0
  12. {gam7-7.9.1 → gam7-7.9.2}/.github/ISSUE_TEMPLATE.txt +0 -0
  13. {gam7-7.9.1 → gam7-7.9.2}/.github/actions/decrypt.sh +0 -0
  14. {gam7-7.9.1 → gam7-7.9.2}/.github/actions/entitlements.plist +0 -0
  15. {gam7-7.9.1 → gam7-7.9.2}/.github/actions/package_exclusions.txt +0 -0
  16. {gam7-7.9.1 → gam7-7.9.2}/.github/stale.yml +0 -0
  17. {gam7-7.9.1 → gam7-7.9.2}/.github/workflows/build.yml +0 -0
  18. {gam7-7.9.1 → gam7-7.9.2}/.github/workflows/codeql-analysis.yml +0 -0
  19. {gam7-7.9.1 → gam7-7.9.2}/.github/workflows/get-cacerts.yml +0 -0
  20. {gam7-7.9.1 → gam7-7.9.2}/.github/workflows/pushwiki.yml +0 -0
  21. {gam7-7.9.1 → gam7-7.9.2}/.github/workflows/pypi.yml +0 -0
  22. {gam7-7.9.1 → gam7-7.9.2}/.pre-commit-config.yaml +0 -0
  23. {gam7-7.9.1 → gam7-7.9.2}/LICENSE +0 -0
  24. {gam7-7.9.1 → gam7-7.9.2}/README.md +0 -0
  25. {gam7-7.9.1 → gam7-7.9.2}/pyproject.toml +0 -0
  26. {gam7-7.9.1 → gam7-7.9.2}/src/.gitignore +0 -0
  27. {gam7-7.9.1 → gam7-7.9.2}/src/LICENSE +0 -0
  28. {gam7-7.9.1 → gam7-7.9.2}/src/cacerts.pem +0 -0
  29. {gam7-7.9.1 → gam7-7.9.2}/src/callgam.py +0 -0
  30. {gam7-7.9.1 → gam7-7.9.2}/src/gam/__main__.py +0 -0
  31. {gam7-7.9.1 → gam7-7.9.2}/src/gam/atom/__init__.py +0 -0
  32. {gam7-7.9.1 → gam7-7.9.2}/src/gam/atom/auth.py +0 -0
  33. {gam7-7.9.1 → gam7-7.9.2}/src/gam/atom/client.py +0 -0
  34. {gam7-7.9.1 → gam7-7.9.2}/src/gam/atom/core.py +0 -0
  35. {gam7-7.9.1 → gam7-7.9.2}/src/gam/atom/data.py +0 -0
  36. {gam7-7.9.1 → gam7-7.9.2}/src/gam/atom/http.py +0 -0
  37. {gam7-7.9.1 → gam7-7.9.2}/src/gam/atom/http_core.py +0 -0
  38. {gam7-7.9.1 → gam7-7.9.2}/src/gam/atom/http_interface.py +0 -0
  39. {gam7-7.9.1 → gam7-7.9.2}/src/gam/atom/mock_http.py +0 -0
  40. {gam7-7.9.1 → gam7-7.9.2}/src/gam/atom/mock_http_core.py +0 -0
  41. {gam7-7.9.1 → gam7-7.9.2}/src/gam/atom/mock_service.py +0 -0
  42. {gam7-7.9.1 → gam7-7.9.2}/src/gam/atom/service.py +0 -0
  43. {gam7-7.9.1 → gam7-7.9.2}/src/gam/atom/token_store.py +0 -0
  44. {gam7-7.9.1 → gam7-7.9.2}/src/gam/atom/url.py +0 -0
  45. {gam7-7.9.1 → gam7-7.9.2}/src/gam/cacerts.pem +0 -0
  46. {gam7-7.9.1 → gam7-7.9.2}/src/gam/cbcm-v1.1beta1.json +0 -0
  47. {gam7-7.9.1 → gam7-7.9.2}/src/gam/contactdelegation-v1.json +0 -0
  48. {gam7-7.9.1 → gam7-7.9.2}/src/gam/datastudio-v1.json +0 -0
  49. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gamlib/__init__.py +0 -0
  50. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gamlib/glaction.py +0 -0
  51. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gamlib/glapi.py +0 -0
  52. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gamlib/glcfg.py +0 -0
  53. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gamlib/glclargs.py +0 -0
  54. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gamlib/glentity.py +0 -0
  55. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gamlib/glgapi.py +0 -0
  56. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gamlib/glgdata.py +0 -0
  57. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gamlib/glglobals.py +0 -0
  58. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gamlib/glindent.py +0 -0
  59. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gamlib/glmsgs.py +0 -0
  60. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gamlib/glskus.py +0 -0
  61. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gamlib/gluprop.py +0 -0
  62. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gamlib/glverlibs.py +0 -0
  63. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gamlib/yubikey.py +0 -0
  64. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gdata/__init__.py +0 -0
  65. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gdata/alt/__init__.py +0 -0
  66. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gdata/alt/app_engine.py +0 -0
  67. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gdata/alt/appengine.py +0 -0
  68. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gdata/apps/__init__.py +0 -0
  69. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gdata/apps/audit/__init__.py +0 -0
  70. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gdata/apps/audit/service.py +0 -0
  71. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gdata/apps/contacts/__init__.py +0 -0
  72. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gdata/apps/contacts/service.py +0 -0
  73. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gdata/apps/service.py +0 -0
  74. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gdata/service.py +0 -0
  75. {gam7-7.9.1 → gam7-7.9.2}/src/gam/gdata/urlfetch.py +0 -0
  76. {gam7-7.9.1 → gam7-7.9.2}/src/gam/googleapiclient/__init__.py +0 -0
  77. {gam7-7.9.1 → gam7-7.9.2}/src/gam/googleapiclient/_auth.py +0 -0
  78. {gam7-7.9.1 → gam7-7.9.2}/src/gam/googleapiclient/_helpers.py +0 -0
  79. {gam7-7.9.1 → gam7-7.9.2}/src/gam/googleapiclient/channel.py +0 -0
  80. {gam7-7.9.1 → gam7-7.9.2}/src/gam/googleapiclient/discovery.py +0 -0
  81. {gam7-7.9.1 → gam7-7.9.2}/src/gam/googleapiclient/discovery_cache/__init__.py +0 -0
  82. {gam7-7.9.1 → gam7-7.9.2}/src/gam/googleapiclient/discovery_cache/appengine_memcache.py +0 -0
  83. {gam7-7.9.1 → gam7-7.9.2}/src/gam/googleapiclient/discovery_cache/base.py +0 -0
  84. {gam7-7.9.1 → gam7-7.9.2}/src/gam/googleapiclient/discovery_cache/file_cache.py +0 -0
  85. {gam7-7.9.1 → gam7-7.9.2}/src/gam/googleapiclient/errors.py +0 -0
  86. {gam7-7.9.1 → gam7-7.9.2}/src/gam/googleapiclient/http.py +0 -0
  87. {gam7-7.9.1 → gam7-7.9.2}/src/gam/googleapiclient/mimeparse.py +0 -0
  88. {gam7-7.9.1 → gam7-7.9.2}/src/gam/googleapiclient/model.py +0 -0
  89. {gam7-7.9.1 → gam7-7.9.2}/src/gam/googleapiclient/schema.py +0 -0
  90. {gam7-7.9.1 → gam7-7.9.2}/src/gam/googleapiclient/version.py +0 -0
  91. {gam7-7.9.1 → gam7-7.9.2}/src/gam/iso8601/__init__.py +0 -0
  92. {gam7-7.9.1 → gam7-7.9.2}/src/gam/iso8601/iso8601.py +0 -0
  93. {gam7-7.9.1 → gam7-7.9.2}/src/gam/meet-v2beta.json +0 -0
  94. {gam7-7.9.1 → gam7-7.9.2}/src/gam/serviceaccountlookup-v1.json +0 -0
  95. {gam7-7.9.1 → gam7-7.9.2}/src/gam/six.py +0 -0
  96. {gam7-7.9.1 → gam7-7.9.2}/src/gam-install.sh +0 -0
  97. {gam7-7.9.1 → gam7-7.9.2}/src/gam-setup.bat +0 -0
  98. {gam7-7.9.1 → gam7-7.9.2}/src/gam.exe.manifest +0 -0
  99. {gam7-7.9.1 → gam7-7.9.2}/src/gam.py +0 -0
  100. {gam7-7.9.1 → gam7-7.9.2}/src/gam.spec +0 -0
  101. {gam7-7.9.1 → gam7-7.9.2}/src/gam.wxs +0 -0
  102. {gam7-7.9.1 → gam7-7.9.2}/src/license.rtf +0 -0
  103. {gam7-7.9.1 → gam7-7.9.2}/src/requirements-dev.txt +0 -0
  104. {gam7-7.9.1 → gam7-7.9.2}/src/requirements.txt +0 -0
  105. {gam7-7.9.1 → gam7-7.9.2}/src/setup.cfg +0 -0
  106. {gam7-7.9.1 → gam7-7.9.2}/src/setup.py +0 -0
  107. {gam7-7.9.1 → gam7-7.9.2}/src/tools/a_atleast_b.py +0 -0
  108. {gam7-7.9.1 → gam7-7.9.2}/src/tools/gen-wix-xml-filelist.py +0 -0
  109. {gam7-7.9.1 → gam7-7.9.2}/src/tools/mkGamRef.py +0 -0
  110. {gam7-7.9.1 → gam7-7.9.2}/src/tools/openssl.props +0 -0
  111. {gam7-7.9.1 → gam7-7.9.2}/src/version_info.txt.in +0 -0
  112. {gam7-7.9.1 → gam7-7.9.2}/wiki/00scratch.md +0 -0
  113. {gam7-7.9.1 → gam7-7.9.2}/wiki/Addresses.md +0 -0
  114. {gam7-7.9.1 → gam7-7.9.2}/wiki/Administrators.md +0 -0
  115. {gam7-7.9.1 → gam7-7.9.2}/wiki/Alert-Center.md +0 -0
  116. {gam7-7.9.1 → gam7-7.9.2}/wiki/Aliases.md +0 -0
  117. {gam7-7.9.1 → gam7-7.9.2}/wiki/Authorization.md +0 -0
  118. {gam7-7.9.1 → gam7-7.9.2}/wiki/BNF-Syntax.md +0 -0
  119. {gam7-7.9.1 → gam7-7.9.2}/wiki/Basic-Items.md +0 -0
  120. {gam7-7.9.1 → gam7-7.9.2}/wiki/Bulk-Processing.md +0 -0
  121. {gam7-7.9.1 → gam7-7.9.2}/wiki/CSV-Input-Filtering.md +0 -0
  122. {gam7-7.9.1 → gam7-7.9.2}/wiki/CSV-Output-Filtering.md +0 -0
  123. {gam7-7.9.1 → gam7-7.9.2}/wiki/CSV-Special-Characters.md +0 -0
  124. {gam7-7.9.1 → gam7-7.9.2}/wiki/Calendars-Access.md +0 -0
  125. {gam7-7.9.1 → gam7-7.9.2}/wiki/Calendars-Events.md +0 -0
  126. {gam7-7.9.1 → gam7-7.9.2}/wiki/Calendars.md +0 -0
  127. {gam7-7.9.1 → gam7-7.9.2}/wiki/Chat-Bot.md +0 -0
  128. {gam7-7.9.1 → gam7-7.9.2}/wiki/Chrome-AUE-Counts.md +0 -0
  129. {gam7-7.9.1 → gam7-7.9.2}/wiki/Chrome-Browser-Cloud-Management.md +0 -0
  130. {gam7-7.9.1 → gam7-7.9.2}/wiki/Chrome-Installed-Apps.md +0 -0
  131. {gam7-7.9.1 → gam7-7.9.2}/wiki/Chrome-Needs-Attention-Counts.md +0 -0
  132. {gam7-7.9.1 → gam7-7.9.2}/wiki/Chrome-Printers.md +0 -0
  133. {gam7-7.9.1 → gam7-7.9.2}/wiki/Chrome-Profile-Management.md +0 -0
  134. {gam7-7.9.1 → gam7-7.9.2}/wiki/Chrome-Version-Counts.md +0 -0
  135. {gam7-7.9.1 → gam7-7.9.2}/wiki/Chrome-Version-History.md +0 -0
  136. {gam7-7.9.1 → gam7-7.9.2}/wiki/ChromeOS-Devices.md +0 -0
  137. {gam7-7.9.1 → gam7-7.9.2}/wiki/Classroom-Courses.md +0 -0
  138. {gam7-7.9.1 → gam7-7.9.2}/wiki/Classroom-Guardians.md +0 -0
  139. {gam7-7.9.1 → gam7-7.9.2}/wiki/Classroom-Invitations.md +0 -0
  140. {gam7-7.9.1 → gam7-7.9.2}/wiki/Classroom-Membership.md +0 -0
  141. {gam7-7.9.1 → gam7-7.9.2}/wiki/Cloud-Channel.md +0 -0
  142. {gam7-7.9.1 → gam7-7.9.2}/wiki/Cloud-Identity-Devices.md +0 -0
  143. {gam7-7.9.1 → gam7-7.9.2}/wiki/Cloud-Identity-Groups-Membership.md +0 -0
  144. {gam7-7.9.1 → gam7-7.9.2}/wiki/Cloud-Identity-Groups.md +0 -0
  145. {gam7-7.9.1 → gam7-7.9.2}/wiki/Cloud-Identity-Policies.md +0 -0
  146. {gam7-7.9.1 → gam7-7.9.2}/wiki/Cloud-Storage.md +0 -0
  147. {gam7-7.9.1 → gam7-7.9.2}/wiki/Collections-of-ChromeOS-Devices.md +0 -0
  148. {gam7-7.9.1 → gam7-7.9.2}/wiki/Collections-of-Items.md +0 -0
  149. {gam7-7.9.1 → gam7-7.9.2}/wiki/Collections-of-Users.md +0 -0
  150. {gam7-7.9.1 → gam7-7.9.2}/wiki/Command-Data-From-Google-Docs-Sheets-Storage.md +0 -0
  151. {gam7-7.9.1 → gam7-7.9.2}/wiki/Command-Line-Parsing.md +0 -0
  152. {gam7-7.9.1 → gam7-7.9.2}/wiki/Command-Logging-Progress.md +0 -0
  153. {gam7-7.9.1 → gam7-7.9.2}/wiki/Context-Aware-Access-Levels.md +0 -0
  154. {gam7-7.9.1 → gam7-7.9.2}/wiki/Customer.md +0 -0
  155. {gam7-7.9.1 → gam7-7.9.2}/wiki/Domain-People-Contacts-Profiles.md +0 -0
  156. {gam7-7.9.1 → gam7-7.9.2}/wiki/Domain-SharedContacts.md +0 -0
  157. {gam7-7.9.1 → gam7-7.9.2}/wiki/Domains-Verification.md +0 -0
  158. {gam7-7.9.1 → gam7-7.9.2}/wiki/Domains.md +0 -0
  159. {gam7-7.9.1 → gam7-7.9.2}/wiki/Downloads-Installs.md +0 -0
  160. {gam7-7.9.1 → gam7-7.9.2}/wiki/Drive-File-Selection.md +0 -0
  161. {gam7-7.9.1 → gam7-7.9.2}/wiki/Drive-Items.md +0 -0
  162. {gam7-7.9.1 → gam7-7.9.2}/wiki/Drive-REST-API-v3.md +0 -0
  163. {gam7-7.9.1 → gam7-7.9.2}/wiki/Email-Audit-Monitor.md +0 -0
  164. {gam7-7.9.1 → gam7-7.9.2}/wiki/Find-File-Owner.md +0 -0
  165. {gam7-7.9.1 → gam7-7.9.2}/wiki/GAM-Public-Chat-Room.md +0 -0
  166. {gam7-7.9.1 → gam7-7.9.2}/wiki/GAM-Return-Codes.md +0 -0
  167. {gam7-7.9.1 → gam7-7.9.2}/wiki/GAM-with-minimal-GCP-rights.md +0 -0
  168. {gam7-7.9.1 → gam7-7.9.2}/wiki/GAM7-on-Android-Devices.md +0 -0
  169. {gam7-7.9.1 → gam7-7.9.2}/wiki/GAM7-on-Chrome-OS-Devices.md +0 -0
  170. {gam7-7.9.1 → gam7-7.9.2}/wiki/Google-Data-Transfers.md +0 -0
  171. {gam7-7.9.1 → gam7-7.9.2}/wiki/Google-Network-Addresses.md +0 -0
  172. {gam7-7.9.1 → gam7-7.9.2}/wiki/Groups-Membership.md +0 -0
  173. {gam7-7.9.1 → gam7-7.9.2}/wiki/Groups.md +0 -0
  174. {gam7-7.9.1 → gam7-7.9.2}/wiki/HTTPS-Proxy.md +0 -0
  175. {gam7-7.9.1 → gam7-7.9.2}/wiki/Home.md +0 -0
  176. {gam7-7.9.1 → gam7-7.9.2}/wiki/How-to-Install-GAM7.md +0 -0
  177. {gam7-7.9.1 → gam7-7.9.2}/wiki/How-to-Uninstall-GAM7.md +0 -0
  178. {gam7-7.9.1 → gam7-7.9.2}/wiki/How-to-Update-GAM7.md +0 -0
  179. {gam7-7.9.1 → gam7-7.9.2}/wiki/How-to-Upgrade-GAMADV-XTD3-to-GAM7.md +0 -0
  180. {gam7-7.9.1 → gam7-7.9.2}/wiki/Inbound-SSO.md +0 -0
  181. {gam7-7.9.1 → gam7-7.9.2}/wiki/Install-GAM-as-Python-Library.md +0 -0
  182. {gam7-7.9.1 → gam7-7.9.2}/wiki/Licenses.md +0 -0
  183. {gam7-7.9.1 → gam7-7.9.2}/wiki/List-Items.md +0 -0
  184. {gam7-7.9.1 → gam7-7.9.2}/wiki/List.md +0 -0
  185. {gam7-7.9.1 → gam7-7.9.2}/wiki/Meta-Commands-and-File-Redirection.md +0 -0
  186. {gam7-7.9.1 → gam7-7.9.2}/wiki/Mobile-Devices.md +0 -0
  187. {gam7-7.9.1 → gam7-7.9.2}/wiki/Organizational-Units.md +0 -0
  188. {gam7-7.9.1 → gam7-7.9.2}/wiki/Other-Resources.md +0 -0
  189. {gam7-7.9.1 → gam7-7.9.2}/wiki/Permission-Matches.md +0 -0
  190. {gam7-7.9.1 → gam7-7.9.2}/wiki/Python-Regular-Expressions.md +0 -0
  191. {gam7-7.9.1 → gam7-7.9.2}/wiki/README.md +0 -0
  192. {gam7-7.9.1 → gam7-7.9.2}/wiki/Rclone.md +0 -0
  193. {gam7-7.9.1 → gam7-7.9.2}/wiki/Reports.md +0 -0
  194. {gam7-7.9.1 → gam7-7.9.2}/wiki/Reseller.md +0 -0
  195. {gam7-7.9.1 → gam7-7.9.2}/wiki/Resources.md +0 -0
  196. {gam7-7.9.1 → gam7-7.9.2}/wiki/Running-GAM7-securely-on-a-Google-Compute-Engine.md +0 -0
  197. {gam7-7.9.1 → gam7-7.9.2}/wiki/SSL-Root-CA-Certificates.md +0 -0
  198. {gam7-7.9.1 → gam7-7.9.2}/wiki/Schemas.md +0 -0
  199. {gam7-7.9.1 → gam7-7.9.2}/wiki/Scripts.md +0 -0
  200. {gam7-7.9.1 → gam7-7.9.2}/wiki/Send-Email.md +0 -0
  201. {gam7-7.9.1 → gam7-7.9.2}/wiki/Shared-Drives.md +0 -0
  202. {gam7-7.9.1 → gam7-7.9.2}/wiki/Sites.md +0 -0
  203. {gam7-7.9.1 → gam7-7.9.2}/wiki/Tag-Replace.md +0 -0
  204. {gam7-7.9.1 → gam7-7.9.2}/wiki/Todrive.md +0 -0
  205. {gam7-7.9.1 → gam7-7.9.2}/wiki/Unmanaged-Accounts.md +0 -0
  206. {gam7-7.9.1 → gam7-7.9.2}/wiki/Upgrade-Benefits.md +0 -0
  207. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Analytics-Admin.md +0 -0
  208. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Application-Specific-Passwords.md +0 -0
  209. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Backup-Verification-Codes.md +0 -0
  210. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Calendars-Access.md +0 -0
  211. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Calendars-Events.md +0 -0
  212. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Calendars.md +0 -0
  213. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Chat.md +0 -0
  214. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Classification-Labels.md +0 -0
  215. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Classroom-Profile.md +0 -0
  216. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Contacts-Delegates.md +0 -0
  217. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Contacts.md +0 -0
  218. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Deprovision.md +0 -0
  219. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Drive-Activity-Settings.md +0 -0
  220. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Drive-Cleanup.md +0 -0
  221. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Drive-Comments.md +0 -0
  222. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Drive-Copy-Move.md +0 -0
  223. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Drive-Files-Display.md +0 -0
  224. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Drive-Files-Manage.md +0 -0
  225. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Drive-Orphans.md +0 -0
  226. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Drive-Ownership.md +0 -0
  227. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Drive-Permissions.md +0 -0
  228. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Drive-Query.md +0 -0
  229. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Drive-Revisions.md +0 -0
  230. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Drive-Shortcuts.md +0 -0
  231. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Drive-Transfer.md +0 -0
  232. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Forms.md +0 -0
  233. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Gmail-CSE.md +0 -0
  234. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Gmail-Delegates.md +0 -0
  235. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Gmail-Filters.md +0 -0
  236. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Gmail-Forwarding.md +0 -0
  237. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Gmail-Labels.md +0 -0
  238. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Gmail-Messages-Threads.md +0 -0
  239. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Gmail-Profile.md +0 -0
  240. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Gmail-S-MIME.md +0 -0
  241. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Gmail-Send-As-Signature-Vacation.md +0 -0
  242. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Gmail-Settings.md +0 -0
  243. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Group-Membership.md +0 -0
  244. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Keep-Notes.md +0 -0
  245. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Looker-Studio.md +0 -0
  246. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Meet.md +0 -0
  247. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-People-Contacts-Profiles.md +0 -0
  248. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Photo.md +0 -0
  249. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Profile-Photo.md +0 -0
  250. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Profile-Sharing.md +0 -0
  251. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Shared-Drives.md +0 -0
  252. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Signout-Turnoff2SV.md +0 -0
  253. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Spreadsheets.md +0 -0
  254. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Tasks.md +0 -0
  255. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-Tokens.md +0 -0
  256. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users-YouTube.md +0 -0
  257. {gam7-7.9.1 → gam7-7.9.2}/wiki/Users.md +0 -0
  258. {gam7-7.9.1 → gam7-7.9.2}/wiki/Using-GAM7-with-a-YubiKey.md +0 -0
  259. {gam7-7.9.1 → gam7-7.9.2}/wiki/Using-GAM7-with-a-delegated-admin-service-account.md +0 -0
  260. {gam7-7.9.1 → gam7-7.9.2}/wiki/Vault-Takeout.md +0 -0
  261. {gam7-7.9.1 → gam7-7.9.2}/wiki/Verifying-a-GAM7-Build-is-Legitimate-and-Official.md +0 -0
  262. {gam7-7.9.1 → gam7-7.9.2}/wiki/_Sidebar.md +0 -0
  263. {gam7-7.9.1 → gam7-7.9.2}/wiki/gam.cfg.md +0 -0
  264. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-AdminSettingsExamples.md +0 -0
  265. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Android-Installation.md +0 -0
  266. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-BulkOperations.md +0 -0
  267. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-CalendarExamples.md +0 -0
  268. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Chat-Bot.md +0 -0
  269. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Chrome-Browser-Management.md +0 -0
  270. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Chrome-OS-Installation.md +0 -0
  271. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Chrome-Policy-Settings.md +0 -0
  272. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Cloud-Identity-Groups.md +0 -0
  273. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Command-Reference-Calendar-Resources.md +0 -0
  274. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Command-Reference-Calendars.md +0 -0
  275. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Command-Reference-Definitions.md +0 -0
  276. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Command-Reference-Drive.md +0 -0
  277. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Command-Reference-Email.md +0 -0
  278. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Command-Reference-Group-Attributes.md +0 -0
  279. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Command-Reference-Groups.md +0 -0
  280. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Command-Reference-Users.md +0 -0
  281. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Context-Aware-Access-Levels.md +0 -0
  282. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Creating-client_secrets.json-and-oauth2service.json.md +0 -0
  283. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-CreatingClientSecretsFile.md +0 -0
  284. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Custom-Schemas.md +0 -0
  285. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Data-Transfers.md +0 -0
  286. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-DomainVerification.md +0 -0
  287. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-ExamplesAccountAuditing.md +0 -0
  288. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-ExamplesCSV.md +0 -0
  289. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-ExamplesEmailSettings.md +0 -0
  290. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-ExamplesOrganizations.md +0 -0
  291. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-GAM-Discussion-Group.md +0 -0
  292. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-GAM-on-Android-and-Chrome-OS.md +0 -0
  293. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-GAM-options-files.md +0 -0
  294. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-GAM-with--minimal-GCP-rights.md +0 -0
  295. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-GAM3CSVListings.md +0 -0
  296. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-GAM3DirectoryCommands.md +0 -0
  297. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-GAM3GroupSettings.md +0 -0
  298. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-GAM7-FAQ.md +0 -0
  299. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Google-Vault---Takeout-Commands.md +0 -0
  300. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-GoogleDriveManagement.md +0 -0
  301. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Grouping-18-or-Older-Users.md +0 -0
  302. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Home.md +0 -0
  303. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-How-to-upgrade-from-Standard-GAM.md +0 -0
  304. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Inbound-SSO-Settings.md +0 -0
  305. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-LicenseExamples.md +0 -0
  306. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Managing-Admins.md +0 -0
  307. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Managing-CloudPrint-Printers.md +0 -0
  308. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Managing-Devices.md +0 -0
  309. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Managing-Google-Classroom.md +0 -0
  310. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-OAuthKeyManagement.md +0 -0
  311. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Printers.md +0 -0
  312. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-ResellerCommands.md +0 -0
  313. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Running-GAM-on-Google-Compute-Engine-(GCE)-Securely.md +0 -0
  314. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-SecurityExamples.md +0 -0
  315. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-UnmanagedUsersExamples.md +0 -0
  316. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Use-a-Yubikey.md +0 -0
  317. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-Using-GAM-with-a-delegated-admin-service-account-(DASA).md +0 -0
  318. {gam7-7.9.1 → gam7-7.9.2}/wiki/l-_Footer.md +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gam7
3
- Version: 7.9.1
3
+ Version: 7.9.2
4
4
  Summary: CLI tool to manage Google Workspace
5
5
  Project-URL: Homepage, https://github.com/GAM-team/GAM
6
6
  Project-URL: Issues, https://github.com/GAM-team/GAM/issues
@@ -2725,6 +2725,7 @@ gam print chromschemas [todrive <ToDriveAttribute>*]
2725
2725
  <ChromePolicySchemaFieldName>* [fields <ChromePolicySchemaFieldNameList>]
2726
2726
  [[formatjson [quotechar <Character>]]
2727
2727
 
2728
+ gam info chromeschema std <SchemaName>
2728
2729
  gam show chromeschemas std
2729
2730
  [filter <String>]
2730
2731
 
@@ -1,3 +1,9 @@
1
+ 7.09.02
2
+
3
+ Added command `gam info chromeschema std <SchemaName>` to display a Chrome policy schema in the same format as Legacy GAM.
4
+
5
+ Improved output of `gam show chromeschemas [std]` and `gam info chromeschema [std]` to more accurately display the schemas.
6
+
1
7
  7.09.01
2
8
 
3
9
  Fixed bug in `gam <UserTypeEntity> print diskusage` where the `ownedByMe` column was
@@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki
25
25
  """
26
26
 
27
27
  __author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
28
- __version__ = '7.09.01'
28
+ __version__ = '7.09.02'
29
29
  __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
30
30
 
31
31
  #pylint: disable=wrong-import-position
@@ -25947,7 +25947,7 @@ def exitIfChatNotConfigured(chat, kvList, errMsg, i, count):
25947
25947
  if (('No bot associated with this project.' in errMsg) or
25948
25948
  ('Invalid project number.' in errMsg) or
25949
25949
  ('Google Chat app not found.' in errMsg)):
25950
- systemErrorExit(API_ACCESS_DENIED_RC, Msg.TO_SET_UP_GOOGLE_CHAT.format(setupChatURL(chat)))
25950
+ systemErrorExit(API_ACCESS_DENIED_RC, Msg.TO_SET_UP_GOOGLE_CHAT.format(setupChatURL(chat), GM.Globals[GM.OAUTH2SERVICE_JSON_DATA]['project_id']))
25951
25951
  entityActionFailedWarning(kvList, errMsg, i, count)
25952
25952
 
25953
25953
  def _getChatAdminAccess(adminAPI, userAPI):
@@ -28119,7 +28119,9 @@ def simplifyChromeSchema(schema):
28119
28119
  }
28120
28120
  fieldDescriptions = schema['fieldDescriptions']
28121
28121
  savedSettingName = ''
28122
+ savedTypeName = ''
28122
28123
  for mtype in schema['definition']['messageType']:
28124
+ numSettings = len(mtype['field'])
28123
28125
  for setting in mtype['field']:
28124
28126
  setting_name = setting['name']
28125
28127
  setting_dict = {'name': setting_name,
@@ -28127,9 +28129,9 @@ def simplifyChromeSchema(schema):
28127
28129
  'descriptions': [],
28128
28130
  'type': setting['type'],
28129
28131
  }
28130
- if setting_dict['type'] == 'TYPE_INT64' and savedSettingName:
28132
+ if mtype['name'] == savedTypeName and numSettings == 1:
28131
28133
  setting_dict['name'] = savedSettingName
28132
- savedSettingName = ''
28134
+ savedTypeName = ''
28133
28135
  if setting_dict['type'] == 'TYPE_STRING' and setting.get('label') == 'LABEL_REPEATED':
28134
28136
  setting_dict['type'] = 'TYPE_LIST'
28135
28137
  if setting_dict['type'] == 'TYPE_ENUM':
@@ -28152,6 +28154,7 @@ def simplifyChromeSchema(schema):
28152
28154
  break
28153
28155
  elif setting_dict['type'] == 'TYPE_MESSAGE':
28154
28156
  savedSettingName = setting_name
28157
+ savedTypeName = setting['typeName']
28155
28158
  continue
28156
28159
  else:
28157
28160
  setting_dict['enums'] = None
@@ -28928,7 +28931,7 @@ def _showChromePolicySchema(schema, FJQC, i=0, count=0):
28928
28931
  return
28929
28932
  printEntity([Ent.CHROME_POLICY_SCHEMA, schema['name']], i, count)
28930
28933
  Ind.Increment()
28931
- showJSON(None, schema)
28934
+ showJSON(None, schema, dictObjectsKey={'messageType': 'name', 'field': 'name'})
28932
28935
  Ind.Decrement()
28933
28936
 
28934
28937
  CHROME_POLICY_SCHEMA_FIELDS_CHOICE_MAP = {
@@ -28951,6 +28954,9 @@ CHROME_POLICY_SCHEMA_FIELDS_CHOICE_MAP = {
28951
28954
  # [formatjson]
28952
28955
  def doInfoChromePolicySchemas():
28953
28956
  cp = buildGAPIObject(API.CHROMEPOLICY)
28957
+ if checkArgumentPresent('std'):
28958
+ doInfoChromePolicySchemasStd(cp)
28959
+ return
28954
28960
  FJQC = FormatJSONQuoteChar()
28955
28961
  fieldsList = []
28956
28962
  name = _getChromePolicySchemaName()
@@ -28979,7 +28985,7 @@ def doInfoChromePolicySchemas():
28979
28985
  # [filter <String>]
28980
28986
  # <ChromePolicySchemaFieldName>* [fields <ChromePolicySchemaFieldNameList>]
28981
28987
  # [[formatjson [quotechar <Character>]]
28982
- def doPrintShowChromeSchemas():
28988
+ def doPrintShowChromePolicySchemas():
28983
28989
  def _printChromePolicySchema(schema):
28984
28990
  row = flattenJSON(schema)
28985
28991
  if not FJQC.formatJSON:
@@ -28993,10 +28999,12 @@ def doPrintShowChromeSchemas():
28993
28999
  row['JSON'] = json.dumps(cleanJSON(schema), ensure_ascii=False, sort_keys=True)
28994
29000
  csvPF.WriteRowNoFilter(row)
28995
29001
 
28996
- if checkArgumentPresent('std'):
28997
- doShowChromeSchemasStd()
28998
- return
28999
29002
  cp = buildGAPIObject(API.CHROMEPOLICY)
29003
+ if checkArgumentPresent('std'):
29004
+ if not Act.csvFormat():
29005
+ doShowChromePolicySchemasStd(cp)
29006
+ return
29007
+ unknownArgumentExit()
29000
29008
  parent = _getCustomersCustomerIdWithC()
29001
29009
  csvPF = CSVPrintFile(['name', 'schemaName', 'policyDescription',
29002
29010
  'policyApiLifecycle.policyApiLifecycleStage',
@@ -29056,9 +29064,51 @@ def doPrintShowChromeSchemas():
29056
29064
  if csvPF:
29057
29065
  csvPF.writeCSVfile('Chrome Policy Schemas')
29058
29066
 
29067
+ def _showChromePolicySchemaStd(schema):
29068
+ printKeyValueList([f'{schema.get("name")}', f'{schema.get("description")}'])
29069
+ Ind.Increment()
29070
+ for val in schema['settings'].values():
29071
+ vtype = val.get('type')
29072
+ printKeyValueList([f'{val.get("name")}', f'{vtype}'])
29073
+ Ind.Increment()
29074
+ if vtype == 'TYPE_ENUM':
29075
+ enums = val.get('enums', [])
29076
+ descriptions = val.get('descriptions', [])
29077
+ for i in range(len(val.get('enums', []))):
29078
+ printKeyValueList([f'{enums[i]}', f'{descriptions[i]}'])
29079
+ elif vtype == 'TYPE_BOOL':
29080
+ pvs = val.get('descriptions')
29081
+ for pvi in pvs:
29082
+ if isinstance(pvi, dict):
29083
+ pvalue = pvi.get('value')
29084
+ pdescription = pvi.get('description')
29085
+ printKeyValueList([f'{pvalue}', f'{pdescription}'])
29086
+ elif isinstance(pvi, list):
29087
+ printKeyValueList([f'{pvi[0]}'])
29088
+ else:
29089
+ description = val.get('descriptions')
29090
+ if len(description) > 0:
29091
+ printKeyValueList([f'{description[0]}'])
29092
+ Ind.Decrement()
29093
+ Ind.Decrement()
29094
+
29095
+ # gam info chromeschema std <SchemaName>
29096
+ def doInfoChromePolicySchemasStd(cp):
29097
+ name = _getChromePolicySchemaName()
29098
+ checkForExtraneousArguments()
29099
+ try:
29100
+ schema = callGAPI(cp.customers().policySchemas(), 'get',
29101
+ throwReasons=[GAPI.NOT_FOUND, GAPI.BAD_REQUEST, GAPI.FORBIDDEN],
29102
+ name=name)
29103
+ _, schema_dict = simplifyChromeSchema(schema)
29104
+ _showChromePolicySchemaStd(schema_dict)
29105
+ except GAPI.notFound:
29106
+ entityUnknownWarning(Ent.CHROME_POLICY_SCHEMA, name)
29107
+ except (GAPI.badRequest, GAPI.forbidden):
29108
+ accessErrorExit(None)
29109
+
29059
29110
  # gam show chromeschemas std [filter <String>]
29060
- def doShowChromeSchemasStd():
29061
- cp = buildGAPIObject(API.CHROMEPOLICY)
29111
+ def doShowChromePolicySchemasStd(cp):
29062
29112
  sfilter = None
29063
29113
  while Cmd.ArgumentsRemaining():
29064
29114
  myarg = getArgument()
@@ -29074,33 +29124,8 @@ def doShowChromeSchemasStd():
29074
29124
  for schema in result:
29075
29125
  schema_name, schema_dict = simplifyChromeSchema(schema)
29076
29126
  schemas[schema_name.lower()] = schema_dict
29077
- for _, value in sorted(iter(schemas.items())):
29078
- printKeyValueList([f'{value.get("name")}', f'{value.get("description")}'])
29079
- Ind.Increment()
29080
- for val in value['settings'].values():
29081
- vtype = val.get('type')
29082
- printKeyValueList([f'{val.get("name")}', f'{vtype}'])
29083
- Ind.Increment()
29084
- if vtype == 'TYPE_ENUM':
29085
- enums = val.get('enums', [])
29086
- descriptions = val.get('descriptions', [])
29087
- for i in range(len(val.get('enums', []))):
29088
- printKeyValueList([f'{enums[i]}', f'{descriptions[i]}'])
29089
- elif vtype == 'TYPE_BOOL':
29090
- pvs = val.get('descriptions')
29091
- for pvi in pvs:
29092
- if isinstance(pvi, dict):
29093
- pvalue = pvi.get('value')
29094
- pdescription = pvi.get('description')
29095
- printKeyValueList([f'{pvalue}', f'{pdescription}'])
29096
- elif isinstance(pvi, list):
29097
- printKeyValueList([f'{pvi[0]}'])
29098
- else:
29099
- description = val.get('descriptions')
29100
- if len(description) > 0:
29101
- printKeyValueList([f'{description[0]}'])
29102
- Ind.Decrement()
29103
- Ind.Decrement()
29127
+ for _, schema in sorted(iter(schemas.items())):
29128
+ _showChromePolicySchemaStd(schema)
29104
29129
  printBlankLine()
29105
29130
 
29106
29131
  # gam create chromenetwork
@@ -76137,7 +76162,7 @@ MAIN_COMMANDS_WITH_OBJECTS = {
76137
76162
  Cmd.ARG_CHROMENEEDSATTN: doPrintShowChromeNeedsAttn,
76138
76163
  Cmd.ARG_CHROMEPOLICY: doPrintShowChromePolicies,
76139
76164
  Cmd.ARG_CHROMEPROFILE: doPrintShowChromeProfiles,
76140
- Cmd.ARG_CHROMESCHEMA: doPrintShowChromeSchemas,
76165
+ Cmd.ARG_CHROMESCHEMA: doPrintShowChromePolicySchemas,
76141
76166
  Cmd.ARG_CHROMESNVALIDITY: doPrintChromeSnValidity,
76142
76167
  Cmd.ARG_CHROMEVERSIONS: doPrintShowChromeVersions,
76143
76168
  Cmd.ARG_CIGROUP: doPrintCIGroups,
@@ -76269,7 +76294,7 @@ MAIN_COMMANDS_WITH_OBJECTS = {
76269
76294
  Cmd.ARG_CHROMENEEDSATTN: doPrintShowChromeNeedsAttn,
76270
76295
  Cmd.ARG_CHROMEPOLICY: doPrintShowChromePolicies,
76271
76296
  Cmd.ARG_CHROMEPROFILE: doPrintShowChromeProfiles,
76272
- Cmd.ARG_CHROMESCHEMA: doPrintShowChromeSchemas,
76297
+ Cmd.ARG_CHROMESCHEMA: doPrintShowChromePolicySchemas,
76273
76298
  Cmd.ARG_CHROMEVERSIONS: doPrintShowChromeVersions,
76274
76299
  Cmd.ARG_CIGROUPMEMBERS: doShowCIGroupMembers,
76275
76300
  Cmd.ARG_CIPOLICY: doPrintShowCIPolicies,
@@ -551,7 +551,7 @@ chrome.devices.AutoUpdateSettings: Auto-update settings.
551
551
  SUNDAY:
552
552
  hours: TYPE_INT32
553
553
  minutes: TYPE_INT32
554
- displayName: TYPE_STRING
554
+ selectedVersion: TYPE_STRING
555
555
  chromeosVersion: TYPE_STRING
556
556
  aueWarningPeriodDays: TYPE_INT64
557
557
  warningPeriodDays: TYPE_INT64
@@ -907,7 +907,7 @@ chrome.devices.DeviceWilcoDtc: Dell SupportAssist.
907
907
  installSupportAssistApp: TYPE_BOOL
908
908
  true: Force-install the Dell SupportAssist app for Dell devices.
909
909
  false: Do not automatically install the Dell SupportAssist app.
910
- downloadUri: TYPE_STRING
910
+ deviceWilcoDtcConfiguration: TYPE_STRING
911
911
 
912
912
  chrome.devices.DisabledDeviceReturnInstructions: Disabled device return instructions.
913
913
  deviceDisabledMessage: TYPE_STRING
@@ -964,7 +964,7 @@ chrome.devices.EnableReportDeviceUsers: Report device user tracking.
964
964
  false: Disable tracking recent users.
965
965
 
966
966
  chrome.devices.EnableReportUploadFrequency: Device status report upload frequency.
967
- duration: TYPE_STRING
967
+ reportDeviceUploadFrequency: TYPE_STRING
968
968
 
969
969
  chrome.devices.EnableReportUploadFrequencyV2: Device status report upload frequency.
970
970
  reportDeviceUploadFrequency: TYPE_INT64
@@ -998,7 +998,7 @@ chrome.devices.Imprivata: Imprivata login screen integration.
998
998
  IMPRIVATA_EXTENSION_VERSION_M86: Pinned to v2 (Compatible with Chrome 86+).
999
999
  IMPRIVATA_EXTENSION_VERSION_3: Pinned to v3 (Compatible with Chrome 97+).
1000
1000
  IMPRIVATA_EXTENSION_VERSION_4: Pinned to v4 (Compatible with Chrome 118+).
1001
- downloadUri: TYPE_STRING
1001
+ imprivataExtensionConfiguration: TYPE_STRING
1002
1002
 
1003
1003
  chrome.devices.InactiveDeviceNotifications: Inactive device notifications.
1004
1004
  notificationEnabled: TYPE_BOOL
@@ -1023,7 +1023,7 @@ chrome.devices.kiosk.AcPowerSettings: AC Kiosk power settings.
1023
1023
  IDLE_ACTION_LOGOUT: Logout.
1024
1024
  IDLE_ACTION_SHUTDOWN: Shutdown.
1025
1025
  IDLE_ACTION_DO_NOTHING: Do nothing.
1026
- duration: TYPE_STRING
1026
+ acScreenOffTimeout: TYPE_STRING
1027
1027
 
1028
1028
  chrome.devices.kiosk.AcPowerSettingsV2: AC Kiosk power settings.
1029
1029
  acIdleAction: TYPE_ENUM
@@ -1113,7 +1113,7 @@ chrome.devices.kiosk.BatteryPowerSettings: Battery Kiosk power settings.
1113
1113
  IDLE_ACTION_LOGOUT: Logout.
1114
1114
  IDLE_ACTION_SHUTDOWN: Shutdown.
1115
1115
  IDLE_ACTION_DO_NOTHING: Do nothing.
1116
- duration: TYPE_STRING
1116
+ batteryScreenOffTimeout: TYPE_STRING
1117
1117
 
1118
1118
  chrome.devices.kiosk.BatteryPowerSettingsV2: Battery Kiosk power settings.
1119
1119
  batteryIdleAction: TYPE_ENUM
@@ -1581,7 +1581,7 @@ chrome.devices.managedguest.AutoplayAllowlist: Autoplay video.
1581
1581
  Allowed URLs. URL patterns allowed to autoplay. Prefix domain with [*.] to include all subdomains. Use * to allow all domains.
1582
1582
 
1583
1583
  chrome.devices.managedguest.Avatar: Custom avatar.
1584
- downloadUri: TYPE_STRING
1584
+ userAvatarImage: TYPE_STRING
1585
1585
 
1586
1586
  chrome.devices.managedguest.BeforeunloadEventCancelByPreventDefaultEnabled: Behavior of event.preventDefault() for beforeunload event.
1587
1587
  beforeunloadEventCancelByPreventDefaultEnabled: TYPE_ENUM
@@ -1604,7 +1604,7 @@ chrome.devices.managedguest.BrowserHistory: Browser history.
1604
1604
  false: Always save browser history.
1605
1605
 
1606
1606
  chrome.devices.managedguest.BrowsingDataLifetime: Browsing Data Lifetime.
1607
- duration: TYPE_STRING
1607
+ hostedAppDataTtl: TYPE_STRING
1608
1608
 
1609
1609
  chrome.devices.managedguest.BrowsingDataLifetimeV2: Browsing Data Lifetime.
1610
1610
  hostedAppDataTtl: TYPE_INT64
@@ -1690,7 +1690,7 @@ chrome.devices.managedguest.CursorHighlightEnabled: Cursor highlight.
1690
1690
  TRUE: Enable cursor highlight.
1691
1691
 
1692
1692
  chrome.devices.managedguest.CustomTermsOfService: Custom terms of service.
1693
- downloadUri: TYPE_STRING
1693
+ termsOfServiceUrl: TYPE_STRING
1694
1694
 
1695
1695
  chrome.devices.managedguest.DataLeakPreventionReportingEnabled: Data controls reporting.
1696
1696
  dataLeakPreventionReportingEnabled: TYPE_BOOL
@@ -2111,7 +2111,7 @@ chrome.devices.managedguest.IdleSettingsExtended: Idle settings.
2111
2111
  UNSET: Allow user to configure.
2112
2112
  FALSE: Don't lock screen.
2113
2113
  TRUE: Lock screen.
2114
- duration: TYPE_INT64
2114
+ screenLockDelayBattery: TYPE_INT64
2115
2115
 
2116
2116
  chrome.devices.managedguest.IncognitoMode: Incognito mode.
2117
2117
  incognitoModeAvailability: TYPE_ENUM
@@ -2301,7 +2301,7 @@ chrome.devices.managedguest.ManagedGuestSessionV2: Managed guest session.
2301
2301
  ROTATE_270: 270 degrees.
2302
2302
 
2303
2303
  chrome.devices.managedguest.MaxInvalidationFetchDelay: Policy fetch delay.
2304
- duration: TYPE_STRING
2304
+ maxInvalidationFetchDelay: TYPE_STRING
2305
2305
 
2306
2306
  chrome.devices.managedguest.MaxInvalidationFetchDelayV2: Policy fetch delay.
2307
2307
  maxInvalidationFetchDelay: TYPE_INT64
@@ -2528,7 +2528,7 @@ chrome.devices.managedguest.PrintingPinDefault: Default PIN printing mode.
2528
2528
  DEFAULT_TO_NOT_PIN_PRINTING: Without PIN.
2529
2529
 
2530
2530
  chrome.devices.managedguest.PrintJobHistoryExpirationPeriodNew: Print job history retention period.
2531
- duration: TYPE_STRING
2531
+ printJobHistoryExpirationPeriodDaysNew: TYPE_STRING
2532
2532
 
2533
2533
  chrome.devices.managedguest.PrintJobHistoryExpirationPeriodNewV2: Print job history retention period.
2534
2534
  printJobHistoryExpirationPeriodDaysNew: TYPE_INT64
@@ -2540,7 +2540,7 @@ chrome.devices.managedguest.PrintPdfAsImage: Print PDF as image.
2540
2540
  printPdfAsImageDefault: TYPE_BOOL
2541
2541
  true: Default to printing PDFs as images when available.
2542
2542
  false: Default to printing PDFs without being rasterized.
2543
- value: TYPE_INT64
2543
+ printRasterizePdfDpi: TYPE_INT64
2544
2544
 
2545
2545
  chrome.devices.managedguest.PrivacyScreenEnabled: Privacy screen.
2546
2546
  privacyScreenEnabled: TYPE_ENUM
@@ -2710,7 +2710,7 @@ chrome.devices.managedguest.ScreensaverLockScreenEnabled: Screen saver.
2710
2710
  false: Don't display screen saver on lock screen when idle.
2711
2711
  screensaverLockScreenImages: TYPE_LIST
2712
2712
  Screen saver image URLs. Enter one URL per line. Images must be in JPG format(.jpg or .jpeg files.
2713
- duration: TYPE_INT64
2713
+ screensaverLockScreenImageDisplayIntervalSeconds: TYPE_INT64
2714
2714
 
2715
2715
  chrome.devices.managedguest.Screenshot: Screenshot.
2716
2716
  disableScreenshots: TYPE_BOOL
@@ -2736,7 +2736,7 @@ chrome.devices.managedguest.SecurityTokenSessionSettings: Security token removal
2736
2736
  IGNORE: Nothing.
2737
2737
  LOGOUT: Log the user out.
2738
2738
  LOCK: Lock the current session.
2739
- duration: TYPE_STRING
2739
+ securityTokenSessionNotificationSeconds: TYPE_STRING
2740
2740
 
2741
2741
  chrome.devices.managedguest.SecurityTokenSessionSettingsV2: Security token removal.
2742
2742
  securityTokenSessionBehavior: TYPE_ENUM
@@ -2766,7 +2766,7 @@ chrome.devices.managedguest.ServiceWorkerToControlSrcdocIframeEnabled: Service w
2766
2766
  false: Block service workers from controlling srcdoc iframes.
2767
2767
 
2768
2768
  chrome.devices.managedguest.SessionLength: Maximum user session length.
2769
- duration: TYPE_STRING
2769
+ sessionDurationLimit: TYPE_STRING
2770
2770
 
2771
2771
  chrome.devices.managedguest.SessionLengthV2: Maximum user session length.
2772
2772
  sessionDurationLimit: TYPE_INT64
@@ -3099,7 +3099,7 @@ chrome.devices.managedguest.WaitForInitialUserActivity: Wait for initial user ac
3099
3099
  false: Start power management delays and session length limits at session start.
3100
3100
 
3101
3101
  chrome.devices.managedguest.Wallpaper: Custom wallpaper.
3102
- downloadUri: TYPE_STRING
3102
+ wallpaperImage: TYPE_STRING
3103
3103
 
3104
3104
  chrome.devices.managedguest.WebBluetoothAccess: Web Bluetooth API.
3105
3105
  defaultWebBluetoothGuardSetting: TYPE_ENUM
@@ -3218,7 +3218,7 @@ chrome.devices.RestrictedManagedGuestSessionExtensionCleanupExemptList: Shared a
3218
3218
  Extension IDs. Enter a list of extension IDs. Each extension ID must be exactly 32 characters.
3219
3219
 
3220
3220
  chrome.devices.ScheduledRebootDuration: Reboot after uptime limit.
3221
- duration: TYPE_STRING
3221
+ uptimeLimitDuration: TYPE_STRING
3222
3222
 
3223
3223
  chrome.devices.ScheduledRebootDurationV2: Reboot after uptime limit.
3224
3224
  uptimeLimitDuration: TYPE_INT64
@@ -3229,7 +3229,7 @@ chrome.devices.ShowLowDiskSpaceNotification: Low disk space notification.
3229
3229
  false: Do not show notification when disk space is low.
3230
3230
 
3231
3231
  chrome.devices.SignInKeyboard: Login screen keyboard.
3232
- keyboardIds: TYPE_LIST
3232
+ selections: TYPE_LIST
3233
3233
 
3234
3234
  chrome.devices.SignInLanguage: Sign-in language.
3235
3235
  signInLanguageString: TYPE_STRING
@@ -3257,7 +3257,7 @@ chrome.devices.SignInRestrictionsOffHours: Device off hours.
3257
3257
  minutes: TYPE_INT32
3258
3258
 
3259
3259
  chrome.devices.SignInWallpaperImage: Device wallpaper image.
3260
- downloadUri: TYPE_STRING
3260
+ deviceWallpaperImage: TYPE_STRING
3261
3261
 
3262
3262
  chrome.devices.SsoCameraPermissions: Single sign-on camera permissions.
3263
3263
  loginVideoCaptureAllowedUrls: TYPE_LIST
@@ -3304,7 +3304,7 @@ chrome.devices.Timezone: Timezone.
3304
3304
  IP_ONLY: Always use coarse timezone detection.
3305
3305
  SEND_WIFI_ACCESS_POINTS: Always send wifi access points to server while resolving timezone.
3306
3306
  SEND_ALL_LOCATION_INFO: Send all location information.
3307
- value: TYPE_STRING
3307
+ systemTimezone: TYPE_STRING
3308
3308
 
3309
3309
  chrome.devices.TpmFirmwareUpdate: TPM firmware update.
3310
3310
  tpmFirmwareUpdateEnabled: TYPE_BOOL
@@ -3912,7 +3912,7 @@ chrome.users.appsconfig.ChromeWebStoreBranding: Org name & logo.
3912
3912
  false: Don't customize org name and logo.
3913
3913
  cwsBrandingOrgName: TYPE_STRING
3914
3914
  Organization name displayed. Name to be displayed on your users' custom Web Store.
3915
- downloadUri: TYPE_STRING
3915
+ cwsBrandingOrgLogo: TYPE_STRING
3916
3916
 
3917
3917
  chrome.users.appsconfig.ChromeWebStoreHomepage: Chrome Web Store homepage.
3918
3918
  cwsHomePage: TYPE_ENUM
@@ -3940,7 +3940,7 @@ chrome.users.appsconfig.ChromeWebStoreHomepageBanner: Homepage banner.
3940
3940
  Headline text. The headline text to display on the banner.
3941
3941
  cwsExtensionHomepageBannerDescriptionText: TYPE_STRING
3942
3942
  Description text. The description text to display on the banner.
3943
- downloadUri: TYPE_STRING
3943
+ cwsExtensionHomepageBannerImage: TYPE_STRING
3944
3944
 
3945
3945
  chrome.users.appsconfig.ChromeWebStorePagesAndContent: Pages & content.
3946
3946
  cwsPagesContentCustomizationEnabled: TYPE_BOOL
@@ -4112,13 +4112,13 @@ chrome.users.AutoplayAllowlist: Autoplay video.
4112
4112
  Allowed URLs. URL patterns allowed to autoplay. Prefix domain with [*.] to include all subdomains. Use * to allow all domains.
4113
4113
 
4114
4114
  chrome.users.AutoUpdateCheckPeriodNew: Auto-update check period.
4115
- duration: TYPE_STRING
4115
+ autoUpdateCheckPeriodMinutesNew: TYPE_STRING
4116
4116
 
4117
4117
  chrome.users.AutoUpdateCheckPeriodNewV2: Auto-update check period.
4118
4118
  autoUpdateCheckPeriodMinutesNew: TYPE_INT64
4119
4119
 
4120
4120
  chrome.users.Avatar: Custom avatar.
4121
- downloadUri: TYPE_STRING
4121
+ userAvatarImage: TYPE_STRING
4122
4122
 
4123
4123
  chrome.users.BackForwardCacheEnabled: Back-forward cache.
4124
4124
  backForwardCacheEnabled: TYPE_BOOL
@@ -4201,7 +4201,7 @@ chrome.users.BrowserHistory: Browser history.
4201
4201
  chrome.users.BrowserIdleTimeout: Browser idle timeout.
4202
4202
  idleTimeoutActions: TYPE_LIST
4203
4203
  {'value': 'close_browsers', 'description': 'Close Browsers.'}
4204
- duration: TYPE_INT64
4204
+ idleTimeout: TYPE_INT64
4205
4205
 
4206
4206
  chrome.users.BrowserLabsEnabled: Browser experiments icon in toolbar.
4207
4207
  browserLabsEnabled: TYPE_BOOL
@@ -4238,7 +4238,7 @@ chrome.users.BrowserSwitcherChromePath: Chrome path.
4238
4238
  Path to the Chrome executable. Windows-only. Path to the Chrome executable to launch when switching from the alternative browser to Chrome. If unset, the alternative browser will auto-detect the path to Chrome.
4239
4239
 
4240
4240
  chrome.users.BrowserSwitcherDelayDuration: Delay before launching alternative browser.
4241
- duration: TYPE_STRING
4241
+ browserSwitcherDelayDuration: TYPE_STRING
4242
4242
 
4243
4243
  chrome.users.BrowserSwitcherDelayDurationV2: Delay before launching alternative browser.
4244
4244
  browserSwitcherDelayDuration: TYPE_INT64
@@ -4279,7 +4279,7 @@ chrome.users.BrowserThemeColor: Custom theme color.
4279
4279
  Hex color. Enter a valid hex color, for instance #FFFFFF.
4280
4280
 
4281
4281
  chrome.users.BrowsingDataLifetime: Browsing Data Lifetime.
4282
- duration: TYPE_STRING
4282
+ hostedAppDataTtl: TYPE_STRING
4283
4283
 
4284
4284
  chrome.users.BrowsingDataLifetimeV2: Browsing Data Lifetime.
4285
4285
  hostedAppDataTtl: TYPE_INT64
@@ -4438,7 +4438,7 @@ chrome.users.CloudReporting: Managed browser reporting.
4438
4438
  false: Disable managed browser cloud reporting.
4439
4439
 
4440
4440
  chrome.users.CloudReportingUploadFrequency: Managed browser reporting upload frequency.
4441
- duration: TYPE_STRING
4441
+ cloudReportingUploadFrequency: TYPE_STRING
4442
4442
 
4443
4443
  chrome.users.CloudReportingUploadFrequencyV2: Managed browser reporting upload frequency.
4444
4444
  cloudReportingUploadFrequency: TYPE_INT64
@@ -4561,7 +4561,7 @@ chrome.users.CursorHighlightEnabled: Cursor highlight.
4561
4561
  TRUE: Enable cursor highlight.
4562
4562
 
4563
4563
  chrome.users.CustomTermsOfService: Custom terms of service.
4564
- downloadUri: TYPE_STRING
4564
+ termsOfServiceUrl: TYPE_STRING
4565
4565
 
4566
4566
  chrome.users.DataCompressionProxy: Data compression proxy.
4567
4567
  dataCompressionProxyEnabled: TYPE_ENUM
@@ -4912,7 +4912,7 @@ chrome.users.FElevenKeyModifier: Control the shortcut used to trigger F11.
4912
4912
  RECOMMENDED: Allow users to override.
4913
4913
 
4914
4914
  chrome.users.FetchKeepaliveDurationSecondsOnShutdown: Keepalive duration.
4915
- duration: TYPE_STRING
4915
+ fetchKeepaliveDurationSecondsOnShutdown: TYPE_STRING
4916
4916
 
4917
4917
  chrome.users.FetchKeepaliveDurationSecondsOnShutdownV2: Keepalive duration.
4918
4918
  fetchKeepaliveDurationSecondsOnShutdown: TYPE_INT64
@@ -5199,7 +5199,7 @@ chrome.users.IdleSettingsExtended: Idle settings.
5199
5199
  UNSET: Allow user to configure.
5200
5200
  FALSE: Don't lock screen.
5201
5201
  TRUE: Lock screen.
5202
- duration: TYPE_INT64
5202
+ screenLockDelayBattery: TYPE_INT64
5203
5203
 
5204
5204
  chrome.users.Images: Images.
5205
5205
  defaultImagesSettings: TYPE_ENUM
@@ -5547,7 +5547,7 @@ chrome.users.MaxConnectionsPerProxy: Max connections per proxy.
5547
5547
  Maximum number of concurrent connections to the proxy server. Specifies the maximal number of simultaneous connections to the proxy server. The value of this policy should be lower than 100 and higher than 6 and the default value is 32.
5548
5548
 
5549
5549
  chrome.users.MaxInvalidationFetchDelay: Policy fetch delay.
5550
- duration: TYPE_STRING
5550
+ maxInvalidationFetchDelay: TYPE_STRING
5551
5551
 
5552
5552
  chrome.users.MaxInvalidationFetchDelayV2: Policy fetch delay.
5553
5553
  maxInvalidationFetchDelay: TYPE_INT64
@@ -6044,7 +6044,7 @@ chrome.users.PrintingSendUsernameAndFilenameEnabled: CUPS Print job information.
6044
6044
  false: Do not include user account and filename in print job.
6045
6045
 
6046
6046
  chrome.users.PrintJobHistoryExpirationPeriodNew: Print job history retention period.
6047
- duration: TYPE_STRING
6047
+ printJobHistoryExpirationPeriodDaysNew: TYPE_STRING
6048
6048
 
6049
6049
  chrome.users.PrintJobHistoryExpirationPeriodNewV2: Print job history retention period.
6050
6050
  printJobHistoryExpirationPeriodDaysNew: TYPE_INT64
@@ -6056,7 +6056,7 @@ chrome.users.PrintPdfAsImage: Print PDF as image.
6056
6056
  printPdfAsImageDefault: TYPE_BOOL
6057
6057
  true: Default to printing PDFs as images when available.
6058
6058
  false: Default to printing PDFs without being rasterized.
6059
- value: TYPE_INT64
6059
+ printRasterizePdfDpi: TYPE_INT64
6060
6060
 
6061
6061
  chrome.users.PrintPostScriptMode: PostScript printer mode.
6062
6062
  printPostScriptMode: TYPE_ENUM
@@ -6193,7 +6193,7 @@ chrome.users.RelaunchNotificationWithDuration: Relaunch notification.
6193
6193
  NO_NOTIFICATION: No relaunch notification.
6194
6194
  RECOMMENDED: Show notification recommending relaunch.
6195
6195
  REQUIRED: Force relaunch after a period.
6196
- duration: TYPE_STRING
6196
+ relaunchWindowDurationMin: TYPE_STRING
6197
6197
  hours: TYPE_INT32
6198
6198
  minutes: TYPE_INT32
6199
6199
  seconds: TYPE_INT32
@@ -6425,7 +6425,7 @@ chrome.users.SecurityTokenSessionSettings: Security token removal.
6425
6425
  IGNORE: Nothing.
6426
6426
  LOGOUT: Log the user out.
6427
6427
  LOCK: Lock the current session.
6428
- duration: TYPE_STRING
6428
+ securityTokenSessionNotificationSeconds: TYPE_STRING
6429
6429
 
6430
6430
  chrome.users.SecurityTokenSessionSettingsV2: Security token removal.
6431
6431
  securityTokenSessionBehavior: TYPE_ENUM
@@ -6455,7 +6455,7 @@ chrome.users.ServiceWorkerToControlSrcdocIframeEnabled: Service worker control o
6455
6455
  false: Block service workers from controlling srcdoc iframes.
6456
6456
 
6457
6457
  chrome.users.SessionLength: Maximum user session length.
6458
- duration: TYPE_STRING
6458
+ sessionDurationLimit: TYPE_STRING
6459
6459
 
6460
6460
  chrome.users.SessionLengthV2: Maximum user session length.
6461
6461
  sessionDurationLimit: TYPE_INT64
@@ -7054,7 +7054,7 @@ chrome.users.WaitForInitialUserActivity: Wait for initial user activity.
7054
7054
  false: Start power management delays and session length limits at session start.
7055
7055
 
7056
7056
  chrome.users.Wallpaper: Custom wallpaper.
7057
- downloadUri: TYPE_STRING
7057
+ wallpaperImage: TYPE_STRING
7058
7058
 
7059
7059
  chrome.users.WallpaperGooglePhotosIntegrationEnabled: Wallpaper selection from Google Photos.
7060
7060
  wallpaperGooglePhotosIntegrationEnabled: TYPE_BOOL
@@ -7187,5 +7187,4 @@ chrome.users.ZstdContentEncodingEnabled: Zstd compression.
7187
7187
  true: Allow zstd-compressed web content.
7188
7188
  false: Do not allow zstd-compressed web content.
7189
7189
 
7190
-
7191
7190
  ```
@@ -10,6 +10,17 @@ Add the `-s` option to the end of the above commands to suppress creating the `g
10
10
 
11
11
  See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Installs) for Windows or other options, including manual installation
12
12
 
13
+ ### 7.09.01
14
+
15
+ Fixed bug in `gam <UserTypeEntity> print diskusage` where the `ownedByMe` column was
16
+ blank for the top folder.
17
+
18
+ Fixed bug in `gam update chromepolicy` where the following error was generated
19
+ when updating policies with simple numerical values.
20
+ ```
21
+ ERROR: Missing argument: Expected <value>"
22
+ ```
23
+
13
24
  ### 7.09.00
14
25
 
15
26
  Removed the overly broad service account `IAM and Access Management API` scope `https://www.googleapis.com/auth/cloud-platform`
@@ -251,7 +251,7 @@ writes the credentials into the file oauth2.txt.
251
251
  admin@server:/Users/admin$ rm -f /Users/admin/GAMConfig/oauth2.txt
252
252
  admin@server:/Users/admin$ gam version
253
253
  WARNING: Config File: /Users/admin/GAMConfig/gam.cfg, Section: DEFAULT, Item: oauth2_txt, Value: /Users/admin/GAMConfig/oauth2.txt, Not Found
254
- GAM 7.09.00 - https://github.com/GAM-team/GAM - pyinstaller
254
+ GAM 7.09.01 - https://github.com/GAM-team/GAM - pyinstaller
255
255
  GAM Team <google-apps-manager@googlegroups.com>
256
256
  Python 3.13.4 64-bit final
257
257
  MacOS Sequoia 15.5 x86_64
@@ -989,7 +989,7 @@ writes the credentials into the file oauth2.txt.
989
989
  C:\>del C:\GAMConfig\oauth2.txt
990
990
  C:\>gam version
991
991
  WARNING: Config File: C:\GAMConfig\gam.cfg, Section: DEFAULT, Item: oauth2_txt, Value: C:\GAMConfig\oauth2.txt, Not Found
992
- GAM 7.09.00 - https://github.com/GAM-team/GAM - pythonsource
992
+ GAM 7.09.01 - https://github.com/GAM-team/GAM - pythonsource
993
993
  GAM Team <google-apps-manager@googlegroups.com>
994
994
  Python 3.13.4 64-bit final
995
995
  Windows-10-10.0.17134 AMD64
@@ -3,7 +3,7 @@
3
3
  Print the current version of Gam with details
4
4
  ```
5
5
  gam version
6
- GAM 7.09.00 - https://github.com/GAM-team/GAM - pyinstaller
6
+ GAM 7.09.01 - https://github.com/GAM-team/GAM - pyinstaller
7
7
  GAM Team <google-apps-manager@googlegroups.com>
8
8
  Python 3.13.4 64-bit final
9
9
  MacOS Sequoia 15.5 x86_64
@@ -15,7 +15,7 @@ Time: 2023-06-02T21:10:00-07:00
15
15
  Print the current version of Gam with details and time offset information
16
16
  ```
17
17
  gam version timeoffset
18
- GAM 7.09.00 - https://github.com/GAM-team/GAM - pyinstaller
18
+ GAM 7.09.01 - https://github.com/GAM-team/GAM - pyinstaller
19
19
  GAM Team <google-apps-manager@googlegroups.com>
20
20
  Python 3.13.4 64-bit final
21
21
  MacOS Sequoia 15.5 x86_64
@@ -27,7 +27,7 @@ Your system time differs from www.googleapis.com by less than 1 second
27
27
  Print the current version of Gam with extended details and SSL information
28
28
  ```
29
29
  gam version extended
30
- GAM 7.09.00 - https://github.com/GAM-team/GAM - pyinstaller
30
+ GAM 7.09.01 - https://github.com/GAM-team/GAM - pyinstaller
31
31
  GAM Team <google-apps-manager@googlegroups.com>
32
32
  Python 3.13.4 64-bit final
33
33
  MacOS Sequoia 15.5 x86_64
@@ -64,7 +64,7 @@ MacOS High Sierra 10.13.6 x86_64
64
64
  Path: /Users/Admin/bin/gam7
65
65
  Version Check:
66
66
  Current: 5.35.08
67
- Latest: 7.09.00
67
+ Latest: 7.09.01
68
68
  echo $?
69
69
  1
70
70
  ```
@@ -72,7 +72,7 @@ echo $?
72
72
  Print the current version number without details
73
73
  ```
74
74
  gam version simple
75
- 7.09.00
75
+ 7.09.01
76
76
  ```
77
77
  In Linux/MacOS you can do:
78
78
  ```
@@ -82,7 +82,7 @@ echo $VER
82
82
  Print the current version of Gam and address of this Wiki
83
83
  ```
84
84
  gam help
85
- GAM 7.09.00 - https://github.com/GAM-team/GAM
85
+ GAM 7.09.01 - https://github.com/GAM-team/GAM
86
86
  GAM Team <google-apps-manager@googlegroups.com>
87
87
  Python 3.13.4 64-bit final
88
88
  MacOS Sequoia 15.5 x86_64
File without changes
File without changes