gam7 7.9.0__tar.gz → 7.9.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of gam7 might be problematic. Click here for more details.
- {gam7-7.9.0 → gam7-7.9.2}/PKG-INFO +1 -1
- {gam7-7.9.0 → gam7-7.9.2}/src/GamCommands.txt +1 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/GamUpdate.txt +17 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/__init__.py +120 -59
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Chrome-Policies.md +124 -69
- {gam7-7.9.0 → gam7-7.9.2}/wiki/GamUpdates.md +11 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md +2 -2
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Version-and-Help.md +6 -6
- {gam7-7.9.0 → gam7-7.9.2}/.github/ISSUE_TEMPLATE/aa-question.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/.github/ISSUE_TEMPLATE/za-bug-report.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/.github/ISSUE_TEMPLATE/zz-feature-request.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/.github/ISSUE_TEMPLATE.txt +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/.github/actions/decrypt.sh +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/.github/actions/entitlements.plist +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/.github/actions/package_exclusions.txt +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/.github/stale.yml +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/.github/workflows/build.yml +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/.github/workflows/codeql-analysis.yml +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/.github/workflows/get-cacerts.yml +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/.github/workflows/pushwiki.yml +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/.github/workflows/pypi.yml +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/.pre-commit-config.yaml +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/LICENSE +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/README.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/pyproject.toml +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/.gitignore +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/LICENSE +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/cacerts.pem +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/callgam.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/__main__.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/atom/__init__.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/atom/auth.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/atom/client.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/atom/core.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/atom/data.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/atom/http.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/atom/http_core.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/atom/http_interface.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/atom/mock_http.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/atom/mock_http_core.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/atom/mock_service.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/atom/service.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/atom/token_store.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/atom/url.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/cacerts.pem +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/cbcm-v1.1beta1.json +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/contactdelegation-v1.json +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/datastudio-v1.json +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gamlib/__init__.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gamlib/glaction.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gamlib/glapi.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gamlib/glcfg.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gamlib/glclargs.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gamlib/glentity.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gamlib/glgapi.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gamlib/glgdata.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gamlib/glglobals.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gamlib/glindent.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gamlib/glmsgs.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gamlib/glskus.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gamlib/gluprop.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gamlib/glverlibs.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gamlib/yubikey.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gdata/__init__.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gdata/alt/__init__.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gdata/alt/app_engine.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gdata/alt/appengine.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gdata/apps/__init__.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gdata/apps/audit/__init__.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gdata/apps/audit/service.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gdata/apps/contacts/__init__.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gdata/apps/contacts/service.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gdata/apps/service.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gdata/service.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/gdata/urlfetch.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/googleapiclient/__init__.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/googleapiclient/_auth.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/googleapiclient/_helpers.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/googleapiclient/channel.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/googleapiclient/discovery.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/googleapiclient/discovery_cache/__init__.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/googleapiclient/discovery_cache/appengine_memcache.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/googleapiclient/discovery_cache/base.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/googleapiclient/discovery_cache/file_cache.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/googleapiclient/errors.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/googleapiclient/http.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/googleapiclient/mimeparse.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/googleapiclient/model.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/googleapiclient/schema.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/googleapiclient/version.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/iso8601/__init__.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/iso8601/iso8601.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/meet-v2beta.json +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/serviceaccountlookup-v1.json +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam/six.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam-install.sh +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam-setup.bat +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam.exe.manifest +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam.spec +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/gam.wxs +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/license.rtf +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/requirements-dev.txt +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/requirements.txt +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/setup.cfg +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/setup.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/tools/a_atleast_b.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/tools/gen-wix-xml-filelist.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/tools/mkGamRef.py +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/tools/openssl.props +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/src/version_info.txt.in +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/00scratch.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Addresses.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Administrators.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Alert-Center.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Aliases.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Authorization.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/BNF-Syntax.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Basic-Items.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Bulk-Processing.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/CSV-Input-Filtering.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/CSV-Output-Filtering.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/CSV-Special-Characters.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Calendars-Access.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Calendars-Events.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Calendars.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Chat-Bot.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Chrome-AUE-Counts.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Chrome-Browser-Cloud-Management.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Chrome-Installed-Apps.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Chrome-Needs-Attention-Counts.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Chrome-Printers.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Chrome-Profile-Management.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Chrome-Version-Counts.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Chrome-Version-History.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/ChromeOS-Devices.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Classroom-Courses.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Classroom-Guardians.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Classroom-Invitations.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Classroom-Membership.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Cloud-Channel.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Cloud-Identity-Devices.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Cloud-Identity-Groups-Membership.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Cloud-Identity-Groups.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Cloud-Identity-Policies.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Cloud-Storage.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Collections-of-ChromeOS-Devices.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Collections-of-Items.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Collections-of-Users.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Command-Data-From-Google-Docs-Sheets-Storage.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Command-Line-Parsing.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Command-Logging-Progress.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Context-Aware-Access-Levels.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Customer.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Domain-People-Contacts-Profiles.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Domain-SharedContacts.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Domains-Verification.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Domains.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Downloads-Installs.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Drive-File-Selection.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Drive-Items.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Drive-REST-API-v3.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Email-Audit-Monitor.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Find-File-Owner.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/GAM-Public-Chat-Room.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/GAM-Return-Codes.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/GAM-with-minimal-GCP-rights.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/GAM7-on-Android-Devices.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/GAM7-on-Chrome-OS-Devices.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Google-Data-Transfers.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Google-Network-Addresses.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Groups-Membership.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Groups.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/HTTPS-Proxy.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Home.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/How-to-Install-GAM7.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/How-to-Uninstall-GAM7.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/How-to-Update-GAM7.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/How-to-Upgrade-GAMADV-XTD3-to-GAM7.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Inbound-SSO.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Install-GAM-as-Python-Library.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Licenses.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/List-Items.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/List.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Meta-Commands-and-File-Redirection.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Mobile-Devices.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Organizational-Units.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Other-Resources.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Permission-Matches.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Python-Regular-Expressions.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/README.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Rclone.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Reports.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Reseller.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Resources.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Running-GAM7-securely-on-a-Google-Compute-Engine.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/SSL-Root-CA-Certificates.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Schemas.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Scripts.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Send-Email.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Shared-Drives.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Sites.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Tag-Replace.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Todrive.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Unmanaged-Accounts.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Upgrade-Benefits.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Analytics-Admin.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Application-Specific-Passwords.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Backup-Verification-Codes.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Calendars-Access.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Calendars-Events.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Calendars.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Chat.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Classification-Labels.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Classroom-Profile.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Contacts-Delegates.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Contacts.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Deprovision.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Drive-Activity-Settings.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Drive-Cleanup.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Drive-Comments.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Drive-Copy-Move.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Drive-Files-Display.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Drive-Files-Manage.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Drive-Orphans.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Drive-Ownership.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Drive-Permissions.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Drive-Query.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Drive-Revisions.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Drive-Shortcuts.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Drive-Transfer.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Forms.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Gmail-CSE.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Gmail-Delegates.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Gmail-Filters.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Gmail-Forwarding.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Gmail-Labels.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Gmail-Messages-Threads.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Gmail-Profile.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Gmail-S-MIME.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Gmail-Send-As-Signature-Vacation.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Gmail-Settings.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Group-Membership.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Keep-Notes.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Looker-Studio.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Meet.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-People-Contacts-Profiles.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Photo.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Profile-Photo.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Profile-Sharing.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Shared-Drives.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Signout-Turnoff2SV.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Spreadsheets.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Tasks.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-Tokens.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users-YouTube.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Users.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Using-GAM7-with-a-YubiKey.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Using-GAM7-with-a-delegated-admin-service-account.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Vault-Takeout.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/Verifying-a-GAM7-Build-is-Legitimate-and-Official.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/_Sidebar.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/gam.cfg.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-AdminSettingsExamples.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Android-Installation.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-BulkOperations.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-CalendarExamples.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Chat-Bot.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Chrome-Browser-Management.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Chrome-OS-Installation.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Chrome-Policy-Settings.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Cloud-Identity-Groups.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Command-Reference-Calendar-Resources.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Command-Reference-Calendars.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Command-Reference-Definitions.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Command-Reference-Drive.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Command-Reference-Email.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Command-Reference-Group-Attributes.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Command-Reference-Groups.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Command-Reference-Users.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Context-Aware-Access-Levels.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Creating-client_secrets.json-and-oauth2service.json.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-CreatingClientSecretsFile.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Custom-Schemas.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Data-Transfers.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-DomainVerification.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-ExamplesAccountAuditing.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-ExamplesCSV.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-ExamplesEmailSettings.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-ExamplesOrganizations.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-GAM-Discussion-Group.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-GAM-on-Android-and-Chrome-OS.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-GAM-options-files.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-GAM-with--minimal-GCP-rights.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-GAM3CSVListings.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-GAM3DirectoryCommands.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-GAM3GroupSettings.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-GAM7-FAQ.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Google-Vault---Takeout-Commands.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-GoogleDriveManagement.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Grouping-18-or-Older-Users.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Home.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-How-to-upgrade-from-Standard-GAM.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Inbound-SSO-Settings.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-LicenseExamples.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Managing-Admins.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Managing-CloudPrint-Printers.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Managing-Devices.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Managing-Google-Classroom.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-OAuthKeyManagement.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Printers.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-ResellerCommands.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Running-GAM-on-Google-Compute-Engine-(GCE)-Securely.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-SecurityExamples.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-UnmanagedUsersExamples.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Use-a-Yubikey.md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/wiki/l-Using-GAM-with-a-delegated-admin-service-account-(DASA).md +0 -0
- {gam7-7.9.0 → gam7-7.9.2}/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,20 @@
|
|
|
1
|
+
7.09.02
|
|
2
|
+
|
|
3
|
+
Added command `gam info chromeschema std <SchemaName>` to display a Chrome policy schema in the same format as Legacy GAM.
|
|
4
|
+
|
|
5
|
+
Improved output of `gam show chromeschemas [std]` and `gam info chromeschema [std]` to more accurately display the schemas.
|
|
6
|
+
|
|
7
|
+
7.09.01
|
|
8
|
+
|
|
9
|
+
Fixed bug in `gam <UserTypeEntity> print diskusage` where the `ownedByMe` column was
|
|
10
|
+
blank for the top folder.
|
|
11
|
+
|
|
12
|
+
Fixed bug in `gam update chromepolicy` where the following error was generated
|
|
13
|
+
when updating policies with simple numerical values.
|
|
14
|
+
```
|
|
15
|
+
ERROR: Missing argument: Expected <value>"
|
|
16
|
+
```
|
|
17
|
+
|
|
1
18
|
7.09.00
|
|
2
19
|
|
|
3
20
|
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.
|
|
28
|
+
__version__ = '7.09.02'
|
|
29
29
|
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
|
30
30
|
|
|
31
31
|
#pylint: disable=wrong-import-position
|
|
@@ -25947,7 +25947,7 @@ def exitIfChatNotConfigured(chat, kvList, errMsg, i, count):
|
|
|
25947
25947
|
if (('No bot associated with this project.' in errMsg) or
|
|
25948
25948
|
('Invalid project number.' in errMsg) or
|
|
25949
25949
|
('Google Chat app not found.' in errMsg)):
|
|
25950
|
-
systemErrorExit(API_ACCESS_DENIED_RC, Msg.TO_SET_UP_GOOGLE_CHAT.format(setupChatURL(chat)))
|
|
25950
|
+
systemErrorExit(API_ACCESS_DENIED_RC, Msg.TO_SET_UP_GOOGLE_CHAT.format(setupChatURL(chat), GM.Globals[GM.OAUTH2SERVICE_JSON_DATA]['project_id']))
|
|
25951
25951
|
entityActionFailedWarning(kvList, errMsg, i, count)
|
|
25952
25952
|
|
|
25953
25953
|
def _getChatAdminAccess(adminAPI, userAPI):
|
|
@@ -28118,7 +28118,10 @@ def simplifyChromeSchema(schema):
|
|
|
28118
28118
|
'settings': {}
|
|
28119
28119
|
}
|
|
28120
28120
|
fieldDescriptions = schema['fieldDescriptions']
|
|
28121
|
+
savedSettingName = ''
|
|
28122
|
+
savedTypeName = ''
|
|
28121
28123
|
for mtype in schema['definition']['messageType']:
|
|
28124
|
+
numSettings = len(mtype['field'])
|
|
28122
28125
|
for setting in mtype['field']:
|
|
28123
28126
|
setting_name = setting['name']
|
|
28124
28127
|
setting_dict = {'name': setting_name,
|
|
@@ -28126,6 +28129,9 @@ def simplifyChromeSchema(schema):
|
|
|
28126
28129
|
'descriptions': [],
|
|
28127
28130
|
'type': setting['type'],
|
|
28128
28131
|
}
|
|
28132
|
+
if mtype['name'] == savedTypeName and numSettings == 1:
|
|
28133
|
+
setting_dict['name'] = savedSettingName
|
|
28134
|
+
savedTypeName = ''
|
|
28129
28135
|
if setting_dict['type'] == 'TYPE_STRING' and setting.get('label') == 'LABEL_REPEATED':
|
|
28130
28136
|
setting_dict['type'] = 'TYPE_LIST'
|
|
28131
28137
|
if setting_dict['type'] == 'TYPE_ENUM':
|
|
@@ -28147,6 +28153,8 @@ def simplifyChromeSchema(schema):
|
|
|
28147
28153
|
break
|
|
28148
28154
|
break
|
|
28149
28155
|
elif setting_dict['type'] == 'TYPE_MESSAGE':
|
|
28156
|
+
savedSettingName = setting_name
|
|
28157
|
+
savedTypeName = setting['typeName']
|
|
28150
28158
|
continue
|
|
28151
28159
|
else:
|
|
28152
28160
|
setting_dict['enums'] = None
|
|
@@ -28252,14 +28260,11 @@ def doDeleteChromePolicy():
|
|
|
28252
28260
|
entityActionFailedWarning(kvList, str(e))
|
|
28253
28261
|
|
|
28254
28262
|
CHROME_SCHEMA_SPECIAL_CASES = {
|
|
28263
|
+
# duration
|
|
28255
28264
|
'chrome.users.AutoUpdateCheckPeriodNewV2':
|
|
28256
28265
|
{'autoupdatecheckperiodminutesnew':
|
|
28257
28266
|
{'casedField': 'autoUpdateCheckPeriodMinutesNew',
|
|
28258
28267
|
'type': 'duration', 'minVal': 1, 'maxVal': 720}},
|
|
28259
|
-
'chrome.users.Avatar':
|
|
28260
|
-
{'useravatarimage':
|
|
28261
|
-
{'casedField': 'userAvatarImage',
|
|
28262
|
-
'type': 'downloadUri'}},
|
|
28263
28268
|
'chrome.users.BrowserSwitcherDelayDurationV2':
|
|
28264
28269
|
{'browserswitcherdelayduration':
|
|
28265
28270
|
{'casedField': 'browserSwitcherDelayDuration',
|
|
@@ -28301,10 +28306,6 @@ CHROME_SCHEMA_SPECIAL_CASES = {
|
|
|
28301
28306
|
{'maxinvalidationfetchdelay':
|
|
28302
28307
|
{'casedField': 'maxInvalidationFetchDelay',
|
|
28303
28308
|
'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
28309
|
'chrome.users.PrintJobHistoryExpirationPeriodNewV2':
|
|
28309
28310
|
{'printjobhistoryexpirationperioddaysnew':
|
|
28310
28311
|
{'casedField': 'printJobHistoryExpirationPeriodDaysNew',
|
|
@@ -28328,10 +28329,6 @@ CHROME_SCHEMA_SPECIAL_CASES = {
|
|
|
28328
28329
|
'updatessuppressedstarttime':
|
|
28329
28330
|
{'casedField': 'updatesSuppressedStartTime',
|
|
28330
28331
|
'type': 'timeOfDay'}},
|
|
28331
|
-
'chrome.users.Wallpaper':
|
|
28332
|
-
{'wallpaperimage':
|
|
28333
|
-
{'casedField': 'wallpaperImage',
|
|
28334
|
-
'type': 'downloadUri'}},
|
|
28335
28332
|
'chrome.devices.EnableReportUploadFrequencyV2':
|
|
28336
28333
|
{'reportdeviceuploadfrequency':
|
|
28337
28334
|
{'casedField': 'reportDeviceUploadFrequency',
|
|
@@ -28340,10 +28337,6 @@ CHROME_SCHEMA_SPECIAL_CASES = {
|
|
|
28340
28337
|
{'uptimelimitduration':
|
|
28341
28338
|
{'casedField': 'uptimeLimitDuration',
|
|
28342
28339
|
'type': 'duration', 'minVal': 1, 'maxVal': 365}},
|
|
28343
|
-
'chrome.devices.SignInWallpaperImage':
|
|
28344
|
-
{'devicewallpaperimage':
|
|
28345
|
-
{'casedField': 'deviceWallpaperImage',
|
|
28346
|
-
'type': 'downloadUri'}},
|
|
28347
28340
|
'chrome.devices.kiosk.AcPowerSettingsV2':
|
|
28348
28341
|
{'acidletimeout':
|
|
28349
28342
|
{'casedField': 'acIdleTimeout',
|
|
@@ -28370,10 +28363,6 @@ CHROME_SCHEMA_SPECIAL_CASES = {
|
|
|
28370
28363
|
'batteryscreenofftimeout':
|
|
28371
28364
|
{'casedField': 'batteryScreenOffTimeout',
|
|
28372
28365
|
'type': 'duration', 'minVal': 0, 'maxVal': 35000}},
|
|
28373
|
-
'chrome.devices.managedguest.Avatar':
|
|
28374
|
-
{'useravatarimage':
|
|
28375
|
-
{'casedField': 'userAvatarImage',
|
|
28376
|
-
'type': 'downloadUri'}},
|
|
28377
28366
|
'chrome.devices.managedguest.BrowsingDataLifetimeV2':
|
|
28378
28367
|
{'browsinghistoryttl':
|
|
28379
28368
|
{'casedField': 'browsingHistoryTtl',
|
|
@@ -28415,6 +28404,56 @@ CHROME_SCHEMA_SPECIAL_CASES = {
|
|
|
28415
28404
|
{'sessiondurationlimit':
|
|
28416
28405
|
{'casedField': 'sessionDurationLimit',
|
|
28417
28406
|
'type': 'duration', 'minVal': 1, 'maxVal': 1440}},
|
|
28407
|
+
# value
|
|
28408
|
+
'chrome.users.GaiaLockScreenOfflineSigninTimeLimitDays':
|
|
28409
|
+
{'gaialockscreenofflinesignintimelimitdays':
|
|
28410
|
+
{'casedField': 'gaiaLockScreenOfflineSigninTimeLimitDays',
|
|
28411
|
+
'type': 'value', 'minVal': 0, 'maxVal': 365}},
|
|
28412
|
+
'chrome.users.GaiaOfflineSigninTimeLimitDays':
|
|
28413
|
+
{'gaiaofflinesignintimelimitdays':
|
|
28414
|
+
{'casedField': 'gaiaOfflineSigninTimeLimitDays',
|
|
28415
|
+
'type': 'value', 'minVal': 0, 'maxVal': 365}},
|
|
28416
|
+
'chrome.users.PrintingMaxSheetsAllowed':
|
|
28417
|
+
{'printingmaxsheetsallowednullable':
|
|
28418
|
+
{'casedField': 'printingMaxSheetsAllowedNullable',
|
|
28419
|
+
'type': 'value', 'minVal': 1, 'maxVal': None}},
|
|
28420
|
+
'chrome.users.RemoteAccessHostClipboardSizeBytes':
|
|
28421
|
+
{'remoteaccesshostclipboardsizebytes':
|
|
28422
|
+
{'casedField': 'remoteAccessHostClipboardSizeBytes',
|
|
28423
|
+
'type': 'value', 'minVal': 0, 'maxVal': 2147483647}},
|
|
28424
|
+
'chrome.users.SamlLockScreenOfflineSigninTimeLimitDays':
|
|
28425
|
+
{'samllockscreenofflinesignintimelimitdays':
|
|
28426
|
+
{'casedField': 'samlLockScreenOfflineSigninTimeLimitDays',
|
|
28427
|
+
'type': 'value', 'minVal': 0, 'maxVal': 365}},
|
|
28428
|
+
'chrome.devices.ExtensionCacheSize':
|
|
28429
|
+
{'extensioncachesize':
|
|
28430
|
+
{'casedField': 'extensionCacheSize',
|
|
28431
|
+
'type': 'value', 'minVal': 1048576, 'maxVal': None, 'default': 268435456}},
|
|
28432
|
+
'chrome.devices.managedguest.PrintingMaxSheetsAllowed':
|
|
28433
|
+
{'printingmaxsheetsallowednullable':
|
|
28434
|
+
{'casedField': 'printingMaxSheetsAllowedNullable',
|
|
28435
|
+
'type': 'value', 'minVal': 1, 'maxVal': None}},
|
|
28436
|
+
'chrome.devices.managedguest.RemoteAccessHostClipboardSizeBytes':
|
|
28437
|
+
{'remoteaccesshostclipboardsizebytes':
|
|
28438
|
+
{'casedField': 'remoteAccessHostClipboardSizeBytes',
|
|
28439
|
+
'type': 'value', 'minVal': 0, 'maxVal': 2147483647}},
|
|
28440
|
+
# downloadUri
|
|
28441
|
+
'chrome.users.Avatar':
|
|
28442
|
+
{'useravatarimage':
|
|
28443
|
+
{'casedField': 'userAvatarImage',
|
|
28444
|
+
'type': 'downloadUri'}},
|
|
28445
|
+
'chrome.users.Wallpaper':
|
|
28446
|
+
{'wallpaperimage':
|
|
28447
|
+
{'casedField': 'wallpaperImage',
|
|
28448
|
+
'type': 'downloadUri'}},
|
|
28449
|
+
'chrome.devices.SignInWallpaperImage':
|
|
28450
|
+
{'devicewallpaperimage':
|
|
28451
|
+
{'casedField': 'deviceWallpaperImage',
|
|
28452
|
+
'type': 'downloadUri'}},
|
|
28453
|
+
'chrome.devices.managedguest.Avatar':
|
|
28454
|
+
{'useravatarimage':
|
|
28455
|
+
{'casedField': 'userAvatarImage',
|
|
28456
|
+
'type': 'downloadUri'}},
|
|
28418
28457
|
'chrome.devices.managedguest.Wallpaper':
|
|
28419
28458
|
{'wallpaperimage':
|
|
28420
28459
|
{'casedField': 'wallpaperImage',
|
|
@@ -28892,7 +28931,7 @@ def _showChromePolicySchema(schema, FJQC, i=0, count=0):
|
|
|
28892
28931
|
return
|
|
28893
28932
|
printEntity([Ent.CHROME_POLICY_SCHEMA, schema['name']], i, count)
|
|
28894
28933
|
Ind.Increment()
|
|
28895
|
-
showJSON(None, schema)
|
|
28934
|
+
showJSON(None, schema, dictObjectsKey={'messageType': 'name', 'field': 'name'})
|
|
28896
28935
|
Ind.Decrement()
|
|
28897
28936
|
|
|
28898
28937
|
CHROME_POLICY_SCHEMA_FIELDS_CHOICE_MAP = {
|
|
@@ -28915,6 +28954,9 @@ CHROME_POLICY_SCHEMA_FIELDS_CHOICE_MAP = {
|
|
|
28915
28954
|
# [formatjson]
|
|
28916
28955
|
def doInfoChromePolicySchemas():
|
|
28917
28956
|
cp = buildGAPIObject(API.CHROMEPOLICY)
|
|
28957
|
+
if checkArgumentPresent('std'):
|
|
28958
|
+
doInfoChromePolicySchemasStd(cp)
|
|
28959
|
+
return
|
|
28918
28960
|
FJQC = FormatJSONQuoteChar()
|
|
28919
28961
|
fieldsList = []
|
|
28920
28962
|
name = _getChromePolicySchemaName()
|
|
@@ -28943,7 +28985,7 @@ def doInfoChromePolicySchemas():
|
|
|
28943
28985
|
# [filter <String>]
|
|
28944
28986
|
# <ChromePolicySchemaFieldName>* [fields <ChromePolicySchemaFieldNameList>]
|
|
28945
28987
|
# [[formatjson [quotechar <Character>]]
|
|
28946
|
-
def
|
|
28988
|
+
def doPrintShowChromePolicySchemas():
|
|
28947
28989
|
def _printChromePolicySchema(schema):
|
|
28948
28990
|
row = flattenJSON(schema)
|
|
28949
28991
|
if not FJQC.formatJSON:
|
|
@@ -28957,10 +28999,12 @@ def doPrintShowChromeSchemas():
|
|
|
28957
28999
|
row['JSON'] = json.dumps(cleanJSON(schema), ensure_ascii=False, sort_keys=True)
|
|
28958
29000
|
csvPF.WriteRowNoFilter(row)
|
|
28959
29001
|
|
|
28960
|
-
if checkArgumentPresent('std'):
|
|
28961
|
-
doShowChromeSchemasStd()
|
|
28962
|
-
return
|
|
28963
29002
|
cp = buildGAPIObject(API.CHROMEPOLICY)
|
|
29003
|
+
if checkArgumentPresent('std'):
|
|
29004
|
+
if not Act.csvFormat():
|
|
29005
|
+
doShowChromePolicySchemasStd(cp)
|
|
29006
|
+
return
|
|
29007
|
+
unknownArgumentExit()
|
|
28964
29008
|
parent = _getCustomersCustomerIdWithC()
|
|
28965
29009
|
csvPF = CSVPrintFile(['name', 'schemaName', 'policyDescription',
|
|
28966
29010
|
'policyApiLifecycle.policyApiLifecycleStage',
|
|
@@ -29020,9 +29064,51 @@ def doPrintShowChromeSchemas():
|
|
|
29020
29064
|
if csvPF:
|
|
29021
29065
|
csvPF.writeCSVfile('Chrome Policy Schemas')
|
|
29022
29066
|
|
|
29067
|
+
def _showChromePolicySchemaStd(schema):
|
|
29068
|
+
printKeyValueList([f'{schema.get("name")}', f'{schema.get("description")}'])
|
|
29069
|
+
Ind.Increment()
|
|
29070
|
+
for val in schema['settings'].values():
|
|
29071
|
+
vtype = val.get('type')
|
|
29072
|
+
printKeyValueList([f'{val.get("name")}', f'{vtype}'])
|
|
29073
|
+
Ind.Increment()
|
|
29074
|
+
if vtype == 'TYPE_ENUM':
|
|
29075
|
+
enums = val.get('enums', [])
|
|
29076
|
+
descriptions = val.get('descriptions', [])
|
|
29077
|
+
for i in range(len(val.get('enums', []))):
|
|
29078
|
+
printKeyValueList([f'{enums[i]}', f'{descriptions[i]}'])
|
|
29079
|
+
elif vtype == 'TYPE_BOOL':
|
|
29080
|
+
pvs = val.get('descriptions')
|
|
29081
|
+
for pvi in pvs:
|
|
29082
|
+
if isinstance(pvi, dict):
|
|
29083
|
+
pvalue = pvi.get('value')
|
|
29084
|
+
pdescription = pvi.get('description')
|
|
29085
|
+
printKeyValueList([f'{pvalue}', f'{pdescription}'])
|
|
29086
|
+
elif isinstance(pvi, list):
|
|
29087
|
+
printKeyValueList([f'{pvi[0]}'])
|
|
29088
|
+
else:
|
|
29089
|
+
description = val.get('descriptions')
|
|
29090
|
+
if len(description) > 0:
|
|
29091
|
+
printKeyValueList([f'{description[0]}'])
|
|
29092
|
+
Ind.Decrement()
|
|
29093
|
+
Ind.Decrement()
|
|
29094
|
+
|
|
29095
|
+
# gam info chromeschema std <SchemaName>
|
|
29096
|
+
def doInfoChromePolicySchemasStd(cp):
|
|
29097
|
+
name = _getChromePolicySchemaName()
|
|
29098
|
+
checkForExtraneousArguments()
|
|
29099
|
+
try:
|
|
29100
|
+
schema = callGAPI(cp.customers().policySchemas(), 'get',
|
|
29101
|
+
throwReasons=[GAPI.NOT_FOUND, GAPI.BAD_REQUEST, GAPI.FORBIDDEN],
|
|
29102
|
+
name=name)
|
|
29103
|
+
_, schema_dict = simplifyChromeSchema(schema)
|
|
29104
|
+
_showChromePolicySchemaStd(schema_dict)
|
|
29105
|
+
except GAPI.notFound:
|
|
29106
|
+
entityUnknownWarning(Ent.CHROME_POLICY_SCHEMA, name)
|
|
29107
|
+
except (GAPI.badRequest, GAPI.forbidden):
|
|
29108
|
+
accessErrorExit(None)
|
|
29109
|
+
|
|
29023
29110
|
# gam show chromeschemas std [filter <String>]
|
|
29024
|
-
def
|
|
29025
|
-
cp = buildGAPIObject(API.CHROMEPOLICY)
|
|
29111
|
+
def doShowChromePolicySchemasStd(cp):
|
|
29026
29112
|
sfilter = None
|
|
29027
29113
|
while Cmd.ArgumentsRemaining():
|
|
29028
29114
|
myarg = getArgument()
|
|
@@ -29038,33 +29124,8 @@ def doShowChromeSchemasStd():
|
|
|
29038
29124
|
for schema in result:
|
|
29039
29125
|
schema_name, schema_dict = simplifyChromeSchema(schema)
|
|
29040
29126
|
schemas[schema_name.lower()] = schema_dict
|
|
29041
|
-
for _,
|
|
29042
|
-
|
|
29043
|
-
Ind.Increment()
|
|
29044
|
-
for val in value['settings'].values():
|
|
29045
|
-
vtype = val.get('type')
|
|
29046
|
-
printKeyValueList([f'{val.get("name")}', f'{vtype}'])
|
|
29047
|
-
Ind.Increment()
|
|
29048
|
-
if vtype == 'TYPE_ENUM':
|
|
29049
|
-
enums = val.get('enums', [])
|
|
29050
|
-
descriptions = val.get('descriptions', [])
|
|
29051
|
-
for i in range(len(val.get('enums', []))):
|
|
29052
|
-
printKeyValueList([f'{enums[i]}', f'{descriptions[i]}'])
|
|
29053
|
-
elif vtype == 'TYPE_BOOL':
|
|
29054
|
-
pvs = val.get('descriptions')
|
|
29055
|
-
for pvi in pvs:
|
|
29056
|
-
if isinstance(pvi, dict):
|
|
29057
|
-
pvalue = pvi.get('value')
|
|
29058
|
-
pdescription = pvi.get('description')
|
|
29059
|
-
printKeyValueList([f'{pvalue}', f'{pdescription}'])
|
|
29060
|
-
elif isinstance(pvi, list):
|
|
29061
|
-
printKeyValueList([f'{pvi[0]}'])
|
|
29062
|
-
else:
|
|
29063
|
-
description = val.get('descriptions')
|
|
29064
|
-
if len(description) > 0:
|
|
29065
|
-
printKeyValueList([f'{description[0]}'])
|
|
29066
|
-
Ind.Decrement()
|
|
29067
|
-
Ind.Decrement()
|
|
29127
|
+
for _, schema in sorted(iter(schemas.items())):
|
|
29128
|
+
_showChromePolicySchemaStd(schema)
|
|
29068
29129
|
printBlankLine()
|
|
29069
29130
|
|
|
29070
29131
|
# gam create chromenetwork
|
|
@@ -57296,6 +57357,7 @@ def printDiskUsage(users):
|
|
|
57296
57357
|
topFolder['path'] = f'{SHARED_DRIVES}{pathDelimiter}{topFolder["name"]}'
|
|
57297
57358
|
else:
|
|
57298
57359
|
topFolder['path'] = topFolder['name']
|
|
57360
|
+
topFolder.pop('ownedByMe', None)
|
|
57299
57361
|
elif topFolder['name'] == MY_DRIVE and not topFolder.get('parents'):
|
|
57300
57362
|
topFolder['path'] = MY_DRIVE
|
|
57301
57363
|
else:
|
|
@@ -57306,7 +57368,6 @@ def printDiskUsage(users):
|
|
|
57306
57368
|
if owners:
|
|
57307
57369
|
topFolder['Owner'] = owners[0].get('emailAddress', 'Unknown')
|
|
57308
57370
|
trashFolder['Owner'] = topFolder['Owner']
|
|
57309
|
-
topFolder.pop('ownedByMe', None)
|
|
57310
57371
|
topFolder.pop('parents', None)
|
|
57311
57372
|
topFolder.update(zeroFolderInfo)
|
|
57312
57373
|
topFolder.pop(sizeField, None)
|
|
@@ -76101,7 +76162,7 @@ MAIN_COMMANDS_WITH_OBJECTS = {
|
|
|
76101
76162
|
Cmd.ARG_CHROMENEEDSATTN: doPrintShowChromeNeedsAttn,
|
|
76102
76163
|
Cmd.ARG_CHROMEPOLICY: doPrintShowChromePolicies,
|
|
76103
76164
|
Cmd.ARG_CHROMEPROFILE: doPrintShowChromeProfiles,
|
|
76104
|
-
Cmd.ARG_CHROMESCHEMA:
|
|
76165
|
+
Cmd.ARG_CHROMESCHEMA: doPrintShowChromePolicySchemas,
|
|
76105
76166
|
Cmd.ARG_CHROMESNVALIDITY: doPrintChromeSnValidity,
|
|
76106
76167
|
Cmd.ARG_CHROMEVERSIONS: doPrintShowChromeVersions,
|
|
76107
76168
|
Cmd.ARG_CIGROUP: doPrintCIGroups,
|
|
@@ -76233,7 +76294,7 @@ MAIN_COMMANDS_WITH_OBJECTS = {
|
|
|
76233
76294
|
Cmd.ARG_CHROMENEEDSATTN: doPrintShowChromeNeedsAttn,
|
|
76234
76295
|
Cmd.ARG_CHROMEPOLICY: doPrintShowChromePolicies,
|
|
76235
76296
|
Cmd.ARG_CHROMEPROFILE: doPrintShowChromeProfiles,
|
|
76236
|
-
Cmd.ARG_CHROMESCHEMA:
|
|
76297
|
+
Cmd.ARG_CHROMESCHEMA: doPrintShowChromePolicySchemas,
|
|
76237
76298
|
Cmd.ARG_CHROMEVERSIONS: doPrintShowChromeVersions,
|
|
76238
76299
|
Cmd.ARG_CIGROUPMEMBERS: doShowCIGroupMembers,
|
|
76239
76300
|
Cmd.ARG_CIPOLICY: doPrintShowCIPolicies,
|