gam7 7.9.1__tar.gz → 7.9.3__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.
- {gam7-7.9.1 → gam7-7.9.3}/PKG-INFO +1 -1
- {gam7-7.9.1 → gam7-7.9.3}/src/GamCommands.txt +1 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/GamUpdate.txt +15 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/__init__.py +79 -42
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gamlib/glcfg.py +1 -1
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gamlib/glentity.py +1 -1
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gamlib/glmsgs.py +1 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gamlib/glskus.py +1 -1
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gamlib/glverlibs.py +1 -1
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Chrome-Policies.md +43 -40
- {gam7-7.9.1 → gam7-7.9.3}/wiki/GamUpdates.md +26 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Groups-Membership.md +2 -2
- {gam7-7.9.1 → gam7-7.9.3}/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md +2 -2
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Version-and-Help.md +6 -6
- {gam7-7.9.1 → gam7-7.9.3}/.github/ISSUE_TEMPLATE/aa-question.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/.github/ISSUE_TEMPLATE/za-bug-report.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/.github/ISSUE_TEMPLATE/zz-feature-request.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/.github/ISSUE_TEMPLATE.txt +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/.github/actions/decrypt.sh +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/.github/actions/entitlements.plist +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/.github/actions/package_exclusions.txt +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/.github/stale.yml +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/.github/workflows/build.yml +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/.github/workflows/codeql-analysis.yml +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/.github/workflows/get-cacerts.yml +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/.github/workflows/pushwiki.yml +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/.github/workflows/pypi.yml +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/.pre-commit-config.yaml +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/LICENSE +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/README.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/pyproject.toml +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/.gitignore +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/LICENSE +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/cacerts.pem +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/callgam.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/__main__.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/atom/__init__.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/atom/auth.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/atom/client.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/atom/core.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/atom/data.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/atom/http.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/atom/http_core.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/atom/http_interface.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/atom/mock_http.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/atom/mock_http_core.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/atom/mock_service.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/atom/service.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/atom/token_store.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/atom/url.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/cacerts.pem +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/cbcm-v1.1beta1.json +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/contactdelegation-v1.json +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/datastudio-v1.json +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gamlib/__init__.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gamlib/glaction.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gamlib/glapi.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gamlib/glclargs.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gamlib/glgapi.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gamlib/glgdata.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gamlib/glglobals.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gamlib/glindent.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gamlib/gluprop.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gamlib/yubikey.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gdata/__init__.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gdata/alt/__init__.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gdata/alt/app_engine.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gdata/alt/appengine.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gdata/apps/__init__.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gdata/apps/audit/__init__.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gdata/apps/audit/service.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gdata/apps/contacts/__init__.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gdata/apps/contacts/service.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gdata/apps/service.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gdata/service.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/gdata/urlfetch.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/googleapiclient/__init__.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/googleapiclient/_auth.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/googleapiclient/_helpers.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/googleapiclient/channel.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/googleapiclient/discovery.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/googleapiclient/discovery_cache/__init__.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/googleapiclient/discovery_cache/appengine_memcache.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/googleapiclient/discovery_cache/base.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/googleapiclient/discovery_cache/file_cache.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/googleapiclient/errors.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/googleapiclient/http.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/googleapiclient/mimeparse.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/googleapiclient/model.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/googleapiclient/schema.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/googleapiclient/version.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/iso8601/__init__.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/iso8601/iso8601.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/meet-v2beta.json +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/serviceaccountlookup-v1.json +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam/six.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam-install.sh +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam-setup.bat +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam.exe.manifest +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam.spec +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/gam.wxs +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/license.rtf +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/requirements-dev.txt +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/requirements.txt +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/setup.cfg +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/setup.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/tools/a_atleast_b.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/tools/gen-wix-xml-filelist.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/tools/mkGamRef.py +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/tools/openssl.props +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/src/version_info.txt.in +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/00scratch.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Addresses.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Administrators.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Alert-Center.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Aliases.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Authorization.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/BNF-Syntax.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Basic-Items.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Bulk-Processing.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/CSV-Input-Filtering.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/CSV-Output-Filtering.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/CSV-Special-Characters.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Calendars-Access.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Calendars-Events.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Calendars.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Chat-Bot.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Chrome-AUE-Counts.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Chrome-Browser-Cloud-Management.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Chrome-Installed-Apps.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Chrome-Needs-Attention-Counts.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Chrome-Printers.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Chrome-Profile-Management.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Chrome-Version-Counts.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Chrome-Version-History.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/ChromeOS-Devices.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Classroom-Courses.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Classroom-Guardians.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Classroom-Invitations.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Classroom-Membership.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Cloud-Channel.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Cloud-Identity-Devices.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Cloud-Identity-Groups-Membership.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Cloud-Identity-Groups.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Cloud-Identity-Policies.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Cloud-Storage.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Collections-of-ChromeOS-Devices.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Collections-of-Items.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Collections-of-Users.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Command-Data-From-Google-Docs-Sheets-Storage.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Command-Line-Parsing.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Command-Logging-Progress.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Context-Aware-Access-Levels.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Customer.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Domain-People-Contacts-Profiles.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Domain-SharedContacts.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Domains-Verification.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Domains.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Downloads-Installs.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Drive-File-Selection.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Drive-Items.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Drive-REST-API-v3.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Email-Audit-Monitor.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Find-File-Owner.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/GAM-Public-Chat-Room.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/GAM-Return-Codes.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/GAM-with-minimal-GCP-rights.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/GAM7-on-Android-Devices.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/GAM7-on-Chrome-OS-Devices.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Google-Data-Transfers.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Google-Network-Addresses.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Groups.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/HTTPS-Proxy.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Home.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/How-to-Install-GAM7.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/How-to-Uninstall-GAM7.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/How-to-Update-GAM7.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/How-to-Upgrade-GAMADV-XTD3-to-GAM7.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Inbound-SSO.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Install-GAM-as-Python-Library.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Licenses.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/List-Items.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/List.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Meta-Commands-and-File-Redirection.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Mobile-Devices.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Organizational-Units.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Other-Resources.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Permission-Matches.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Python-Regular-Expressions.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/README.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Rclone.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Reports.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Reseller.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Resources.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Running-GAM7-securely-on-a-Google-Compute-Engine.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/SSL-Root-CA-Certificates.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Schemas.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Scripts.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Send-Email.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Shared-Drives.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Sites.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Tag-Replace.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Todrive.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Unmanaged-Accounts.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Upgrade-Benefits.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Analytics-Admin.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Application-Specific-Passwords.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Backup-Verification-Codes.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Calendars-Access.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Calendars-Events.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Calendars.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Chat.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Classification-Labels.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Classroom-Profile.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Contacts-Delegates.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Contacts.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Deprovision.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Drive-Activity-Settings.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Drive-Cleanup.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Drive-Comments.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Drive-Copy-Move.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Drive-Files-Display.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Drive-Files-Manage.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Drive-Orphans.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Drive-Ownership.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Drive-Permissions.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Drive-Query.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Drive-Revisions.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Drive-Shortcuts.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Drive-Transfer.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Forms.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Gmail-CSE.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Gmail-Delegates.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Gmail-Filters.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Gmail-Forwarding.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Gmail-Labels.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Gmail-Messages-Threads.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Gmail-Profile.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Gmail-S-MIME.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Gmail-Send-As-Signature-Vacation.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Gmail-Settings.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Group-Membership.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Keep-Notes.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Looker-Studio.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Meet.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-People-Contacts-Profiles.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Photo.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Profile-Photo.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Profile-Sharing.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Shared-Drives.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Signout-Turnoff2SV.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Spreadsheets.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Tasks.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-Tokens.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users-YouTube.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Users.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Using-GAM7-with-a-YubiKey.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Using-GAM7-with-a-delegated-admin-service-account.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Vault-Takeout.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/Verifying-a-GAM7-Build-is-Legitimate-and-Official.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/_Sidebar.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/gam.cfg.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-AdminSettingsExamples.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Android-Installation.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-BulkOperations.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-CalendarExamples.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Chat-Bot.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Chrome-Browser-Management.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Chrome-OS-Installation.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Chrome-Policy-Settings.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Cloud-Identity-Groups.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Command-Reference-Calendar-Resources.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Command-Reference-Calendars.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Command-Reference-Definitions.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Command-Reference-Drive.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Command-Reference-Email.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Command-Reference-Group-Attributes.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Command-Reference-Groups.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Command-Reference-Users.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Context-Aware-Access-Levels.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Creating-client_secrets.json-and-oauth2service.json.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-CreatingClientSecretsFile.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Custom-Schemas.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Data-Transfers.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-DomainVerification.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-ExamplesAccountAuditing.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-ExamplesCSV.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-ExamplesEmailSettings.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-ExamplesOrganizations.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-GAM-Discussion-Group.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-GAM-on-Android-and-Chrome-OS.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-GAM-options-files.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-GAM-with--minimal-GCP-rights.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-GAM3CSVListings.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-GAM3DirectoryCommands.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-GAM3GroupSettings.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-GAM7-FAQ.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Google-Vault---Takeout-Commands.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-GoogleDriveManagement.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Grouping-18-or-Older-Users.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Home.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-How-to-upgrade-from-Standard-GAM.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Inbound-SSO-Settings.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-LicenseExamples.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Managing-Admins.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Managing-CloudPrint-Printers.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Managing-Devices.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Managing-Google-Classroom.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-OAuthKeyManagement.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Printers.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-ResellerCommands.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Running-GAM-on-Google-Compute-Engine-(GCE)-Securely.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-SecurityExamples.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-UnmanagedUsersExamples.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Use-a-Yubikey.md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-Using-GAM-with-a-delegated-admin-service-account-(DASA).md +0 -0
- {gam7-7.9.1 → gam7-7.9.3}/wiki/l-_Footer.md +0 -0
|
@@ -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,18 @@
|
|
|
1
|
+
7.09.03
|
|
2
|
+
|
|
3
|
+
Updated `gam <UserTypeEntity> create focustime|outofoffice ... timerange <Time> <Time>` to check
|
|
4
|
+
that the first `<Time>` is less than the second `Time`; previously the event was not created.
|
|
5
|
+
|
|
6
|
+
For new installs the `enforce_expansive_access` Boolean variable in `gam.cfg` now defaults to True.
|
|
7
|
+
For existing installations, if `enforce_expansive_access` has not been added to `gam.cfg`,
|
|
8
|
+
a default value of True will be used.
|
|
9
|
+
|
|
10
|
+
7.09.02
|
|
11
|
+
|
|
12
|
+
Added command `gam info chromeschema std <SchemaName>` to display a Chrome policy schema in the same format as Legacy GAM.
|
|
13
|
+
|
|
14
|
+
Improved output of `gam show chromeschemas [std]` and `gam info chromeschema [std]` to more accurately display the schemas.
|
|
15
|
+
|
|
1
16
|
7.09.01
|
|
2
17
|
|
|
3
18
|
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.
|
|
28
|
+
__version__ = '7.09.03'
|
|
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
|
|
28132
|
+
if mtype['name'] == savedTypeName and numSettings == 1:
|
|
28131
28133
|
setting_dict['name'] = savedSettingName
|
|
28132
|
-
|
|
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
|
|
@@ -28310,7 +28313,16 @@ CHROME_SCHEMA_SPECIAL_CASES = {
|
|
|
28310
28313
|
'chrome.users.RelaunchNotificationWithDurationV2':
|
|
28311
28314
|
{'relaunchnotificationperiodduration':
|
|
28312
28315
|
{'casedField': 'relaunchNotificationPeriodDuration',
|
|
28313
|
-
'type': 'duration', 'minVal':
|
|
28316
|
+
'type': 'duration', 'minVal': 1, 'maxVal': 168},
|
|
28317
|
+
'relaunchinitialquietperiodduration':
|
|
28318
|
+
{'casedField': 'relaunchInitialQuietPeriodDuration',
|
|
28319
|
+
'type': 'duration', 'minVal': 0, 'maxVal': None},
|
|
28320
|
+
'relaunchwindowstarttime':
|
|
28321
|
+
{'casedField': 'relaunchWindowStartTime',
|
|
28322
|
+
'type': 'timeOfDay'},
|
|
28323
|
+
'relaunchwindowdurationmin':
|
|
28324
|
+
{'casedField': 'relaunchWindowDurationMin',
|
|
28325
|
+
'type': 'duration', 'minVal': 1, 'maxVal': 1440}},
|
|
28314
28326
|
'chrome.users.SecurityTokenSessionSettingsV2':
|
|
28315
28327
|
{'securitytokensessionnotificationseconds':
|
|
28316
28328
|
{'casedField': 'securityTokenSessionNotificationSeconds',
|
|
@@ -28472,7 +28484,7 @@ def doUpdateChromePolicy():
|
|
|
28472
28484
|
return value
|
|
28473
28485
|
#if vtype == timeOfDay:
|
|
28474
28486
|
hours, minutes = value.split(':')
|
|
28475
|
-
return {vtype: {'hours': hours, 'minutes': minutes}}
|
|
28487
|
+
return {vtype: {'hours': int(hours), 'minutes': int(minutes)}}
|
|
28476
28488
|
|
|
28477
28489
|
cp = buildGAPIObject(API.CHROMEPOLICY)
|
|
28478
28490
|
cd = buildGAPIObject(API.DIRECTORY)
|
|
@@ -28928,7 +28940,7 @@ def _showChromePolicySchema(schema, FJQC, i=0, count=0):
|
|
|
28928
28940
|
return
|
|
28929
28941
|
printEntity([Ent.CHROME_POLICY_SCHEMA, schema['name']], i, count)
|
|
28930
28942
|
Ind.Increment()
|
|
28931
|
-
showJSON(None, schema)
|
|
28943
|
+
showJSON(None, schema, dictObjectsKey={'messageType': 'name', 'field': 'name', 'fieldDescriptions': 'field'})
|
|
28932
28944
|
Ind.Decrement()
|
|
28933
28945
|
|
|
28934
28946
|
CHROME_POLICY_SCHEMA_FIELDS_CHOICE_MAP = {
|
|
@@ -28951,6 +28963,9 @@ CHROME_POLICY_SCHEMA_FIELDS_CHOICE_MAP = {
|
|
|
28951
28963
|
# [formatjson]
|
|
28952
28964
|
def doInfoChromePolicySchemas():
|
|
28953
28965
|
cp = buildGAPIObject(API.CHROMEPOLICY)
|
|
28966
|
+
if checkArgumentPresent('std'):
|
|
28967
|
+
doInfoChromePolicySchemasStd(cp)
|
|
28968
|
+
return
|
|
28954
28969
|
FJQC = FormatJSONQuoteChar()
|
|
28955
28970
|
fieldsList = []
|
|
28956
28971
|
name = _getChromePolicySchemaName()
|
|
@@ -28979,7 +28994,7 @@ def doInfoChromePolicySchemas():
|
|
|
28979
28994
|
# [filter <String>]
|
|
28980
28995
|
# <ChromePolicySchemaFieldName>* [fields <ChromePolicySchemaFieldNameList>]
|
|
28981
28996
|
# [[formatjson [quotechar <Character>]]
|
|
28982
|
-
def
|
|
28997
|
+
def doPrintShowChromePolicySchemas():
|
|
28983
28998
|
def _printChromePolicySchema(schema):
|
|
28984
28999
|
row = flattenJSON(schema)
|
|
28985
29000
|
if not FJQC.formatJSON:
|
|
@@ -28993,10 +29008,12 @@ def doPrintShowChromeSchemas():
|
|
|
28993
29008
|
row['JSON'] = json.dumps(cleanJSON(schema), ensure_ascii=False, sort_keys=True)
|
|
28994
29009
|
csvPF.WriteRowNoFilter(row)
|
|
28995
29010
|
|
|
28996
|
-
if checkArgumentPresent('std'):
|
|
28997
|
-
doShowChromeSchemasStd()
|
|
28998
|
-
return
|
|
28999
29011
|
cp = buildGAPIObject(API.CHROMEPOLICY)
|
|
29012
|
+
if checkArgumentPresent('std'):
|
|
29013
|
+
if not Act.csvFormat():
|
|
29014
|
+
doShowChromePolicySchemasStd(cp)
|
|
29015
|
+
return
|
|
29016
|
+
unknownArgumentExit()
|
|
29000
29017
|
parent = _getCustomersCustomerIdWithC()
|
|
29001
29018
|
csvPF = CSVPrintFile(['name', 'schemaName', 'policyDescription',
|
|
29002
29019
|
'policyApiLifecycle.policyApiLifecycleStage',
|
|
@@ -29056,9 +29073,51 @@ def doPrintShowChromeSchemas():
|
|
|
29056
29073
|
if csvPF:
|
|
29057
29074
|
csvPF.writeCSVfile('Chrome Policy Schemas')
|
|
29058
29075
|
|
|
29076
|
+
def _showChromePolicySchemaStd(schema):
|
|
29077
|
+
printKeyValueList([f'{schema.get("name")}', f'{schema.get("description")}'])
|
|
29078
|
+
Ind.Increment()
|
|
29079
|
+
for val in schema['settings'].values():
|
|
29080
|
+
vtype = val.get('type')
|
|
29081
|
+
printKeyValueList([f'{val.get("name")}', f'{vtype}'])
|
|
29082
|
+
Ind.Increment()
|
|
29083
|
+
if vtype == 'TYPE_ENUM':
|
|
29084
|
+
enums = val.get('enums', [])
|
|
29085
|
+
descriptions = val.get('descriptions', [])
|
|
29086
|
+
for i in range(len(val.get('enums', []))):
|
|
29087
|
+
printKeyValueList([f'{enums[i]}', f'{descriptions[i]}'])
|
|
29088
|
+
elif vtype == 'TYPE_BOOL':
|
|
29089
|
+
pvs = val.get('descriptions')
|
|
29090
|
+
for pvi in pvs:
|
|
29091
|
+
if isinstance(pvi, dict):
|
|
29092
|
+
pvalue = pvi.get('value')
|
|
29093
|
+
pdescription = pvi.get('description')
|
|
29094
|
+
printKeyValueList([f'{pvalue}', f'{pdescription}'])
|
|
29095
|
+
elif isinstance(pvi, list):
|
|
29096
|
+
printKeyValueList([f'{pvi[0]}'])
|
|
29097
|
+
else:
|
|
29098
|
+
description = val.get('descriptions')
|
|
29099
|
+
if len(description) > 0:
|
|
29100
|
+
printKeyValueList([f'{description[0]}'])
|
|
29101
|
+
Ind.Decrement()
|
|
29102
|
+
Ind.Decrement()
|
|
29103
|
+
|
|
29104
|
+
# gam info chromeschema std <SchemaName>
|
|
29105
|
+
def doInfoChromePolicySchemasStd(cp):
|
|
29106
|
+
name = _getChromePolicySchemaName()
|
|
29107
|
+
checkForExtraneousArguments()
|
|
29108
|
+
try:
|
|
29109
|
+
schema = callGAPI(cp.customers().policySchemas(), 'get',
|
|
29110
|
+
throwReasons=[GAPI.NOT_FOUND, GAPI.BAD_REQUEST, GAPI.FORBIDDEN],
|
|
29111
|
+
name=name)
|
|
29112
|
+
_, schema_dict = simplifyChromeSchema(schema)
|
|
29113
|
+
_showChromePolicySchemaStd(schema_dict)
|
|
29114
|
+
except GAPI.notFound:
|
|
29115
|
+
entityUnknownWarning(Ent.CHROME_POLICY_SCHEMA, name)
|
|
29116
|
+
except (GAPI.badRequest, GAPI.forbidden):
|
|
29117
|
+
accessErrorExit(None)
|
|
29118
|
+
|
|
29059
29119
|
# gam show chromeschemas std [filter <String>]
|
|
29060
|
-
def
|
|
29061
|
-
cp = buildGAPIObject(API.CHROMEPOLICY)
|
|
29120
|
+
def doShowChromePolicySchemasStd(cp):
|
|
29062
29121
|
sfilter = None
|
|
29063
29122
|
while Cmd.ArgumentsRemaining():
|
|
29064
29123
|
myarg = getArgument()
|
|
@@ -29074,33 +29133,8 @@ def doShowChromeSchemasStd():
|
|
|
29074
29133
|
for schema in result:
|
|
29075
29134
|
schema_name, schema_dict = simplifyChromeSchema(schema)
|
|
29076
29135
|
schemas[schema_name.lower()] = schema_dict
|
|
29077
|
-
for _,
|
|
29078
|
-
|
|
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()
|
|
29136
|
+
for _, schema in sorted(iter(schemas.items())):
|
|
29137
|
+
_showChromePolicySchemaStd(schema)
|
|
29104
29138
|
printBlankLine()
|
|
29105
29139
|
|
|
29106
29140
|
# gam create chromenetwork
|
|
@@ -51561,6 +51595,9 @@ def getStatusEventDateTime(dateType, dateList):
|
|
|
51561
51595
|
if dateType == 'timerange':
|
|
51562
51596
|
startTime = getTimeOrDeltaFromNow(returnDateTime=True)[0]
|
|
51563
51597
|
endTime = getTimeOrDeltaFromNow(returnDateTime=True)[0]
|
|
51598
|
+
if startTime >= endTime:
|
|
51599
|
+
Cmd.Backup()
|
|
51600
|
+
usageErrorExit(Msg.INVALID_EVENT_TIMERANGE.format(dateType, startTime, endTime))
|
|
51564
51601
|
recurrence = []
|
|
51565
51602
|
while checkArgumentPresent(['recurrence']):
|
|
51566
51603
|
recurrence.append(getString(Cmd.OB_RECURRENCE))
|
|
@@ -76137,7 +76174,7 @@ MAIN_COMMANDS_WITH_OBJECTS = {
|
|
|
76137
76174
|
Cmd.ARG_CHROMENEEDSATTN: doPrintShowChromeNeedsAttn,
|
|
76138
76175
|
Cmd.ARG_CHROMEPOLICY: doPrintShowChromePolicies,
|
|
76139
76176
|
Cmd.ARG_CHROMEPROFILE: doPrintShowChromeProfiles,
|
|
76140
|
-
Cmd.ARG_CHROMESCHEMA:
|
|
76177
|
+
Cmd.ARG_CHROMESCHEMA: doPrintShowChromePolicySchemas,
|
|
76141
76178
|
Cmd.ARG_CHROMESNVALIDITY: doPrintChromeSnValidity,
|
|
76142
76179
|
Cmd.ARG_CHROMEVERSIONS: doPrintShowChromeVersions,
|
|
76143
76180
|
Cmd.ARG_CIGROUP: doPrintCIGroups,
|
|
@@ -76269,7 +76306,7 @@ MAIN_COMMANDS_WITH_OBJECTS = {
|
|
|
76269
76306
|
Cmd.ARG_CHROMENEEDSATTN: doPrintShowChromeNeedsAttn,
|
|
76270
76307
|
Cmd.ARG_CHROMEPOLICY: doPrintShowChromePolicies,
|
|
76271
76308
|
Cmd.ARG_CHROMEPROFILE: doPrintShowChromeProfiles,
|
|
76272
|
-
Cmd.ARG_CHROMESCHEMA:
|
|
76309
|
+
Cmd.ARG_CHROMESCHEMA: doPrintShowChromePolicySchemas,
|
|
76273
76310
|
Cmd.ARG_CHROMEVERSIONS: doPrintShowChromeVersions,
|
|
76274
76311
|
Cmd.ARG_CIGROUPMEMBERS: doShowCIGroupMembers,
|
|
76275
76312
|
Cmd.ARG_CIPOLICY: doPrintShowCIPolicies,
|
|
@@ -310,6 +310,7 @@ INVALID_ATTENDEE_CHANGE = 'Invalid attendee change "{0}"'
|
|
|
310
310
|
INVALID_CHARSET = 'Invalid charset "{0}"'
|
|
311
311
|
INVALID_DATE_TIME_RANGE = '{0} {1} must be greater than/equal to {2} {3}'
|
|
312
312
|
INVALID_ENTITY = 'Invalid {0}, {1}'
|
|
313
|
+
INVALID_EVENT_TIMERANGE = '{0} {1} must be less than {2}'
|
|
313
314
|
INVALID_FILE_SELECTION_WITH_ADMIN_ACCESS = 'Invalid file selection with adminaccess|asadmin'
|
|
314
315
|
INVALID_GROUP = 'Invalid Group'
|
|
315
316
|
INVALID_HTTP_HEADER = 'Invalid http header data: {0}'
|
|
@@ -117,6 +117,10 @@ The `quotechar <Character>` option allows you to choose an alternate quote chara
|
|
|
117
117
|
|
|
118
118
|
## Display Chrome policy schemas in same format as Legacy GAM
|
|
119
119
|
```
|
|
120
|
+
gam info chromeschema std <SchemaName>
|
|
121
|
+
```
|
|
122
|
+
Chrome policy schema `<SchemaName>` is displayed.
|
|
123
|
+
```
|
|
120
124
|
gam show chromeschemas std
|
|
121
125
|
[filter <String>]
|
|
122
126
|
```
|
|
@@ -551,7 +555,7 @@ chrome.devices.AutoUpdateSettings: Auto-update settings.
|
|
|
551
555
|
SUNDAY:
|
|
552
556
|
hours: TYPE_INT32
|
|
553
557
|
minutes: TYPE_INT32
|
|
554
|
-
|
|
558
|
+
selectedVersion: TYPE_STRING
|
|
555
559
|
chromeosVersion: TYPE_STRING
|
|
556
560
|
aueWarningPeriodDays: TYPE_INT64
|
|
557
561
|
warningPeriodDays: TYPE_INT64
|
|
@@ -907,7 +911,7 @@ chrome.devices.DeviceWilcoDtc: Dell SupportAssist.
|
|
|
907
911
|
installSupportAssistApp: TYPE_BOOL
|
|
908
912
|
true: Force-install the Dell SupportAssist app for Dell devices.
|
|
909
913
|
false: Do not automatically install the Dell SupportAssist app.
|
|
910
|
-
|
|
914
|
+
deviceWilcoDtcConfiguration: TYPE_STRING
|
|
911
915
|
|
|
912
916
|
chrome.devices.DisabledDeviceReturnInstructions: Disabled device return instructions.
|
|
913
917
|
deviceDisabledMessage: TYPE_STRING
|
|
@@ -964,7 +968,7 @@ chrome.devices.EnableReportDeviceUsers: Report device user tracking.
|
|
|
964
968
|
false: Disable tracking recent users.
|
|
965
969
|
|
|
966
970
|
chrome.devices.EnableReportUploadFrequency: Device status report upload frequency.
|
|
967
|
-
|
|
971
|
+
reportDeviceUploadFrequency: TYPE_STRING
|
|
968
972
|
|
|
969
973
|
chrome.devices.EnableReportUploadFrequencyV2: Device status report upload frequency.
|
|
970
974
|
reportDeviceUploadFrequency: TYPE_INT64
|
|
@@ -998,7 +1002,7 @@ chrome.devices.Imprivata: Imprivata login screen integration.
|
|
|
998
1002
|
IMPRIVATA_EXTENSION_VERSION_M86: Pinned to v2 (Compatible with Chrome 86+).
|
|
999
1003
|
IMPRIVATA_EXTENSION_VERSION_3: Pinned to v3 (Compatible with Chrome 97+).
|
|
1000
1004
|
IMPRIVATA_EXTENSION_VERSION_4: Pinned to v4 (Compatible with Chrome 118+).
|
|
1001
|
-
|
|
1005
|
+
imprivataExtensionConfiguration: TYPE_STRING
|
|
1002
1006
|
|
|
1003
1007
|
chrome.devices.InactiveDeviceNotifications: Inactive device notifications.
|
|
1004
1008
|
notificationEnabled: TYPE_BOOL
|
|
@@ -1023,7 +1027,7 @@ chrome.devices.kiosk.AcPowerSettings: AC Kiosk power settings.
|
|
|
1023
1027
|
IDLE_ACTION_LOGOUT: Logout.
|
|
1024
1028
|
IDLE_ACTION_SHUTDOWN: Shutdown.
|
|
1025
1029
|
IDLE_ACTION_DO_NOTHING: Do nothing.
|
|
1026
|
-
|
|
1030
|
+
acScreenOffTimeout: TYPE_STRING
|
|
1027
1031
|
|
|
1028
1032
|
chrome.devices.kiosk.AcPowerSettingsV2: AC Kiosk power settings.
|
|
1029
1033
|
acIdleAction: TYPE_ENUM
|
|
@@ -1113,7 +1117,7 @@ chrome.devices.kiosk.BatteryPowerSettings: Battery Kiosk power settings.
|
|
|
1113
1117
|
IDLE_ACTION_LOGOUT: Logout.
|
|
1114
1118
|
IDLE_ACTION_SHUTDOWN: Shutdown.
|
|
1115
1119
|
IDLE_ACTION_DO_NOTHING: Do nothing.
|
|
1116
|
-
|
|
1120
|
+
batteryScreenOffTimeout: TYPE_STRING
|
|
1117
1121
|
|
|
1118
1122
|
chrome.devices.kiosk.BatteryPowerSettingsV2: Battery Kiosk power settings.
|
|
1119
1123
|
batteryIdleAction: TYPE_ENUM
|
|
@@ -1581,7 +1585,7 @@ chrome.devices.managedguest.AutoplayAllowlist: Autoplay video.
|
|
|
1581
1585
|
Allowed URLs. URL patterns allowed to autoplay. Prefix domain with [*.] to include all subdomains. Use * to allow all domains.
|
|
1582
1586
|
|
|
1583
1587
|
chrome.devices.managedguest.Avatar: Custom avatar.
|
|
1584
|
-
|
|
1588
|
+
userAvatarImage: TYPE_STRING
|
|
1585
1589
|
|
|
1586
1590
|
chrome.devices.managedguest.BeforeunloadEventCancelByPreventDefaultEnabled: Behavior of event.preventDefault() for beforeunload event.
|
|
1587
1591
|
beforeunloadEventCancelByPreventDefaultEnabled: TYPE_ENUM
|
|
@@ -1604,7 +1608,7 @@ chrome.devices.managedguest.BrowserHistory: Browser history.
|
|
|
1604
1608
|
false: Always save browser history.
|
|
1605
1609
|
|
|
1606
1610
|
chrome.devices.managedguest.BrowsingDataLifetime: Browsing Data Lifetime.
|
|
1607
|
-
|
|
1611
|
+
hostedAppDataTtl: TYPE_STRING
|
|
1608
1612
|
|
|
1609
1613
|
chrome.devices.managedguest.BrowsingDataLifetimeV2: Browsing Data Lifetime.
|
|
1610
1614
|
hostedAppDataTtl: TYPE_INT64
|
|
@@ -1690,7 +1694,7 @@ chrome.devices.managedguest.CursorHighlightEnabled: Cursor highlight.
|
|
|
1690
1694
|
TRUE: Enable cursor highlight.
|
|
1691
1695
|
|
|
1692
1696
|
chrome.devices.managedguest.CustomTermsOfService: Custom terms of service.
|
|
1693
|
-
|
|
1697
|
+
termsOfServiceUrl: TYPE_STRING
|
|
1694
1698
|
|
|
1695
1699
|
chrome.devices.managedguest.DataLeakPreventionReportingEnabled: Data controls reporting.
|
|
1696
1700
|
dataLeakPreventionReportingEnabled: TYPE_BOOL
|
|
@@ -2111,7 +2115,7 @@ chrome.devices.managedguest.IdleSettingsExtended: Idle settings.
|
|
|
2111
2115
|
UNSET: Allow user to configure.
|
|
2112
2116
|
FALSE: Don't lock screen.
|
|
2113
2117
|
TRUE: Lock screen.
|
|
2114
|
-
|
|
2118
|
+
screenLockDelayBattery: TYPE_INT64
|
|
2115
2119
|
|
|
2116
2120
|
chrome.devices.managedguest.IncognitoMode: Incognito mode.
|
|
2117
2121
|
incognitoModeAvailability: TYPE_ENUM
|
|
@@ -2301,7 +2305,7 @@ chrome.devices.managedguest.ManagedGuestSessionV2: Managed guest session.
|
|
|
2301
2305
|
ROTATE_270: 270 degrees.
|
|
2302
2306
|
|
|
2303
2307
|
chrome.devices.managedguest.MaxInvalidationFetchDelay: Policy fetch delay.
|
|
2304
|
-
|
|
2308
|
+
maxInvalidationFetchDelay: TYPE_STRING
|
|
2305
2309
|
|
|
2306
2310
|
chrome.devices.managedguest.MaxInvalidationFetchDelayV2: Policy fetch delay.
|
|
2307
2311
|
maxInvalidationFetchDelay: TYPE_INT64
|
|
@@ -2528,7 +2532,7 @@ chrome.devices.managedguest.PrintingPinDefault: Default PIN printing mode.
|
|
|
2528
2532
|
DEFAULT_TO_NOT_PIN_PRINTING: Without PIN.
|
|
2529
2533
|
|
|
2530
2534
|
chrome.devices.managedguest.PrintJobHistoryExpirationPeriodNew: Print job history retention period.
|
|
2531
|
-
|
|
2535
|
+
printJobHistoryExpirationPeriodDaysNew: TYPE_STRING
|
|
2532
2536
|
|
|
2533
2537
|
chrome.devices.managedguest.PrintJobHistoryExpirationPeriodNewV2: Print job history retention period.
|
|
2534
2538
|
printJobHistoryExpirationPeriodDaysNew: TYPE_INT64
|
|
@@ -2540,7 +2544,7 @@ chrome.devices.managedguest.PrintPdfAsImage: Print PDF as image.
|
|
|
2540
2544
|
printPdfAsImageDefault: TYPE_BOOL
|
|
2541
2545
|
true: Default to printing PDFs as images when available.
|
|
2542
2546
|
false: Default to printing PDFs without being rasterized.
|
|
2543
|
-
|
|
2547
|
+
printRasterizePdfDpi: TYPE_INT64
|
|
2544
2548
|
|
|
2545
2549
|
chrome.devices.managedguest.PrivacyScreenEnabled: Privacy screen.
|
|
2546
2550
|
privacyScreenEnabled: TYPE_ENUM
|
|
@@ -2710,7 +2714,7 @@ chrome.devices.managedguest.ScreensaverLockScreenEnabled: Screen saver.
|
|
|
2710
2714
|
false: Don't display screen saver on lock screen when idle.
|
|
2711
2715
|
screensaverLockScreenImages: TYPE_LIST
|
|
2712
2716
|
Screen saver image URLs. Enter one URL per line. Images must be in JPG format(.jpg or .jpeg files.
|
|
2713
|
-
|
|
2717
|
+
screensaverLockScreenImageDisplayIntervalSeconds: TYPE_INT64
|
|
2714
2718
|
|
|
2715
2719
|
chrome.devices.managedguest.Screenshot: Screenshot.
|
|
2716
2720
|
disableScreenshots: TYPE_BOOL
|
|
@@ -2736,7 +2740,7 @@ chrome.devices.managedguest.SecurityTokenSessionSettings: Security token removal
|
|
|
2736
2740
|
IGNORE: Nothing.
|
|
2737
2741
|
LOGOUT: Log the user out.
|
|
2738
2742
|
LOCK: Lock the current session.
|
|
2739
|
-
|
|
2743
|
+
securityTokenSessionNotificationSeconds: TYPE_STRING
|
|
2740
2744
|
|
|
2741
2745
|
chrome.devices.managedguest.SecurityTokenSessionSettingsV2: Security token removal.
|
|
2742
2746
|
securityTokenSessionBehavior: TYPE_ENUM
|
|
@@ -2766,7 +2770,7 @@ chrome.devices.managedguest.ServiceWorkerToControlSrcdocIframeEnabled: Service w
|
|
|
2766
2770
|
false: Block service workers from controlling srcdoc iframes.
|
|
2767
2771
|
|
|
2768
2772
|
chrome.devices.managedguest.SessionLength: Maximum user session length.
|
|
2769
|
-
|
|
2773
|
+
sessionDurationLimit: TYPE_STRING
|
|
2770
2774
|
|
|
2771
2775
|
chrome.devices.managedguest.SessionLengthV2: Maximum user session length.
|
|
2772
2776
|
sessionDurationLimit: TYPE_INT64
|
|
@@ -3099,7 +3103,7 @@ chrome.devices.managedguest.WaitForInitialUserActivity: Wait for initial user ac
|
|
|
3099
3103
|
false: Start power management delays and session length limits at session start.
|
|
3100
3104
|
|
|
3101
3105
|
chrome.devices.managedguest.Wallpaper: Custom wallpaper.
|
|
3102
|
-
|
|
3106
|
+
wallpaperImage: TYPE_STRING
|
|
3103
3107
|
|
|
3104
3108
|
chrome.devices.managedguest.WebBluetoothAccess: Web Bluetooth API.
|
|
3105
3109
|
defaultWebBluetoothGuardSetting: TYPE_ENUM
|
|
@@ -3218,7 +3222,7 @@ chrome.devices.RestrictedManagedGuestSessionExtensionCleanupExemptList: Shared a
|
|
|
3218
3222
|
Extension IDs. Enter a list of extension IDs. Each extension ID must be exactly 32 characters.
|
|
3219
3223
|
|
|
3220
3224
|
chrome.devices.ScheduledRebootDuration: Reboot after uptime limit.
|
|
3221
|
-
|
|
3225
|
+
uptimeLimitDuration: TYPE_STRING
|
|
3222
3226
|
|
|
3223
3227
|
chrome.devices.ScheduledRebootDurationV2: Reboot after uptime limit.
|
|
3224
3228
|
uptimeLimitDuration: TYPE_INT64
|
|
@@ -3229,7 +3233,7 @@ chrome.devices.ShowLowDiskSpaceNotification: Low disk space notification.
|
|
|
3229
3233
|
false: Do not show notification when disk space is low.
|
|
3230
3234
|
|
|
3231
3235
|
chrome.devices.SignInKeyboard: Login screen keyboard.
|
|
3232
|
-
|
|
3236
|
+
selections: TYPE_LIST
|
|
3233
3237
|
|
|
3234
3238
|
chrome.devices.SignInLanguage: Sign-in language.
|
|
3235
3239
|
signInLanguageString: TYPE_STRING
|
|
@@ -3257,7 +3261,7 @@ chrome.devices.SignInRestrictionsOffHours: Device off hours.
|
|
|
3257
3261
|
minutes: TYPE_INT32
|
|
3258
3262
|
|
|
3259
3263
|
chrome.devices.SignInWallpaperImage: Device wallpaper image.
|
|
3260
|
-
|
|
3264
|
+
deviceWallpaperImage: TYPE_STRING
|
|
3261
3265
|
|
|
3262
3266
|
chrome.devices.SsoCameraPermissions: Single sign-on camera permissions.
|
|
3263
3267
|
loginVideoCaptureAllowedUrls: TYPE_LIST
|
|
@@ -3304,7 +3308,7 @@ chrome.devices.Timezone: Timezone.
|
|
|
3304
3308
|
IP_ONLY: Always use coarse timezone detection.
|
|
3305
3309
|
SEND_WIFI_ACCESS_POINTS: Always send wifi access points to server while resolving timezone.
|
|
3306
3310
|
SEND_ALL_LOCATION_INFO: Send all location information.
|
|
3307
|
-
|
|
3311
|
+
systemTimezone: TYPE_STRING
|
|
3308
3312
|
|
|
3309
3313
|
chrome.devices.TpmFirmwareUpdate: TPM firmware update.
|
|
3310
3314
|
tpmFirmwareUpdateEnabled: TYPE_BOOL
|
|
@@ -3912,7 +3916,7 @@ chrome.users.appsconfig.ChromeWebStoreBranding: Org name & logo.
|
|
|
3912
3916
|
false: Don't customize org name and logo.
|
|
3913
3917
|
cwsBrandingOrgName: TYPE_STRING
|
|
3914
3918
|
Organization name displayed. Name to be displayed on your users' custom Web Store.
|
|
3915
|
-
|
|
3919
|
+
cwsBrandingOrgLogo: TYPE_STRING
|
|
3916
3920
|
|
|
3917
3921
|
chrome.users.appsconfig.ChromeWebStoreHomepage: Chrome Web Store homepage.
|
|
3918
3922
|
cwsHomePage: TYPE_ENUM
|
|
@@ -3940,7 +3944,7 @@ chrome.users.appsconfig.ChromeWebStoreHomepageBanner: Homepage banner.
|
|
|
3940
3944
|
Headline text. The headline text to display on the banner.
|
|
3941
3945
|
cwsExtensionHomepageBannerDescriptionText: TYPE_STRING
|
|
3942
3946
|
Description text. The description text to display on the banner.
|
|
3943
|
-
|
|
3947
|
+
cwsExtensionHomepageBannerImage: TYPE_STRING
|
|
3944
3948
|
|
|
3945
3949
|
chrome.users.appsconfig.ChromeWebStorePagesAndContent: Pages & content.
|
|
3946
3950
|
cwsPagesContentCustomizationEnabled: TYPE_BOOL
|
|
@@ -4112,13 +4116,13 @@ chrome.users.AutoplayAllowlist: Autoplay video.
|
|
|
4112
4116
|
Allowed URLs. URL patterns allowed to autoplay. Prefix domain with [*.] to include all subdomains. Use * to allow all domains.
|
|
4113
4117
|
|
|
4114
4118
|
chrome.users.AutoUpdateCheckPeriodNew: Auto-update check period.
|
|
4115
|
-
|
|
4119
|
+
autoUpdateCheckPeriodMinutesNew: TYPE_STRING
|
|
4116
4120
|
|
|
4117
4121
|
chrome.users.AutoUpdateCheckPeriodNewV2: Auto-update check period.
|
|
4118
4122
|
autoUpdateCheckPeriodMinutesNew: TYPE_INT64
|
|
4119
4123
|
|
|
4120
4124
|
chrome.users.Avatar: Custom avatar.
|
|
4121
|
-
|
|
4125
|
+
userAvatarImage: TYPE_STRING
|
|
4122
4126
|
|
|
4123
4127
|
chrome.users.BackForwardCacheEnabled: Back-forward cache.
|
|
4124
4128
|
backForwardCacheEnabled: TYPE_BOOL
|
|
@@ -4201,7 +4205,7 @@ chrome.users.BrowserHistory: Browser history.
|
|
|
4201
4205
|
chrome.users.BrowserIdleTimeout: Browser idle timeout.
|
|
4202
4206
|
idleTimeoutActions: TYPE_LIST
|
|
4203
4207
|
{'value': 'close_browsers', 'description': 'Close Browsers.'}
|
|
4204
|
-
|
|
4208
|
+
idleTimeout: TYPE_INT64
|
|
4205
4209
|
|
|
4206
4210
|
chrome.users.BrowserLabsEnabled: Browser experiments icon in toolbar.
|
|
4207
4211
|
browserLabsEnabled: TYPE_BOOL
|
|
@@ -4238,7 +4242,7 @@ chrome.users.BrowserSwitcherChromePath: Chrome path.
|
|
|
4238
4242
|
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
4243
|
|
|
4240
4244
|
chrome.users.BrowserSwitcherDelayDuration: Delay before launching alternative browser.
|
|
4241
|
-
|
|
4245
|
+
browserSwitcherDelayDuration: TYPE_STRING
|
|
4242
4246
|
|
|
4243
4247
|
chrome.users.BrowserSwitcherDelayDurationV2: Delay before launching alternative browser.
|
|
4244
4248
|
browserSwitcherDelayDuration: TYPE_INT64
|
|
@@ -4279,7 +4283,7 @@ chrome.users.BrowserThemeColor: Custom theme color.
|
|
|
4279
4283
|
Hex color. Enter a valid hex color, for instance #FFFFFF.
|
|
4280
4284
|
|
|
4281
4285
|
chrome.users.BrowsingDataLifetime: Browsing Data Lifetime.
|
|
4282
|
-
|
|
4286
|
+
hostedAppDataTtl: TYPE_STRING
|
|
4283
4287
|
|
|
4284
4288
|
chrome.users.BrowsingDataLifetimeV2: Browsing Data Lifetime.
|
|
4285
4289
|
hostedAppDataTtl: TYPE_INT64
|
|
@@ -4438,7 +4442,7 @@ chrome.users.CloudReporting: Managed browser reporting.
|
|
|
4438
4442
|
false: Disable managed browser cloud reporting.
|
|
4439
4443
|
|
|
4440
4444
|
chrome.users.CloudReportingUploadFrequency: Managed browser reporting upload frequency.
|
|
4441
|
-
|
|
4445
|
+
cloudReportingUploadFrequency: TYPE_STRING
|
|
4442
4446
|
|
|
4443
4447
|
chrome.users.CloudReportingUploadFrequencyV2: Managed browser reporting upload frequency.
|
|
4444
4448
|
cloudReportingUploadFrequency: TYPE_INT64
|
|
@@ -4561,7 +4565,7 @@ chrome.users.CursorHighlightEnabled: Cursor highlight.
|
|
|
4561
4565
|
TRUE: Enable cursor highlight.
|
|
4562
4566
|
|
|
4563
4567
|
chrome.users.CustomTermsOfService: Custom terms of service.
|
|
4564
|
-
|
|
4568
|
+
termsOfServiceUrl: TYPE_STRING
|
|
4565
4569
|
|
|
4566
4570
|
chrome.users.DataCompressionProxy: Data compression proxy.
|
|
4567
4571
|
dataCompressionProxyEnabled: TYPE_ENUM
|
|
@@ -4912,7 +4916,7 @@ chrome.users.FElevenKeyModifier: Control the shortcut used to trigger F11.
|
|
|
4912
4916
|
RECOMMENDED: Allow users to override.
|
|
4913
4917
|
|
|
4914
4918
|
chrome.users.FetchKeepaliveDurationSecondsOnShutdown: Keepalive duration.
|
|
4915
|
-
|
|
4919
|
+
fetchKeepaliveDurationSecondsOnShutdown: TYPE_STRING
|
|
4916
4920
|
|
|
4917
4921
|
chrome.users.FetchKeepaliveDurationSecondsOnShutdownV2: Keepalive duration.
|
|
4918
4922
|
fetchKeepaliveDurationSecondsOnShutdown: TYPE_INT64
|
|
@@ -5199,7 +5203,7 @@ chrome.users.IdleSettingsExtended: Idle settings.
|
|
|
5199
5203
|
UNSET: Allow user to configure.
|
|
5200
5204
|
FALSE: Don't lock screen.
|
|
5201
5205
|
TRUE: Lock screen.
|
|
5202
|
-
|
|
5206
|
+
screenLockDelayBattery: TYPE_INT64
|
|
5203
5207
|
|
|
5204
5208
|
chrome.users.Images: Images.
|
|
5205
5209
|
defaultImagesSettings: TYPE_ENUM
|
|
@@ -5547,7 +5551,7 @@ chrome.users.MaxConnectionsPerProxy: Max connections per proxy.
|
|
|
5547
5551
|
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
5552
|
|
|
5549
5553
|
chrome.users.MaxInvalidationFetchDelay: Policy fetch delay.
|
|
5550
|
-
|
|
5554
|
+
maxInvalidationFetchDelay: TYPE_STRING
|
|
5551
5555
|
|
|
5552
5556
|
chrome.users.MaxInvalidationFetchDelayV2: Policy fetch delay.
|
|
5553
5557
|
maxInvalidationFetchDelay: TYPE_INT64
|
|
@@ -6044,7 +6048,7 @@ chrome.users.PrintingSendUsernameAndFilenameEnabled: CUPS Print job information.
|
|
|
6044
6048
|
false: Do not include user account and filename in print job.
|
|
6045
6049
|
|
|
6046
6050
|
chrome.users.PrintJobHistoryExpirationPeriodNew: Print job history retention period.
|
|
6047
|
-
|
|
6051
|
+
printJobHistoryExpirationPeriodDaysNew: TYPE_STRING
|
|
6048
6052
|
|
|
6049
6053
|
chrome.users.PrintJobHistoryExpirationPeriodNewV2: Print job history retention period.
|
|
6050
6054
|
printJobHistoryExpirationPeriodDaysNew: TYPE_INT64
|
|
@@ -6056,7 +6060,7 @@ chrome.users.PrintPdfAsImage: Print PDF as image.
|
|
|
6056
6060
|
printPdfAsImageDefault: TYPE_BOOL
|
|
6057
6061
|
true: Default to printing PDFs as images when available.
|
|
6058
6062
|
false: Default to printing PDFs without being rasterized.
|
|
6059
|
-
|
|
6063
|
+
printRasterizePdfDpi: TYPE_INT64
|
|
6060
6064
|
|
|
6061
6065
|
chrome.users.PrintPostScriptMode: PostScript printer mode.
|
|
6062
6066
|
printPostScriptMode: TYPE_ENUM
|
|
@@ -6193,7 +6197,7 @@ chrome.users.RelaunchNotificationWithDuration: Relaunch notification.
|
|
|
6193
6197
|
NO_NOTIFICATION: No relaunch notification.
|
|
6194
6198
|
RECOMMENDED: Show notification recommending relaunch.
|
|
6195
6199
|
REQUIRED: Force relaunch after a period.
|
|
6196
|
-
|
|
6200
|
+
relaunchWindowDurationMin: TYPE_STRING
|
|
6197
6201
|
hours: TYPE_INT32
|
|
6198
6202
|
minutes: TYPE_INT32
|
|
6199
6203
|
seconds: TYPE_INT32
|
|
@@ -6425,7 +6429,7 @@ chrome.users.SecurityTokenSessionSettings: Security token removal.
|
|
|
6425
6429
|
IGNORE: Nothing.
|
|
6426
6430
|
LOGOUT: Log the user out.
|
|
6427
6431
|
LOCK: Lock the current session.
|
|
6428
|
-
|
|
6432
|
+
securityTokenSessionNotificationSeconds: TYPE_STRING
|
|
6429
6433
|
|
|
6430
6434
|
chrome.users.SecurityTokenSessionSettingsV2: Security token removal.
|
|
6431
6435
|
securityTokenSessionBehavior: TYPE_ENUM
|
|
@@ -6455,7 +6459,7 @@ chrome.users.ServiceWorkerToControlSrcdocIframeEnabled: Service worker control o
|
|
|
6455
6459
|
false: Block service workers from controlling srcdoc iframes.
|
|
6456
6460
|
|
|
6457
6461
|
chrome.users.SessionLength: Maximum user session length.
|
|
6458
|
-
|
|
6462
|
+
sessionDurationLimit: TYPE_STRING
|
|
6459
6463
|
|
|
6460
6464
|
chrome.users.SessionLengthV2: Maximum user session length.
|
|
6461
6465
|
sessionDurationLimit: TYPE_INT64
|
|
@@ -7054,7 +7058,7 @@ chrome.users.WaitForInitialUserActivity: Wait for initial user activity.
|
|
|
7054
7058
|
false: Start power management delays and session length limits at session start.
|
|
7055
7059
|
|
|
7056
7060
|
chrome.users.Wallpaper: Custom wallpaper.
|
|
7057
|
-
|
|
7061
|
+
wallpaperImage: TYPE_STRING
|
|
7058
7062
|
|
|
7059
7063
|
chrome.users.WallpaperGooglePhotosIntegrationEnabled: Wallpaper selection from Google Photos.
|
|
7060
7064
|
wallpaperGooglePhotosIntegrationEnabled: TYPE_BOOL
|
|
@@ -7187,5 +7191,4 @@ chrome.users.ZstdContentEncodingEnabled: Zstd compression.
|
|
|
7187
7191
|
true: Allow zstd-compressed web content.
|
|
7188
7192
|
false: Do not allow zstd-compressed web content.
|
|
7189
7193
|
|
|
7190
|
-
|
|
7191
7194
|
```
|