gam7 7.9.0__tar.gz → 7.9.1__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.0 → gam7-7.9.1}/PKG-INFO +1 -1
  2. {gam7-7.9.0 → gam7-7.9.1}/src/GamUpdate.txt +11 -0
  3. {gam7-7.9.0 → gam7-7.9.1}/src/gam/__init__.py +58 -22
  4. {gam7-7.9.0 → gam7-7.9.1}/wiki/Chrome-Policies.md +86 -30
  5. {gam7-7.9.0 → gam7-7.9.1}/.github/ISSUE_TEMPLATE/aa-question.md +0 -0
  6. {gam7-7.9.0 → gam7-7.9.1}/.github/ISSUE_TEMPLATE/za-bug-report.md +0 -0
  7. {gam7-7.9.0 → gam7-7.9.1}/.github/ISSUE_TEMPLATE/zz-feature-request.md +0 -0
  8. {gam7-7.9.0 → gam7-7.9.1}/.github/ISSUE_TEMPLATE.txt +0 -0
  9. {gam7-7.9.0 → gam7-7.9.1}/.github/actions/decrypt.sh +0 -0
  10. {gam7-7.9.0 → gam7-7.9.1}/.github/actions/entitlements.plist +0 -0
  11. {gam7-7.9.0 → gam7-7.9.1}/.github/actions/package_exclusions.txt +0 -0
  12. {gam7-7.9.0 → gam7-7.9.1}/.github/stale.yml +0 -0
  13. {gam7-7.9.0 → gam7-7.9.1}/.github/workflows/build.yml +0 -0
  14. {gam7-7.9.0 → gam7-7.9.1}/.github/workflows/codeql-analysis.yml +0 -0
  15. {gam7-7.9.0 → gam7-7.9.1}/.github/workflows/get-cacerts.yml +0 -0
  16. {gam7-7.9.0 → gam7-7.9.1}/.github/workflows/pushwiki.yml +0 -0
  17. {gam7-7.9.0 → gam7-7.9.1}/.github/workflows/pypi.yml +0 -0
  18. {gam7-7.9.0 → gam7-7.9.1}/.pre-commit-config.yaml +0 -0
  19. {gam7-7.9.0 → gam7-7.9.1}/LICENSE +0 -0
  20. {gam7-7.9.0 → gam7-7.9.1}/README.md +0 -0
  21. {gam7-7.9.0 → gam7-7.9.1}/pyproject.toml +0 -0
  22. {gam7-7.9.0 → gam7-7.9.1}/src/.gitignore +0 -0
  23. {gam7-7.9.0 → gam7-7.9.1}/src/GamCommands.txt +0 -0
  24. {gam7-7.9.0 → gam7-7.9.1}/src/LICENSE +0 -0
  25. {gam7-7.9.0 → gam7-7.9.1}/src/cacerts.pem +0 -0
  26. {gam7-7.9.0 → gam7-7.9.1}/src/callgam.py +0 -0
  27. {gam7-7.9.0 → gam7-7.9.1}/src/gam/__main__.py +0 -0
  28. {gam7-7.9.0 → gam7-7.9.1}/src/gam/atom/__init__.py +0 -0
  29. {gam7-7.9.0 → gam7-7.9.1}/src/gam/atom/auth.py +0 -0
  30. {gam7-7.9.0 → gam7-7.9.1}/src/gam/atom/client.py +0 -0
  31. {gam7-7.9.0 → gam7-7.9.1}/src/gam/atom/core.py +0 -0
  32. {gam7-7.9.0 → gam7-7.9.1}/src/gam/atom/data.py +0 -0
  33. {gam7-7.9.0 → gam7-7.9.1}/src/gam/atom/http.py +0 -0
  34. {gam7-7.9.0 → gam7-7.9.1}/src/gam/atom/http_core.py +0 -0
  35. {gam7-7.9.0 → gam7-7.9.1}/src/gam/atom/http_interface.py +0 -0
  36. {gam7-7.9.0 → gam7-7.9.1}/src/gam/atom/mock_http.py +0 -0
  37. {gam7-7.9.0 → gam7-7.9.1}/src/gam/atom/mock_http_core.py +0 -0
  38. {gam7-7.9.0 → gam7-7.9.1}/src/gam/atom/mock_service.py +0 -0
  39. {gam7-7.9.0 → gam7-7.9.1}/src/gam/atom/service.py +0 -0
  40. {gam7-7.9.0 → gam7-7.9.1}/src/gam/atom/token_store.py +0 -0
  41. {gam7-7.9.0 → gam7-7.9.1}/src/gam/atom/url.py +0 -0
  42. {gam7-7.9.0 → gam7-7.9.1}/src/gam/cacerts.pem +0 -0
  43. {gam7-7.9.0 → gam7-7.9.1}/src/gam/cbcm-v1.1beta1.json +0 -0
  44. {gam7-7.9.0 → gam7-7.9.1}/src/gam/contactdelegation-v1.json +0 -0
  45. {gam7-7.9.0 → gam7-7.9.1}/src/gam/datastudio-v1.json +0 -0
  46. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gamlib/__init__.py +0 -0
  47. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gamlib/glaction.py +0 -0
  48. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gamlib/glapi.py +0 -0
  49. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gamlib/glcfg.py +0 -0
  50. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gamlib/glclargs.py +0 -0
  51. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gamlib/glentity.py +0 -0
  52. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gamlib/glgapi.py +0 -0
  53. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gamlib/glgdata.py +0 -0
  54. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gamlib/glglobals.py +0 -0
  55. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gamlib/glindent.py +0 -0
  56. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gamlib/glmsgs.py +0 -0
  57. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gamlib/glskus.py +0 -0
  58. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gamlib/gluprop.py +0 -0
  59. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gamlib/glverlibs.py +0 -0
  60. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gamlib/yubikey.py +0 -0
  61. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gdata/__init__.py +0 -0
  62. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gdata/alt/__init__.py +0 -0
  63. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gdata/alt/app_engine.py +0 -0
  64. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gdata/alt/appengine.py +0 -0
  65. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gdata/apps/__init__.py +0 -0
  66. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gdata/apps/audit/__init__.py +0 -0
  67. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gdata/apps/audit/service.py +0 -0
  68. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gdata/apps/contacts/__init__.py +0 -0
  69. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gdata/apps/contacts/service.py +0 -0
  70. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gdata/apps/service.py +0 -0
  71. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gdata/service.py +0 -0
  72. {gam7-7.9.0 → gam7-7.9.1}/src/gam/gdata/urlfetch.py +0 -0
  73. {gam7-7.9.0 → gam7-7.9.1}/src/gam/googleapiclient/__init__.py +0 -0
  74. {gam7-7.9.0 → gam7-7.9.1}/src/gam/googleapiclient/_auth.py +0 -0
  75. {gam7-7.9.0 → gam7-7.9.1}/src/gam/googleapiclient/_helpers.py +0 -0
  76. {gam7-7.9.0 → gam7-7.9.1}/src/gam/googleapiclient/channel.py +0 -0
  77. {gam7-7.9.0 → gam7-7.9.1}/src/gam/googleapiclient/discovery.py +0 -0
  78. {gam7-7.9.0 → gam7-7.9.1}/src/gam/googleapiclient/discovery_cache/__init__.py +0 -0
  79. {gam7-7.9.0 → gam7-7.9.1}/src/gam/googleapiclient/discovery_cache/appengine_memcache.py +0 -0
  80. {gam7-7.9.0 → gam7-7.9.1}/src/gam/googleapiclient/discovery_cache/base.py +0 -0
  81. {gam7-7.9.0 → gam7-7.9.1}/src/gam/googleapiclient/discovery_cache/file_cache.py +0 -0
  82. {gam7-7.9.0 → gam7-7.9.1}/src/gam/googleapiclient/errors.py +0 -0
  83. {gam7-7.9.0 → gam7-7.9.1}/src/gam/googleapiclient/http.py +0 -0
  84. {gam7-7.9.0 → gam7-7.9.1}/src/gam/googleapiclient/mimeparse.py +0 -0
  85. {gam7-7.9.0 → gam7-7.9.1}/src/gam/googleapiclient/model.py +0 -0
  86. {gam7-7.9.0 → gam7-7.9.1}/src/gam/googleapiclient/schema.py +0 -0
  87. {gam7-7.9.0 → gam7-7.9.1}/src/gam/googleapiclient/version.py +0 -0
  88. {gam7-7.9.0 → gam7-7.9.1}/src/gam/iso8601/__init__.py +0 -0
  89. {gam7-7.9.0 → gam7-7.9.1}/src/gam/iso8601/iso8601.py +0 -0
  90. {gam7-7.9.0 → gam7-7.9.1}/src/gam/meet-v2beta.json +0 -0
  91. {gam7-7.9.0 → gam7-7.9.1}/src/gam/serviceaccountlookup-v1.json +0 -0
  92. {gam7-7.9.0 → gam7-7.9.1}/src/gam/six.py +0 -0
  93. {gam7-7.9.0 → gam7-7.9.1}/src/gam-install.sh +0 -0
  94. {gam7-7.9.0 → gam7-7.9.1}/src/gam-setup.bat +0 -0
  95. {gam7-7.9.0 → gam7-7.9.1}/src/gam.exe.manifest +0 -0
  96. {gam7-7.9.0 → gam7-7.9.1}/src/gam.py +0 -0
  97. {gam7-7.9.0 → gam7-7.9.1}/src/gam.spec +0 -0
  98. {gam7-7.9.0 → gam7-7.9.1}/src/gam.wxs +0 -0
  99. {gam7-7.9.0 → gam7-7.9.1}/src/license.rtf +0 -0
  100. {gam7-7.9.0 → gam7-7.9.1}/src/requirements-dev.txt +0 -0
  101. {gam7-7.9.0 → gam7-7.9.1}/src/requirements.txt +0 -0
  102. {gam7-7.9.0 → gam7-7.9.1}/src/setup.cfg +0 -0
  103. {gam7-7.9.0 → gam7-7.9.1}/src/setup.py +0 -0
  104. {gam7-7.9.0 → gam7-7.9.1}/src/tools/a_atleast_b.py +0 -0
  105. {gam7-7.9.0 → gam7-7.9.1}/src/tools/gen-wix-xml-filelist.py +0 -0
  106. {gam7-7.9.0 → gam7-7.9.1}/src/tools/mkGamRef.py +0 -0
  107. {gam7-7.9.0 → gam7-7.9.1}/src/tools/openssl.props +0 -0
  108. {gam7-7.9.0 → gam7-7.9.1}/src/version_info.txt.in +0 -0
  109. {gam7-7.9.0 → gam7-7.9.1}/wiki/00scratch.md +0 -0
  110. {gam7-7.9.0 → gam7-7.9.1}/wiki/Addresses.md +0 -0
  111. {gam7-7.9.0 → gam7-7.9.1}/wiki/Administrators.md +0 -0
  112. {gam7-7.9.0 → gam7-7.9.1}/wiki/Alert-Center.md +0 -0
  113. {gam7-7.9.0 → gam7-7.9.1}/wiki/Aliases.md +0 -0
  114. {gam7-7.9.0 → gam7-7.9.1}/wiki/Authorization.md +0 -0
  115. {gam7-7.9.0 → gam7-7.9.1}/wiki/BNF-Syntax.md +0 -0
  116. {gam7-7.9.0 → gam7-7.9.1}/wiki/Basic-Items.md +0 -0
  117. {gam7-7.9.0 → gam7-7.9.1}/wiki/Bulk-Processing.md +0 -0
  118. {gam7-7.9.0 → gam7-7.9.1}/wiki/CSV-Input-Filtering.md +0 -0
  119. {gam7-7.9.0 → gam7-7.9.1}/wiki/CSV-Output-Filtering.md +0 -0
  120. {gam7-7.9.0 → gam7-7.9.1}/wiki/CSV-Special-Characters.md +0 -0
  121. {gam7-7.9.0 → gam7-7.9.1}/wiki/Calendars-Access.md +0 -0
  122. {gam7-7.9.0 → gam7-7.9.1}/wiki/Calendars-Events.md +0 -0
  123. {gam7-7.9.0 → gam7-7.9.1}/wiki/Calendars.md +0 -0
  124. {gam7-7.9.0 → gam7-7.9.1}/wiki/Chat-Bot.md +0 -0
  125. {gam7-7.9.0 → gam7-7.9.1}/wiki/Chrome-AUE-Counts.md +0 -0
  126. {gam7-7.9.0 → gam7-7.9.1}/wiki/Chrome-Browser-Cloud-Management.md +0 -0
  127. {gam7-7.9.0 → gam7-7.9.1}/wiki/Chrome-Installed-Apps.md +0 -0
  128. {gam7-7.9.0 → gam7-7.9.1}/wiki/Chrome-Needs-Attention-Counts.md +0 -0
  129. {gam7-7.9.0 → gam7-7.9.1}/wiki/Chrome-Printers.md +0 -0
  130. {gam7-7.9.0 → gam7-7.9.1}/wiki/Chrome-Profile-Management.md +0 -0
  131. {gam7-7.9.0 → gam7-7.9.1}/wiki/Chrome-Version-Counts.md +0 -0
  132. {gam7-7.9.0 → gam7-7.9.1}/wiki/Chrome-Version-History.md +0 -0
  133. {gam7-7.9.0 → gam7-7.9.1}/wiki/ChromeOS-Devices.md +0 -0
  134. {gam7-7.9.0 → gam7-7.9.1}/wiki/Classroom-Courses.md +0 -0
  135. {gam7-7.9.0 → gam7-7.9.1}/wiki/Classroom-Guardians.md +0 -0
  136. {gam7-7.9.0 → gam7-7.9.1}/wiki/Classroom-Invitations.md +0 -0
  137. {gam7-7.9.0 → gam7-7.9.1}/wiki/Classroom-Membership.md +0 -0
  138. {gam7-7.9.0 → gam7-7.9.1}/wiki/Cloud-Channel.md +0 -0
  139. {gam7-7.9.0 → gam7-7.9.1}/wiki/Cloud-Identity-Devices.md +0 -0
  140. {gam7-7.9.0 → gam7-7.9.1}/wiki/Cloud-Identity-Groups-Membership.md +0 -0
  141. {gam7-7.9.0 → gam7-7.9.1}/wiki/Cloud-Identity-Groups.md +0 -0
  142. {gam7-7.9.0 → gam7-7.9.1}/wiki/Cloud-Identity-Policies.md +0 -0
  143. {gam7-7.9.0 → gam7-7.9.1}/wiki/Cloud-Storage.md +0 -0
  144. {gam7-7.9.0 → gam7-7.9.1}/wiki/Collections-of-ChromeOS-Devices.md +0 -0
  145. {gam7-7.9.0 → gam7-7.9.1}/wiki/Collections-of-Items.md +0 -0
  146. {gam7-7.9.0 → gam7-7.9.1}/wiki/Collections-of-Users.md +0 -0
  147. {gam7-7.9.0 → gam7-7.9.1}/wiki/Command-Data-From-Google-Docs-Sheets-Storage.md +0 -0
  148. {gam7-7.9.0 → gam7-7.9.1}/wiki/Command-Line-Parsing.md +0 -0
  149. {gam7-7.9.0 → gam7-7.9.1}/wiki/Command-Logging-Progress.md +0 -0
  150. {gam7-7.9.0 → gam7-7.9.1}/wiki/Context-Aware-Access-Levels.md +0 -0
  151. {gam7-7.9.0 → gam7-7.9.1}/wiki/Customer.md +0 -0
  152. {gam7-7.9.0 → gam7-7.9.1}/wiki/Domain-People-Contacts-Profiles.md +0 -0
  153. {gam7-7.9.0 → gam7-7.9.1}/wiki/Domain-SharedContacts.md +0 -0
  154. {gam7-7.9.0 → gam7-7.9.1}/wiki/Domains-Verification.md +0 -0
  155. {gam7-7.9.0 → gam7-7.9.1}/wiki/Domains.md +0 -0
  156. {gam7-7.9.0 → gam7-7.9.1}/wiki/Downloads-Installs.md +0 -0
  157. {gam7-7.9.0 → gam7-7.9.1}/wiki/Drive-File-Selection.md +0 -0
  158. {gam7-7.9.0 → gam7-7.9.1}/wiki/Drive-Items.md +0 -0
  159. {gam7-7.9.0 → gam7-7.9.1}/wiki/Drive-REST-API-v3.md +0 -0
  160. {gam7-7.9.0 → gam7-7.9.1}/wiki/Email-Audit-Monitor.md +0 -0
  161. {gam7-7.9.0 → gam7-7.9.1}/wiki/Find-File-Owner.md +0 -0
  162. {gam7-7.9.0 → gam7-7.9.1}/wiki/GAM-Public-Chat-Room.md +0 -0
  163. {gam7-7.9.0 → gam7-7.9.1}/wiki/GAM-Return-Codes.md +0 -0
  164. {gam7-7.9.0 → gam7-7.9.1}/wiki/GAM-with-minimal-GCP-rights.md +0 -0
  165. {gam7-7.9.0 → gam7-7.9.1}/wiki/GAM7-on-Android-Devices.md +0 -0
  166. {gam7-7.9.0 → gam7-7.9.1}/wiki/GAM7-on-Chrome-OS-Devices.md +0 -0
  167. {gam7-7.9.0 → gam7-7.9.1}/wiki/GamUpdates.md +0 -0
  168. {gam7-7.9.0 → gam7-7.9.1}/wiki/Google-Data-Transfers.md +0 -0
  169. {gam7-7.9.0 → gam7-7.9.1}/wiki/Google-Network-Addresses.md +0 -0
  170. {gam7-7.9.0 → gam7-7.9.1}/wiki/Groups-Membership.md +0 -0
  171. {gam7-7.9.0 → gam7-7.9.1}/wiki/Groups.md +0 -0
  172. {gam7-7.9.0 → gam7-7.9.1}/wiki/HTTPS-Proxy.md +0 -0
  173. {gam7-7.9.0 → gam7-7.9.1}/wiki/Home.md +0 -0
  174. {gam7-7.9.0 → gam7-7.9.1}/wiki/How-to-Install-GAM7.md +0 -0
  175. {gam7-7.9.0 → gam7-7.9.1}/wiki/How-to-Uninstall-GAM7.md +0 -0
  176. {gam7-7.9.0 → gam7-7.9.1}/wiki/How-to-Update-GAM7.md +0 -0
  177. {gam7-7.9.0 → gam7-7.9.1}/wiki/How-to-Upgrade-GAMADV-XTD3-to-GAM7.md +0 -0
  178. {gam7-7.9.0 → gam7-7.9.1}/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md +0 -0
  179. {gam7-7.9.0 → gam7-7.9.1}/wiki/Inbound-SSO.md +0 -0
  180. {gam7-7.9.0 → gam7-7.9.1}/wiki/Install-GAM-as-Python-Library.md +0 -0
  181. {gam7-7.9.0 → gam7-7.9.1}/wiki/Licenses.md +0 -0
  182. {gam7-7.9.0 → gam7-7.9.1}/wiki/List-Items.md +0 -0
  183. {gam7-7.9.0 → gam7-7.9.1}/wiki/List.md +0 -0
  184. {gam7-7.9.0 → gam7-7.9.1}/wiki/Meta-Commands-and-File-Redirection.md +0 -0
  185. {gam7-7.9.0 → gam7-7.9.1}/wiki/Mobile-Devices.md +0 -0
  186. {gam7-7.9.0 → gam7-7.9.1}/wiki/Organizational-Units.md +0 -0
  187. {gam7-7.9.0 → gam7-7.9.1}/wiki/Other-Resources.md +0 -0
  188. {gam7-7.9.0 → gam7-7.9.1}/wiki/Permission-Matches.md +0 -0
  189. {gam7-7.9.0 → gam7-7.9.1}/wiki/Python-Regular-Expressions.md +0 -0
  190. {gam7-7.9.0 → gam7-7.9.1}/wiki/README.md +0 -0
  191. {gam7-7.9.0 → gam7-7.9.1}/wiki/Rclone.md +0 -0
  192. {gam7-7.9.0 → gam7-7.9.1}/wiki/Reports.md +0 -0
  193. {gam7-7.9.0 → gam7-7.9.1}/wiki/Reseller.md +0 -0
  194. {gam7-7.9.0 → gam7-7.9.1}/wiki/Resources.md +0 -0
  195. {gam7-7.9.0 → gam7-7.9.1}/wiki/Running-GAM7-securely-on-a-Google-Compute-Engine.md +0 -0
  196. {gam7-7.9.0 → gam7-7.9.1}/wiki/SSL-Root-CA-Certificates.md +0 -0
  197. {gam7-7.9.0 → gam7-7.9.1}/wiki/Schemas.md +0 -0
  198. {gam7-7.9.0 → gam7-7.9.1}/wiki/Scripts.md +0 -0
  199. {gam7-7.9.0 → gam7-7.9.1}/wiki/Send-Email.md +0 -0
  200. {gam7-7.9.0 → gam7-7.9.1}/wiki/Shared-Drives.md +0 -0
  201. {gam7-7.9.0 → gam7-7.9.1}/wiki/Sites.md +0 -0
  202. {gam7-7.9.0 → gam7-7.9.1}/wiki/Tag-Replace.md +0 -0
  203. {gam7-7.9.0 → gam7-7.9.1}/wiki/Todrive.md +0 -0
  204. {gam7-7.9.0 → gam7-7.9.1}/wiki/Unmanaged-Accounts.md +0 -0
  205. {gam7-7.9.0 → gam7-7.9.1}/wiki/Upgrade-Benefits.md +0 -0
  206. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Analytics-Admin.md +0 -0
  207. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Application-Specific-Passwords.md +0 -0
  208. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Backup-Verification-Codes.md +0 -0
  209. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Calendars-Access.md +0 -0
  210. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Calendars-Events.md +0 -0
  211. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Calendars.md +0 -0
  212. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Chat.md +0 -0
  213. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Classification-Labels.md +0 -0
  214. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Classroom-Profile.md +0 -0
  215. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Contacts-Delegates.md +0 -0
  216. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Contacts.md +0 -0
  217. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Deprovision.md +0 -0
  218. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Drive-Activity-Settings.md +0 -0
  219. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Drive-Cleanup.md +0 -0
  220. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Drive-Comments.md +0 -0
  221. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Drive-Copy-Move.md +0 -0
  222. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Drive-Files-Display.md +0 -0
  223. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Drive-Files-Manage.md +0 -0
  224. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Drive-Orphans.md +0 -0
  225. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Drive-Ownership.md +0 -0
  226. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Drive-Permissions.md +0 -0
  227. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Drive-Query.md +0 -0
  228. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Drive-Revisions.md +0 -0
  229. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Drive-Shortcuts.md +0 -0
  230. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Drive-Transfer.md +0 -0
  231. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Forms.md +0 -0
  232. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Gmail-CSE.md +0 -0
  233. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Gmail-Delegates.md +0 -0
  234. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Gmail-Filters.md +0 -0
  235. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Gmail-Forwarding.md +0 -0
  236. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Gmail-Labels.md +0 -0
  237. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Gmail-Messages-Threads.md +0 -0
  238. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Gmail-Profile.md +0 -0
  239. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Gmail-S-MIME.md +0 -0
  240. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Gmail-Send-As-Signature-Vacation.md +0 -0
  241. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Gmail-Settings.md +0 -0
  242. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Group-Membership.md +0 -0
  243. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Keep-Notes.md +0 -0
  244. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Looker-Studio.md +0 -0
  245. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Meet.md +0 -0
  246. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-People-Contacts-Profiles.md +0 -0
  247. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Photo.md +0 -0
  248. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Profile-Photo.md +0 -0
  249. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Profile-Sharing.md +0 -0
  250. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Shared-Drives.md +0 -0
  251. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Signout-Turnoff2SV.md +0 -0
  252. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Spreadsheets.md +0 -0
  253. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Tasks.md +0 -0
  254. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-Tokens.md +0 -0
  255. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users-YouTube.md +0 -0
  256. {gam7-7.9.0 → gam7-7.9.1}/wiki/Users.md +0 -0
  257. {gam7-7.9.0 → gam7-7.9.1}/wiki/Using-GAM7-with-a-YubiKey.md +0 -0
  258. {gam7-7.9.0 → gam7-7.9.1}/wiki/Using-GAM7-with-a-delegated-admin-service-account.md +0 -0
  259. {gam7-7.9.0 → gam7-7.9.1}/wiki/Vault-Takeout.md +0 -0
  260. {gam7-7.9.0 → gam7-7.9.1}/wiki/Verifying-a-GAM7-Build-is-Legitimate-and-Official.md +0 -0
  261. {gam7-7.9.0 → gam7-7.9.1}/wiki/Version-and-Help.md +0 -0
  262. {gam7-7.9.0 → gam7-7.9.1}/wiki/_Sidebar.md +0 -0
  263. {gam7-7.9.0 → gam7-7.9.1}/wiki/gam.cfg.md +0 -0
  264. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-AdminSettingsExamples.md +0 -0
  265. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Android-Installation.md +0 -0
  266. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-BulkOperations.md +0 -0
  267. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-CalendarExamples.md +0 -0
  268. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Chat-Bot.md +0 -0
  269. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Chrome-Browser-Management.md +0 -0
  270. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Chrome-OS-Installation.md +0 -0
  271. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Chrome-Policy-Settings.md +0 -0
  272. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Cloud-Identity-Groups.md +0 -0
  273. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Command-Reference-Calendar-Resources.md +0 -0
  274. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Command-Reference-Calendars.md +0 -0
  275. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Command-Reference-Definitions.md +0 -0
  276. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Command-Reference-Drive.md +0 -0
  277. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Command-Reference-Email.md +0 -0
  278. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Command-Reference-Group-Attributes.md +0 -0
  279. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Command-Reference-Groups.md +0 -0
  280. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Command-Reference-Users.md +0 -0
  281. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Context-Aware-Access-Levels.md +0 -0
  282. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Creating-client_secrets.json-and-oauth2service.json.md +0 -0
  283. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-CreatingClientSecretsFile.md +0 -0
  284. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Custom-Schemas.md +0 -0
  285. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Data-Transfers.md +0 -0
  286. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-DomainVerification.md +0 -0
  287. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-ExamplesAccountAuditing.md +0 -0
  288. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-ExamplesCSV.md +0 -0
  289. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-ExamplesEmailSettings.md +0 -0
  290. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-ExamplesOrganizations.md +0 -0
  291. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-GAM-Discussion-Group.md +0 -0
  292. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-GAM-on-Android-and-Chrome-OS.md +0 -0
  293. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-GAM-options-files.md +0 -0
  294. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-GAM-with--minimal-GCP-rights.md +0 -0
  295. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-GAM3CSVListings.md +0 -0
  296. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-GAM3DirectoryCommands.md +0 -0
  297. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-GAM3GroupSettings.md +0 -0
  298. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-GAM7-FAQ.md +0 -0
  299. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Google-Vault---Takeout-Commands.md +0 -0
  300. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-GoogleDriveManagement.md +0 -0
  301. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Grouping-18-or-Older-Users.md +0 -0
  302. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Home.md +0 -0
  303. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-How-to-upgrade-from-Standard-GAM.md +0 -0
  304. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Inbound-SSO-Settings.md +0 -0
  305. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-LicenseExamples.md +0 -0
  306. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Managing-Admins.md +0 -0
  307. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Managing-CloudPrint-Printers.md +0 -0
  308. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Managing-Devices.md +0 -0
  309. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Managing-Google-Classroom.md +0 -0
  310. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-OAuthKeyManagement.md +0 -0
  311. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Printers.md +0 -0
  312. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-ResellerCommands.md +0 -0
  313. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Running-GAM-on-Google-Compute-Engine-(GCE)-Securely.md +0 -0
  314. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-SecurityExamples.md +0 -0
  315. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-UnmanagedUsersExamples.md +0 -0
  316. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Use-a-Yubikey.md +0 -0
  317. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-Using-GAM-with-a-delegated-admin-service-account-(DASA).md +0 -0
  318. {gam7-7.9.0 → gam7-7.9.1}/wiki/l-_Footer.md +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gam7
3
- Version: 7.9.0
3
+ Version: 7.9.1
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
@@ -1,3 +1,14 @@
1
+ 7.09.01
2
+
3
+ Fixed bug in `gam <UserTypeEntity> print diskusage` where the `ownedByMe` column was
4
+ blank for the top folder.
5
+
6
+ Fixed bug in `gam update chromepolicy` where the following error was generated
7
+ when updating policies with simple numerical values.
8
+ ```
9
+ ERROR: Missing argument: Expected <value>"
10
+ ```
11
+
1
12
  7.09.00
2
13
 
3
14
  Removed the overly broad service account `IAM and Access Management API` scope `https://www.googleapis.com/auth/cloud-platform`
@@ -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.00'
28
+ __version__ = '7.09.01'
29
29
  __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
30
30
 
31
31
  #pylint: disable=wrong-import-position
@@ -28118,6 +28118,7 @@ def simplifyChromeSchema(schema):
28118
28118
  'settings': {}
28119
28119
  }
28120
28120
  fieldDescriptions = schema['fieldDescriptions']
28121
+ savedSettingName = ''
28121
28122
  for mtype in schema['definition']['messageType']:
28122
28123
  for setting in mtype['field']:
28123
28124
  setting_name = setting['name']
@@ -28126,6 +28127,9 @@ def simplifyChromeSchema(schema):
28126
28127
  'descriptions': [],
28127
28128
  'type': setting['type'],
28128
28129
  }
28130
+ if setting_dict['type'] == 'TYPE_INT64' and savedSettingName:
28131
+ setting_dict['name'] = savedSettingName
28132
+ savedSettingName = ''
28129
28133
  if setting_dict['type'] == 'TYPE_STRING' and setting.get('label') == 'LABEL_REPEATED':
28130
28134
  setting_dict['type'] = 'TYPE_LIST'
28131
28135
  if setting_dict['type'] == 'TYPE_ENUM':
@@ -28147,6 +28151,7 @@ def simplifyChromeSchema(schema):
28147
28151
  break
28148
28152
  break
28149
28153
  elif setting_dict['type'] == 'TYPE_MESSAGE':
28154
+ savedSettingName = setting_name
28150
28155
  continue
28151
28156
  else:
28152
28157
  setting_dict['enums'] = None
@@ -28252,14 +28257,11 @@ def doDeleteChromePolicy():
28252
28257
  entityActionFailedWarning(kvList, str(e))
28253
28258
 
28254
28259
  CHROME_SCHEMA_SPECIAL_CASES = {
28260
+ # duration
28255
28261
  'chrome.users.AutoUpdateCheckPeriodNewV2':
28256
28262
  {'autoupdatecheckperiodminutesnew':
28257
28263
  {'casedField': 'autoUpdateCheckPeriodMinutesNew',
28258
28264
  'type': 'duration', 'minVal': 1, 'maxVal': 720}},
28259
- 'chrome.users.Avatar':
28260
- {'useravatarimage':
28261
- {'casedField': 'userAvatarImage',
28262
- 'type': 'downloadUri'}},
28263
28265
  'chrome.users.BrowserSwitcherDelayDurationV2':
28264
28266
  {'browserswitcherdelayduration':
28265
28267
  {'casedField': 'browserSwitcherDelayDuration',
@@ -28301,10 +28303,6 @@ CHROME_SCHEMA_SPECIAL_CASES = {
28301
28303
  {'maxinvalidationfetchdelay':
28302
28304
  {'casedField': 'maxInvalidationFetchDelay',
28303
28305
  'type': 'duration', 'minVal': 1, 'maxVal': 30, 'default': 10}},
28304
- 'chrome.users.PrintingMaxSheetsAllowed':
28305
- {'printingmaxsheetsallowednullable':
28306
- {'casedField': 'printingMaxSheetsAllowedNullable',
28307
- 'type': 'value', 'minVal': 1, 'maxVal': None}},
28308
28306
  'chrome.users.PrintJobHistoryExpirationPeriodNewV2':
28309
28307
  {'printjobhistoryexpirationperioddaysnew':
28310
28308
  {'casedField': 'printJobHistoryExpirationPeriodDaysNew',
@@ -28328,10 +28326,6 @@ CHROME_SCHEMA_SPECIAL_CASES = {
28328
28326
  'updatessuppressedstarttime':
28329
28327
  {'casedField': 'updatesSuppressedStartTime',
28330
28328
  'type': 'timeOfDay'}},
28331
- 'chrome.users.Wallpaper':
28332
- {'wallpaperimage':
28333
- {'casedField': 'wallpaperImage',
28334
- 'type': 'downloadUri'}},
28335
28329
  'chrome.devices.EnableReportUploadFrequencyV2':
28336
28330
  {'reportdeviceuploadfrequency':
28337
28331
  {'casedField': 'reportDeviceUploadFrequency',
@@ -28340,10 +28334,6 @@ CHROME_SCHEMA_SPECIAL_CASES = {
28340
28334
  {'uptimelimitduration':
28341
28335
  {'casedField': 'uptimeLimitDuration',
28342
28336
  'type': 'duration', 'minVal': 1, 'maxVal': 365}},
28343
- 'chrome.devices.SignInWallpaperImage':
28344
- {'devicewallpaperimage':
28345
- {'casedField': 'deviceWallpaperImage',
28346
- 'type': 'downloadUri'}},
28347
28337
  'chrome.devices.kiosk.AcPowerSettingsV2':
28348
28338
  {'acidletimeout':
28349
28339
  {'casedField': 'acIdleTimeout',
@@ -28370,10 +28360,6 @@ CHROME_SCHEMA_SPECIAL_CASES = {
28370
28360
  'batteryscreenofftimeout':
28371
28361
  {'casedField': 'batteryScreenOffTimeout',
28372
28362
  'type': 'duration', 'minVal': 0, 'maxVal': 35000}},
28373
- 'chrome.devices.managedguest.Avatar':
28374
- {'useravatarimage':
28375
- {'casedField': 'userAvatarImage',
28376
- 'type': 'downloadUri'}},
28377
28363
  'chrome.devices.managedguest.BrowsingDataLifetimeV2':
28378
28364
  {'browsinghistoryttl':
28379
28365
  {'casedField': 'browsingHistoryTtl',
@@ -28415,6 +28401,56 @@ CHROME_SCHEMA_SPECIAL_CASES = {
28415
28401
  {'sessiondurationlimit':
28416
28402
  {'casedField': 'sessionDurationLimit',
28417
28403
  'type': 'duration', 'minVal': 1, 'maxVal': 1440}},
28404
+ # value
28405
+ 'chrome.users.GaiaLockScreenOfflineSigninTimeLimitDays':
28406
+ {'gaialockscreenofflinesignintimelimitdays':
28407
+ {'casedField': 'gaiaLockScreenOfflineSigninTimeLimitDays',
28408
+ 'type': 'value', 'minVal': 0, 'maxVal': 365}},
28409
+ 'chrome.users.GaiaOfflineSigninTimeLimitDays':
28410
+ {'gaiaofflinesignintimelimitdays':
28411
+ {'casedField': 'gaiaOfflineSigninTimeLimitDays',
28412
+ 'type': 'value', 'minVal': 0, 'maxVal': 365}},
28413
+ 'chrome.users.PrintingMaxSheetsAllowed':
28414
+ {'printingmaxsheetsallowednullable':
28415
+ {'casedField': 'printingMaxSheetsAllowedNullable',
28416
+ 'type': 'value', 'minVal': 1, 'maxVal': None}},
28417
+ 'chrome.users.RemoteAccessHostClipboardSizeBytes':
28418
+ {'remoteaccesshostclipboardsizebytes':
28419
+ {'casedField': 'remoteAccessHostClipboardSizeBytes',
28420
+ 'type': 'value', 'minVal': 0, 'maxVal': 2147483647}},
28421
+ 'chrome.users.SamlLockScreenOfflineSigninTimeLimitDays':
28422
+ {'samllockscreenofflinesignintimelimitdays':
28423
+ {'casedField': 'samlLockScreenOfflineSigninTimeLimitDays',
28424
+ 'type': 'value', 'minVal': 0, 'maxVal': 365}},
28425
+ 'chrome.devices.ExtensionCacheSize':
28426
+ {'extensioncachesize':
28427
+ {'casedField': 'extensionCacheSize',
28428
+ 'type': 'value', 'minVal': 1048576, 'maxVal': None, 'default': 268435456}},
28429
+ 'chrome.devices.managedguest.PrintingMaxSheetsAllowed':
28430
+ {'printingmaxsheetsallowednullable':
28431
+ {'casedField': 'printingMaxSheetsAllowedNullable',
28432
+ 'type': 'value', 'minVal': 1, 'maxVal': None}},
28433
+ 'chrome.devices.managedguest.RemoteAccessHostClipboardSizeBytes':
28434
+ {'remoteaccesshostclipboardsizebytes':
28435
+ {'casedField': 'remoteAccessHostClipboardSizeBytes',
28436
+ 'type': 'value', 'minVal': 0, 'maxVal': 2147483647}},
28437
+ # downloadUri
28438
+ 'chrome.users.Avatar':
28439
+ {'useravatarimage':
28440
+ {'casedField': 'userAvatarImage',
28441
+ 'type': 'downloadUri'}},
28442
+ 'chrome.users.Wallpaper':
28443
+ {'wallpaperimage':
28444
+ {'casedField': 'wallpaperImage',
28445
+ 'type': 'downloadUri'}},
28446
+ 'chrome.devices.SignInWallpaperImage':
28447
+ {'devicewallpaperimage':
28448
+ {'casedField': 'deviceWallpaperImage',
28449
+ 'type': 'downloadUri'}},
28450
+ 'chrome.devices.managedguest.Avatar':
28451
+ {'useravatarimage':
28452
+ {'casedField': 'userAvatarImage',
28453
+ 'type': 'downloadUri'}},
28418
28454
  'chrome.devices.managedguest.Wallpaper':
28419
28455
  {'wallpaperimage':
28420
28456
  {'casedField': 'wallpaperImage',
@@ -57296,6 +57332,7 @@ def printDiskUsage(users):
57296
57332
  topFolder['path'] = f'{SHARED_DRIVES}{pathDelimiter}{topFolder["name"]}'
57297
57333
  else:
57298
57334
  topFolder['path'] = topFolder['name']
57335
+ topFolder.pop('ownedByMe', None)
57299
57336
  elif topFolder['name'] == MY_DRIVE and not topFolder.get('parents'):
57300
57337
  topFolder['path'] = MY_DRIVE
57301
57338
  else:
@@ -57306,7 +57343,6 @@ def printDiskUsage(users):
57306
57343
  if owners:
57307
57344
  topFolder['Owner'] = owners[0].get('emailAddress', 'Unknown')
57308
57345
  trashFolder['Owner'] = topFolder['Owner']
57309
- topFolder.pop('ownedByMe', None)
57310
57346
  topFolder.pop('parents', None)
57311
57347
  topFolder.update(zeroFolderInfo)
57312
57348
  topFolder.pop(sizeField, None)
@@ -577,7 +577,7 @@ chrome.devices.DeviceAllowEnterpriseRemoteAccessConnections: Enterprise remote a
577
577
  false: Prevent remote access connections from enterprise admins.
578
578
 
579
579
  chrome.devices.DeviceAuthenticationFlowAutoReloadInterval: Automatic online sign-in / lock screen refresh.
580
- duration: TYPE_INT64
580
+ deviceAuthenticationFlowAutoReloadInterval: TYPE_INT64
581
581
 
582
582
  chrome.devices.DeviceAuthenticationUrlAllowlist: Blocked URL exceptions on the sign-in / lock screens.
583
583
  deviceAuthenticationUrlAllowlist: TYPE_LIST
@@ -799,7 +799,7 @@ chrome.devices.DeviceScreensaverLoginScreenEnabled: Screen saver.
799
799
  false: Don't display screen saver when idle.
800
800
  deviceScreensaverLoginScreenImages: TYPE_LIST
801
801
  Screen saver image URLs. Enter one URL per line. Images must be in JPG format(.jpg or .jpeg files.
802
- duration: TYPE_INT64
802
+ deviceScreensaverLoginScreenImageDisplayIntervalSeconds: TYPE_INT64
803
803
 
804
804
  chrome.devices.DeviceScreenSettings: Screen settings.
805
805
  allowUserDisplayChanges: TYPE_BOOL
@@ -967,10 +967,10 @@ chrome.devices.EnableReportUploadFrequency: Device status report upload frequenc
967
967
  duration: TYPE_STRING
968
968
 
969
969
  chrome.devices.EnableReportUploadFrequencyV2: Device status report upload frequency.
970
- duration: TYPE_INT64
970
+ reportDeviceUploadFrequency: TYPE_INT64
971
971
 
972
972
  chrome.devices.ExtensionCacheSize: Apps and extensions cache size.
973
- value: TYPE_INT64
973
+ extensionCacheSize: TYPE_INT64
974
974
 
975
975
  chrome.devices.ForcedReenrollment: Forced re-enrollment.
976
976
  reenrollmentMode: TYPE_ENUM
@@ -1031,7 +1031,7 @@ chrome.devices.kiosk.AcPowerSettingsV2: AC Kiosk power settings.
1031
1031
  IDLE_ACTION_LOGOUT: Logout.
1032
1032
  IDLE_ACTION_SHUTDOWN: Shutdown.
1033
1033
  IDLE_ACTION_DO_NOTHING: Do nothing.
1034
- duration: TYPE_INT64
1034
+ acScreenOffTimeout: TYPE_INT64
1035
1035
 
1036
1036
  chrome.devices.kiosk.Alerting: Kiosk device status alerting delivery.
1037
1037
  deviceStatusAlertDeliveryModes: TYPE_LIST
@@ -1121,7 +1121,7 @@ chrome.devices.kiosk.BatteryPowerSettingsV2: Battery Kiosk power settings.
1121
1121
  IDLE_ACTION_LOGOUT: Logout.
1122
1122
  IDLE_ACTION_SHUTDOWN: Shutdown.
1123
1123
  IDLE_ACTION_DO_NOTHING: Do nothing.
1124
- duration: TYPE_INT64
1124
+ batteryScreenOffTimeout: TYPE_INT64
1125
1125
 
1126
1126
  chrome.devices.kiosk.CaretHighlightEnabled: Kiosk caret highlight.
1127
1127
  caretHighlightEnabled: TYPE_ENUM
@@ -1486,6 +1486,7 @@ chrome.devices.managedguest.apps.EnterpriseChallenge: Allows setting of whether
1486
1486
 
1487
1487
  chrome.devices.managedguest.apps.IncludeInChromeWebStoreCollection: Specifies whether the Chrome Application should appear in the Chrome Web Store collection.
1488
1488
  includeInCollection: TYPE_BOOL
1489
+ spotlightRecommended: TYPE_BOOL
1489
1490
 
1490
1491
  chrome.devices.managedguest.apps.InstallationUrl: Specifies the url from which to install a self hosted Chrome Extension.
1491
1492
  installationUrl: TYPE_STRING
@@ -1606,7 +1607,7 @@ chrome.devices.managedguest.BrowsingDataLifetime: Browsing Data Lifetime.
1606
1607
  duration: TYPE_STRING
1607
1608
 
1608
1609
  chrome.devices.managedguest.BrowsingDataLifetimeV2: Browsing Data Lifetime.
1609
- duration: TYPE_INT64
1610
+ hostedAppDataTtl: TYPE_INT64
1610
1611
 
1611
1612
  chrome.devices.managedguest.BuiltInDnsClientEnabled: Built-in DNS client.
1612
1613
  builtInDnsClientEnabled: TYPE_ENUM
@@ -1900,6 +1901,8 @@ chrome.devices.managedguest.ExternalStorage: External storage devices.
1900
1901
  READ_WRITE: Allow read and write access to all external storage devices.
1901
1902
  READ_ONLY: Allow read only access to all external storage devices.
1902
1903
  DISALLOW: Do not allow read and write access to external storage devices.
1904
+ externalStorageAllowlist: TYPE_LIST
1905
+ Specify devices to always have read and write access. USB devices which are allowlisted for read and write access. To identify a specific device, enter colon separated hexadecimal pairs of USB Vendor Identifier and Product Identifier.
1903
1906
 
1904
1907
  chrome.devices.managedguest.FastPairEnabled: Fast Pair (fast Bluetooth pairing).
1905
1908
  fastPairEnabled: TYPE_ENUM
@@ -2301,7 +2304,7 @@ chrome.devices.managedguest.MaxInvalidationFetchDelay: Policy fetch delay.
2301
2304
  duration: TYPE_STRING
2302
2305
 
2303
2306
  chrome.devices.managedguest.MaxInvalidationFetchDelayV2: Policy fetch delay.
2304
- duration: TYPE_INT64
2307
+ maxInvalidationFetchDelay: TYPE_INT64
2305
2308
 
2306
2309
  chrome.devices.managedguest.MemorySaverModeSavings: Memory saver.
2307
2310
  memorySaverModeSavings: TYPE_ENUM
@@ -2503,7 +2506,7 @@ chrome.devices.managedguest.PrintingBackgroundGraphicsDefault: Background graphi
2503
2506
  ENABLED: Enable background graphics printing mode by default.
2504
2507
 
2505
2508
  chrome.devices.managedguest.PrintingMaxSheetsAllowed: Maximum sheets.
2506
- value: TYPE_INT64
2509
+ printingMaxSheetsAllowedNullable: TYPE_INT64
2507
2510
 
2508
2511
  chrome.devices.managedguest.PrintingPaperSizeDefault: Default printing page size.
2509
2512
  printingPaperSizeEnum: TYPE_ENUM
@@ -2528,7 +2531,7 @@ chrome.devices.managedguest.PrintJobHistoryExpirationPeriodNew: Print job histor
2528
2531
  duration: TYPE_STRING
2529
2532
 
2530
2533
  chrome.devices.managedguest.PrintJobHistoryExpirationPeriodNewV2: Print job history retention period.
2531
- duration: TYPE_INT64
2534
+ printJobHistoryExpirationPeriodDaysNew: TYPE_INT64
2532
2535
 
2533
2536
  chrome.devices.managedguest.PrintPdfAsImage: Print PDF as image.
2534
2537
  printPdfAsImageAvailability: TYPE_BOOL
@@ -2595,7 +2598,7 @@ chrome.devices.managedguest.RemoteAccessHostClientDomainList: Remote access clie
2595
2598
  Remote access client domain. Configure the required domain names for remote access clients.
2596
2599
 
2597
2600
  chrome.devices.managedguest.RemoteAccessHostClipboardSizeBytes: Clipboard sync max size.
2598
- value: TYPE_INT64
2601
+ remoteAccessHostClipboardSizeBytes: TYPE_INT64
2599
2602
 
2600
2603
  chrome.devices.managedguest.RemoteAccessHostDomainList: Remote access hosts.
2601
2604
  remoteAccessHostDomainList: TYPE_LIST
@@ -2740,7 +2743,7 @@ chrome.devices.managedguest.SecurityTokenSessionSettingsV2: Security token remov
2740
2743
  IGNORE: Nothing.
2741
2744
  LOGOUT: Log the user out.
2742
2745
  LOCK: Lock the current session.
2743
- duration: TYPE_INT64
2746
+ securityTokenSessionNotificationSeconds: TYPE_INT64
2744
2747
 
2745
2748
  chrome.devices.managedguest.SelectToSpeakEnabled: Select to speak.
2746
2749
  selectToSpeakEnabled: TYPE_ENUM
@@ -2766,7 +2769,7 @@ chrome.devices.managedguest.SessionLength: Maximum user session length.
2766
2769
  duration: TYPE_STRING
2767
2770
 
2768
2771
  chrome.devices.managedguest.SessionLengthV2: Maximum user session length.
2769
- duration: TYPE_INT64
2772
+ sessionDurationLimit: TYPE_INT64
2770
2773
 
2771
2774
  chrome.devices.managedguest.SessionLocale: Session locale.
2772
2775
  sessionLocalesRepeatedString: TYPE_LIST
@@ -3218,7 +3221,7 @@ chrome.devices.ScheduledRebootDuration: Reboot after uptime limit.
3218
3221
  duration: TYPE_STRING
3219
3222
 
3220
3223
  chrome.devices.ScheduledRebootDurationV2: Reboot after uptime limit.
3221
- duration: TYPE_INT64
3224
+ uptimeLimitDuration: TYPE_INT64
3222
3225
 
3223
3226
  chrome.devices.ShowLowDiskSpaceNotification: Low disk space notification.
3224
3227
  showLowDiskSpaceNotification: TYPE_BOOL
@@ -3796,6 +3799,7 @@ chrome.users.apps.EnterpriseChallenge: Allows setting of whether the app can cha
3796
3799
 
3797
3800
  chrome.users.apps.IncludeInChromeWebStoreCollection: Specifies whether the Chrome Application should appear in the Chrome Web Store collection.
3798
3801
  includeInCollection: TYPE_BOOL
3802
+ spotlightRecommended: TYPE_BOOL
3799
3803
 
3800
3804
  chrome.users.apps.InstallationUrl: Specifies the url from which to install a self hosted Chrome Extension.
3801
3805
  installationUrl: TYPE_STRING
@@ -3808,6 +3812,9 @@ chrome.users.apps.InstallType: Specifies the manner in which the app is to be in
3808
3812
  ALLOWED: Allow installation of the app.
3809
3813
  FORCED: Force install the app.
3810
3814
  FORCED_AND_PIN_TO_TOOLBAR: Force install and pin the app to the toolbar.
3815
+ NORMAL: Force install the app, but allow the user to disable it. This option is only available for Chrome extensions.
3816
+ NORMAL_AND_PIN_TO_TOOLBAR: Force install and pin the app to the toolbar, but allow the user to disable it. This option is only available for Chrome extensions.
3817
+ REMOVE: Block installation of the app and remove it from the device. This option is only available for Chrome extensions.
3811
3818
 
3812
3819
  chrome.users.apps.ManagedConfiguration: Allows setting of the managed configuration.
3813
3820
  managedConfiguration: TYPE_STRING
@@ -4081,6 +4088,13 @@ chrome.users.AutofillCreditCardEnabled: Credit card form autofill.
4081
4088
  true: Allow user to configure.
4082
4089
  false: Never Autofill credit card forms.
4083
4090
 
4091
+ chrome.users.AutofillPredictionSettings: Autofill with AI.
4092
+ autofillPredictionSettings: TYPE_ENUM
4093
+ ALLOWED: Allow autofill prediction and improve AI models.
4094
+ ALLOWED_WITHOUT_LOGGING: Allow autofill prediction without improving AI models.
4095
+ DISABLED: Do not allow autofill prediction.
4096
+ UNSET: Use the value specified in the Generative AI policy defaults setting.
4097
+
4084
4098
  chrome.users.AutomaticFullscreen: Automatic fullscreen.
4085
4099
  automaticFullscreenAllowedForUrls: TYPE_LIST
4086
4100
  Allow automatic fullscreen on these sites. Supersedes users' personal settings and allows matching origins to call the API without a prior user gesture.
@@ -4101,7 +4115,7 @@ chrome.users.AutoUpdateCheckPeriodNew: Auto-update check period.
4101
4115
  duration: TYPE_STRING
4102
4116
 
4103
4117
  chrome.users.AutoUpdateCheckPeriodNewV2: Auto-update check period.
4104
- duration: TYPE_INT64
4118
+ autoUpdateCheckPeriodMinutesNew: TYPE_INT64
4105
4119
 
4106
4120
  chrome.users.Avatar: Custom avatar.
4107
4121
  downloadUri: TYPE_STRING
@@ -4227,7 +4241,7 @@ chrome.users.BrowserSwitcherDelayDuration: Delay before launching alternative br
4227
4241
  duration: TYPE_STRING
4228
4242
 
4229
4243
  chrome.users.BrowserSwitcherDelayDurationV2: Delay before launching alternative browser.
4230
- duration: TYPE_INT64
4244
+ browserSwitcherDelayDuration: TYPE_INT64
4231
4245
 
4232
4246
  chrome.users.BrowserSwitcherExternalGreylistUrl: URL to list of websites to open in either browser.
4233
4247
  browserSwitcherExternalGreylistUrl: TYPE_STRING
@@ -4268,7 +4282,7 @@ chrome.users.BrowsingDataLifetime: Browsing Data Lifetime.
4268
4282
  duration: TYPE_STRING
4269
4283
 
4270
4284
  chrome.users.BrowsingDataLifetimeV2: Browsing Data Lifetime.
4271
- duration: TYPE_INT64
4285
+ hostedAppDataTtl: TYPE_INT64
4272
4286
 
4273
4287
  chrome.users.BuiltInDnsClientEnabled: Built-in DNS client.
4274
4288
  builtInDnsClientEnabled: TYPE_ENUM
@@ -4418,11 +4432,16 @@ chrome.users.CloudProfileReportingEnabled: Managed profile reporting.
4418
4432
  true: Enable managed profile reporting for managed users.
4419
4433
  false: Disable managed profile reporting for managed users.
4420
4434
 
4435
+ chrome.users.CloudReporting: Managed browser reporting.
4436
+ cloudReportingEnabled: TYPE_BOOL
4437
+ true: Enable managed browser cloud reporting.
4438
+ false: Disable managed browser cloud reporting.
4439
+
4421
4440
  chrome.users.CloudReportingUploadFrequency: Managed browser reporting upload frequency.
4422
4441
  duration: TYPE_STRING
4423
4442
 
4424
4443
  chrome.users.CloudReportingUploadFrequencyV2: Managed browser reporting upload frequency.
4425
- duration: TYPE_INT64
4444
+ cloudReportingUploadFrequency: TYPE_INT64
4426
4445
 
4427
4446
  chrome.users.CloudUserPolicyMerge: User cloud policy merge.
4428
4447
  cloudUserPolicyMerge: TYPE_BOOL
@@ -4843,6 +4862,10 @@ chrome.users.ExplicitlyAllowedNetworkPorts: Allowed network ports.
4843
4862
  explicitlyAllowedNetworkPorts: TYPE_LIST
4844
4863
  {'value': '554', 'description': 'port 554 (expires 2021/10/15).'}
4845
4864
 
4865
+ chrome.users.ExtensibleEnterpriseSsoBlocklist: Extensible Enterprise SSO blocking.
4866
+ extensibleEnterpriseSsoBlocklist: TYPE_LIST
4867
+ {'value': 'all', 'description': 'All identity providers.'}
4868
+
4846
4869
  chrome.users.ExtensionExtendedBackgroundLifetimeForPortConnectionsToUrls: Extended background lifetime.
4847
4870
  extensionExtendedBackgroundLifetimeForPortConnectionsToUrls: TYPE_LIST
4848
4871
  Origins that grant extended background lifetime to connecting extensions. Enter a list of origins. Extensions that connect to one of these origins will be be kept running as long as the port is connected. One URL per line.
@@ -4864,6 +4887,8 @@ chrome.users.ExternalStorage: External storage devices.
4864
4887
  READ_WRITE: Allow read and write access to all external storage devices.
4865
4888
  READ_ONLY: Allow read only access to all external storage devices.
4866
4889
  DISALLOW: Do not allow read and write access to external storage devices.
4890
+ externalStorageAllowlist: TYPE_LIST
4891
+ Specify devices to always have read and write access. USB devices which are allowlisted for read and write access. To identify a specific device, enter colon separated hexadecimal pairs of USB Vendor Identifier and Product Identifier.
4867
4892
 
4868
4893
  chrome.users.FastPairEnabled: Fast Pair (fast Bluetooth pairing).
4869
4894
  fastPairEnabled: TYPE_ENUM
@@ -4890,7 +4915,7 @@ chrome.users.FetchKeepaliveDurationSecondsOnShutdown: Keepalive duration.
4890
4915
  duration: TYPE_STRING
4891
4916
 
4892
4917
  chrome.users.FetchKeepaliveDurationSecondsOnShutdownV2: Keepalive duration.
4893
- duration: TYPE_INT64
4918
+ fetchKeepaliveDurationSecondsOnShutdown: TYPE_INT64
4894
4919
 
4895
4920
  chrome.users.FileOrDirectoryPickerWithoutGestureAllowedForOrigins: File/directory picker without user gesture.
4896
4921
  fileOrDirectoryPickerWithoutGestureAllowedForOrigins: TYPE_LIST
@@ -4989,10 +5014,16 @@ chrome.users.FullscreenAllowed: Fullscreen mode.
4989
5014
  false: Do not allow fullscreen mode.
4990
5015
 
4991
5016
  chrome.users.GaiaLockScreenOfflineSigninTimeLimitDays: Google online unlock frequency.
4992
- value: TYPE_INT64
5017
+ gaiaLockScreenOfflineSigninTimeLimitDays: TYPE_INT64
4993
5018
 
4994
5019
  chrome.users.GaiaOfflineSigninTimeLimitDays: Google online login frequency.
4995
- value: TYPE_INT64
5020
+ gaiaOfflineSigninTimeLimitDays: TYPE_INT64
5021
+
5022
+ chrome.users.GeminiSettings: Gemini integration.
5023
+ geminiSettings: TYPE_ENUM
5024
+ ENABLED: Allow Gemini integrations.
5025
+ DISABLED: Do not allow Gemini integrations.
5026
+ UNSET: Use the value specified in the Generative AI policy defaults setting.
4996
5027
 
4997
5028
  chrome.users.GenAiDefaultSettings: Generative AI policy defaults.
4998
5029
  genAiDefaultSettings: TYPE_ENUM
@@ -5235,6 +5266,10 @@ chrome.users.InactiveBrowserDeletion: Inactive period for browser deletion.
5235
5266
  inactiveBrowserTtlDays: TYPE_INT64
5236
5267
  Number of days. Shortening this period can cause more enrolled browsers to be considered inactive and, therefore, be irreversibly deleted. Before lowering the value of this policy, make sure you understand the impact. The allowable range is 28-730 days.
5237
5268
 
5269
+ chrome.users.InactivePeriodForProfileDeletion: Inactive period for profile deletion.
5270
+ inactiveProfileTtlDays: TYPE_INT64
5271
+ Inactive period for profile deletion. Shortening this period can cause more managed profiles to be considered inactive and, therefore, be deleted. Before lowering the value of this policy, make sure you understand the impact. The allowable range is 28-730 days.
5272
+
5238
5273
  chrome.users.IncognitoMode: Incognito mode.
5239
5274
  incognitoModeAvailability: TYPE_ENUM
5240
5275
  AVAILABLE: Allow incognito mode.
@@ -5515,7 +5550,7 @@ chrome.users.MaxInvalidationFetchDelay: Policy fetch delay.
5515
5550
  duration: TYPE_STRING
5516
5551
 
5517
5552
  chrome.users.MaxInvalidationFetchDelayV2: Policy fetch delay.
5518
- duration: TYPE_INT64
5553
+ maxInvalidationFetchDelay: TYPE_INT64
5519
5554
 
5520
5555
  chrome.users.MediaRecommendationsEnabled: Media Recommendations.
5521
5556
  mediaRecommendationsEnabled: TYPE_BOOL
@@ -5692,6 +5727,16 @@ chrome.users.NtpMiddleSlotAnnouncementVisible: Middle slot announcement on the N
5692
5727
  true: Show the middle slot announcement on the New Tab Page if it is available.
5693
5728
  false: Do not show the middle slot announcement on the New Tab Page even if it is available.
5694
5729
 
5730
+ chrome.users.NtpOutlookCardVisible: New Tab page Outlook card.
5731
+ ntpOutlookCardVisible: TYPE_BOOL
5732
+ true: Enable New Tab page Outlook calendar card.
5733
+ false: Disable New Tab page Outlook calendar card.
5734
+
5735
+ chrome.users.NtpSharepointCardVisible: New Tab page Sharepoint and OneDrive card.
5736
+ ntpSharepointCardVisible: TYPE_BOOL
5737
+ true: Enable New Tab page Sharepoint and OneDrive files card.
5738
+ false: Disable New Tab page Sharepoint and OneDrive files card.
5739
+
5695
5740
  chrome.users.OffsetParentNewSpecBehaviorEnabled: Enable legacy HTMLElement offset behavior.
5696
5741
  offsetParentNewSpecBehaviorEnabled: TYPE_BOOL
5697
5742
  true: Use new offset behavior.
@@ -5972,7 +6017,7 @@ chrome.users.PrintingLpacSandboxEnabled: Printing LPAC Sandbox.
5972
6017
  false: Run printing services in a less secure sandbox.
5973
6018
 
5974
6019
  chrome.users.PrintingMaxSheetsAllowed: Maximum sheets.
5975
- value: TYPE_INT64
6020
+ printingMaxSheetsAllowedNullable: TYPE_INT64
5976
6021
 
5977
6022
  chrome.users.PrintingPaperSizeDefault: Default printing page size.
5978
6023
  printingPaperSizeEnum: TYPE_ENUM
@@ -6002,7 +6047,7 @@ chrome.users.PrintJobHistoryExpirationPeriodNew: Print job history retention per
6002
6047
  duration: TYPE_STRING
6003
6048
 
6004
6049
  chrome.users.PrintJobHistoryExpirationPeriodNewV2: Print job history retention period.
6005
- duration: TYPE_INT64
6050
+ printJobHistoryExpirationPeriodDaysNew: TYPE_INT64
6006
6051
 
6007
6052
  chrome.users.PrintPdfAsImage: Print PDF as image.
6008
6053
  printPdfAsImageAvailability: TYPE_BOOL
@@ -6159,7 +6204,7 @@ chrome.users.RelaunchNotificationWithDurationV2: Relaunch notification.
6159
6204
  NO_NOTIFICATION: No relaunch notification.
6160
6205
  RECOMMENDED: Show notification recommending relaunch.
6161
6206
  REQUIRED: Force relaunch after a period.
6162
- duration: TYPE_INT64
6207
+ relaunchWindowDurationMin: TYPE_INT64
6163
6208
  hours: TYPE_INT32
6164
6209
  minutes: TYPE_INT32
6165
6210
  seconds: TYPE_INT32
@@ -6180,7 +6225,7 @@ chrome.users.RemoteAccessHostClientDomainList: Remote access clients.
6180
6225
  Remote access client domain. Configure the required domain names for remote access clients.
6181
6226
 
6182
6227
  chrome.users.RemoteAccessHostClipboardSizeBytes: Clipboard sync max size.
6183
- value: TYPE_INT64
6228
+ remoteAccessHostClipboardSizeBytes: TYPE_INT64
6184
6229
 
6185
6230
  chrome.users.RemoteAccessHostDomainList: Remote access hosts.
6186
6231
  remoteAccessHostDomainList: TYPE_LIST
@@ -6299,7 +6344,7 @@ chrome.users.SafeSitesFilterBehavior: SafeSites URL filter.
6299
6344
  SAFE_SITES_FILTER_ENABLED: Filter sites for adult content.
6300
6345
 
6301
6346
  chrome.users.SamlLockScreenOfflineSigninTimeLimitDays: SAML single sign-on unlock frequency.
6302
- value: TYPE_INT64
6347
+ samlLockScreenOfflineSigninTimeLimitDays: TYPE_INT64
6303
6348
 
6304
6349
  chrome.users.SamlLockScreenReauthenticationEnabled: SAML single sign-on password synchronization flows.
6305
6350
  samlLockScreenReauthenticationEnabled: TYPE_BOOL
@@ -6387,7 +6432,7 @@ chrome.users.SecurityTokenSessionSettingsV2: Security token removal.
6387
6432
  IGNORE: Nothing.
6388
6433
  LOGOUT: Log the user out.
6389
6434
  LOCK: Lock the current session.
6390
- duration: TYPE_INT64
6435
+ securityTokenSessionNotificationSeconds: TYPE_INT64
6391
6436
 
6392
6437
  chrome.users.SelectToSpeakEnabled: Select to speak.
6393
6438
  selectToSpeakEnabled: TYPE_ENUM
@@ -6413,7 +6458,7 @@ chrome.users.SessionLength: Maximum user session length.
6413
6458
  duration: TYPE_STRING
6414
6459
 
6415
6460
  chrome.users.SessionLengthV2: Maximum user session length.
6416
- duration: TYPE_INT64
6461
+ sessionDurationLimit: TYPE_INT64
6417
6462
 
6418
6463
  chrome.users.SetTimeoutWithoutOneMsClampEnabled: Javascript setTimeout() minimum.
6419
6464
  setTimeoutWithoutOneMsClampEnabled: TYPE_ENUM
@@ -6768,6 +6813,11 @@ chrome.users.ThirdPartyCookieBlocking: Third-party cookie blocking.
6768
6813
  FALSE: Allow third-party cookies.
6769
6814
  TRUE: Disallow third-party cookies.
6770
6815
 
6816
+ chrome.users.ThirdPartyPasswordManagersAllowed: Third-party password managers allowed.
6817
+ thirdPartyPasswordManagersAllowed: TYPE_BOOL
6818
+ true: Allow using third-party password managers in Chrome.
6819
+ false: Block using third-party password managers in Chrome.
6820
+
6771
6821
  chrome.users.ThirdPartyStoragePartitioningSettings: Third-party storage partitioning.
6772
6822
  defaultThirdPartyStoragePartitioningSetting: TYPE_ENUM
6773
6823
  ALLOW_PARTITIONING: Allow third-party storage partitioning to be enabled.
@@ -7019,6 +7069,11 @@ chrome.users.WarnBeforeQuittingEnabled: Warn before quitting.
7019
7069
  MANDATORY: Do not allow users to override.
7020
7070
  RECOMMENDED: Allow users to override.
7021
7071
 
7072
+ chrome.users.WebAudioOutputBufferingEnabled: Adaptive buffering for Web Audio.
7073
+ webAudioOutputBufferingEnabled: TYPE_BOOL
7074
+ true: Enable web audio adaptive buffering.
7075
+ false: Disable web audio adaptive buffering.
7076
+
7022
7077
  chrome.users.WebAuthnFactors: WebAuthn.
7023
7078
  webAuthnFactors: TYPE_LIST
7024
7079
  {'value': 'PIN', 'description': 'PIN.'}
@@ -7132,4 +7187,5 @@ chrome.users.ZstdContentEncodingEnabled: Zstd compression.
7132
7187
  true: Allow zstd-compressed web content.
7133
7188
  false: Do not allow zstd-compressed web content.
7134
7189
 
7135
- ```
7190
+
7191
+ ```
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes