mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
Compare commits
105 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
063e0876b9 | ||
|
|
4743d12ea8 | ||
|
|
ad548cbe33 | ||
|
|
bb9d5b3cdc | ||
|
|
ee3bb42d19 | ||
|
|
7e8042a2f8 | ||
|
|
5ed0b9ffd2 | ||
|
|
db2a37f358 | ||
|
|
77ebeddaac | ||
|
|
f00e7ecdbb | ||
|
|
f75d7d78f6 | ||
|
|
75929117aa | ||
|
|
a06348c1c5 | ||
|
|
425286482f | ||
|
|
a162cf870b | ||
|
|
28a1048f57 | ||
|
|
def54f1513 | ||
|
|
4d86d44ec1 | ||
|
|
2c0136834b | ||
|
|
9cca97b12e | ||
|
|
f69d0b1427 | ||
|
|
abd39176d8 | ||
|
|
782eee45cc | ||
|
|
6450fb0c3d | ||
|
|
523bd45fa0 | ||
|
|
9e6122769a | ||
|
|
9dc427c47b | ||
|
|
023c81de93 | ||
|
|
a570e1f300 | ||
|
|
86881b58f4 | ||
|
|
1b8793df9b | ||
|
|
dfdc03ba28 | ||
|
|
0cafde359e | ||
|
|
9b2ca0dedd | ||
|
|
741a2e3b79 | ||
|
|
760963889d | ||
|
|
b0b572a5b2 | ||
|
|
ae9e329169 | ||
|
|
d997900955 | ||
|
|
699d95d7d7 | ||
|
|
0274c27dd6 | ||
|
|
cb41cd4abf | ||
|
|
a971ea37ae | ||
|
|
c2192674ff | ||
|
|
1b7e736caf | ||
|
|
2a49e1ebe2 | ||
|
|
4075bef468 | ||
|
|
00cccbe920 | ||
|
|
0f50ce18b3 | ||
|
|
1475e7a1d2 | ||
|
|
573a0dc6f1 | ||
|
|
e56b56612f | ||
|
|
550dd6b947 | ||
|
|
38f63188e3 | ||
|
|
8d0865f692 | ||
|
|
2ba6ad10c2 | ||
|
|
9e44511872 | ||
|
|
1ee31b15b2 | ||
|
|
dfb1dd860f | ||
|
|
7aaf8cdaa6 | ||
|
|
66a65a380e | ||
|
|
471bd4f924 | ||
|
|
5525c79f5b | ||
|
|
03d79ec62e | ||
|
|
6f72c9844b | ||
|
|
5b1d876101 | ||
|
|
1cb3223637 | ||
|
|
0330e315d2 | ||
|
|
b8f894fddb | ||
|
|
0b1fee6bc5 | ||
|
|
cc61691f28 | ||
|
|
0ece44575d | ||
|
|
e476ad93ba | ||
|
|
21ba5e3ac0 | ||
|
|
453f3faf62 | ||
|
|
296e629b69 | ||
|
|
a319eb665d | ||
|
|
c3bf865497 | ||
|
|
c8914ddb03 | ||
|
|
e24e127055 | ||
|
|
ed2801d612 | ||
|
|
245c9ca9d7 | ||
|
|
e4352129db | ||
|
|
726f061b16 | ||
|
|
75598e5eb8 | ||
|
|
6e57ae33e8 | ||
|
|
22bc5457a7 | ||
|
|
1ba183e8a5 | ||
|
|
26f121b120 | ||
|
|
c3dc91d61d | ||
|
|
5a43aac095 | ||
|
|
0e335322dd | ||
|
|
c5215392d6 | ||
|
|
93534b8626 | ||
|
|
8ffa4e3822 | ||
|
|
97db67790d | ||
|
|
d5e6ab46d3 | ||
|
|
a11e07ffa4 | ||
|
|
9bd564bbca | ||
|
|
6f35df439c | ||
|
|
baacc4c77b | ||
|
|
10ef587ce1 | ||
|
|
251ba6a8b3 | ||
|
|
4c97aa8ccf | ||
|
|
d7f5a59115 |
137
.github/workflows/build.yml
vendored
137
.github/workflows/build.yml
vendored
@@ -23,7 +23,7 @@ defaults:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
SCRATCH_COUNTER: 14
|
SCRATCH_COUNTER: 14
|
||||||
OPENSSL_CONFIG_OPTS: no-fips --api=3.0.0 no-docs no-ssl3 no-tls1 no-tls1_1 no-dtls no-comp no-srp no-psk no-engine no-dynamic-engine no-nextprotoneg no-weak-ssl-ciphers no-idea no-seed no-camellia no-sm2 no-sm3 no-sm4 no-rc2 no-rc4 no-rc5 no-md2 no-md4 no-cast no-des no-shared no-tests -O3
|
OPENSSL_CONFIG_OPTS: no-fips --api=3.0.0 no-docs no-tls1 no-tls1_1 no-dtls no-comp no-srp no-psk no-nextprotoneg no-weak-ssl-ciphers no-idea no-seed no-camellia no-sm2 no-sm3 no-sm4 no-rc2 no-rc4 no-rc5 no-md2 no-md4 no-cast no-des no-shared -fPIC no-tests -O3
|
||||||
OPENSSL_INSTALL_PATH: ${{ github.workspace }}/bin/ssl
|
OPENSSL_INSTALL_PATH: ${{ github.workspace }}/bin/ssl
|
||||||
OPENSSL_SOURCE_PATH: ${{ github.workspace }}/src/openssl
|
OPENSSL_SOURCE_PATH: ${{ github.workspace }}/src/openssl
|
||||||
PYTHON_INSTALL_PATH: ${{ github.workspace }}/bin/python
|
PYTHON_INSTALL_PATH: ${{ github.workspace }}/bin/python
|
||||||
@@ -165,7 +165,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
cache.tar.xz
|
cache.tar.xz
|
||||||
key: gam-${{ matrix.jid }}-20260408-01
|
key: gam-${{ matrix.jid }}-20260508
|
||||||
|
|
||||||
- name: Untar Cache archive
|
- name: Untar Cache archive
|
||||||
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'
|
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'
|
||||||
@@ -200,6 +200,9 @@ jobs:
|
|||||||
echo "arch=${RUNNER_ARCH}" >> $GITHUB_ENV
|
echo "arch=${RUNNER_ARCH}" >> $GITHUB_ENV
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
# calculate with python because date on MacOS is just stupid
|
||||||
|
DEPS_CUTOFF=$(python3 -c "from datetime import datetime, timedelta, timezone; print((datetime.now(timezone.utc) - timedelta(days=14)).strftime('%Y-%m-%dT00:00:00Z'))")
|
||||||
|
echo "DEPS_CUTOFF=${DEPS_CUTOFF}" >> $GITHUB_ENV
|
||||||
echo "JID=${JID}" >> $GITHUB_ENV
|
echo "JID=${JID}" >> $GITHUB_ENV
|
||||||
echo "freethreaded=${freethreaded}" >> $GITHUB_ENV
|
echo "freethreaded=${freethreaded}" >> $GITHUB_ENV
|
||||||
if "$freethreaded"; then
|
if "$freethreaded"; then
|
||||||
@@ -343,7 +346,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd "${OPENSSL_SOURCE_PATH}"
|
cd "${OPENSSL_SOURCE_PATH}"
|
||||||
# --libdir=lib is needed so Python can find OpenSSL libraries
|
# --libdir=lib is needed so Python can find OpenSSL libraries
|
||||||
"${PERL}" ./Configure --libdir=lib --prefix="${OPENSSL_INSTALL_PATH}" $OPENSSL_CONFIG_OPTS
|
# Python doesn't like OpenSSL 4.0 with ASM on Linux arm64
|
||||||
|
# disable for now
|
||||||
|
if ([ "$RUNNER_OS" == "Linux" ] && [ "$RUNNER_ARCH" == "ARM64" ]); then
|
||||||
|
"${PERL}" ./Configure --libdir=lib --prefix="${OPENSSL_INSTALL_PATH}" no-asm $OPENSSL_CONFIG_OPTS
|
||||||
|
else
|
||||||
|
"${PERL}" ./Configure --libdir=lib --prefix="${OPENSSL_INSTALL_PATH}" $OPENSSL_CONFIG_OPTS
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
- name: Rename GNU link on Windows
|
- name: Rename GNU link on Windows
|
||||||
if: matrix.goal == 'build' && runner.os == 'Windows' && steps.cache-python-ssl.outputs.cache-hit != 'true'
|
if: matrix.goal == 'build' && runner.os == 'Windows' && steps.cache-python-ssl.outputs.cache-hit != 'true'
|
||||||
@@ -393,13 +403,11 @@ jobs:
|
|||||||
cd "${GITHUB_WORKSPACE}/src"
|
cd "${GITHUB_WORKSPACE}/src"
|
||||||
git clone https://github.com/python/cpython.git
|
git clone https://github.com/python/cpython.git
|
||||||
cd "${PYTHON_SOURCE_PATH}"
|
cd "${PYTHON_SOURCE_PATH}"
|
||||||
if [[ "${RUNNER_OS}" == "Linux" ]]; then
|
export LATEST_STABLE_TAG=$(git tag --list | grep -v a | grep -v rc | grep -v b | sort -Vr | head -n1)
|
||||||
# TEMP lock Linux to 3.14.3 until the PyInstaller multiprocess issues are resolved.
|
|
||||||
export LATEST_STABLE_TAG="v3.14.3"
|
|
||||||
else
|
|
||||||
export LATEST_STABLE_TAG=$(git tag --list | grep -v a | grep -v rc | grep -v b | sort -Vr | head -n1)
|
|
||||||
fi
|
|
||||||
git checkout "${LATEST_STABLE_TAG}"
|
git checkout "${LATEST_STABLE_TAG}"
|
||||||
|
# Temp Python 3.14 patch to work with OpenSSL 4
|
||||||
|
# Python 3.15 in Oct 2026 should support 4 OOB
|
||||||
|
patch -p1 < "${GITHUB_WORKSPACE}/src/tools/py314-ossl4.diff"
|
||||||
export COMPILED_PYTHON_VERSION=${LATEST_STABLE_TAG:1} # Trim the "v" prefix
|
export COMPILED_PYTHON_VERSION=${LATEST_STABLE_TAG:1} # Trim the "v" prefix
|
||||||
echo "COMPILED_PYTHON_VERSION=${COMPILED_PYTHON_VERSION}" >> $GITHUB_ENV
|
echo "COMPILED_PYTHON_VERSION=${COMPILED_PYTHON_VERSION}" >> $GITHUB_ENV
|
||||||
|
|
||||||
@@ -501,19 +509,19 @@ jobs:
|
|||||||
"${PYTHON}" -VV
|
"${PYTHON}" -VV
|
||||||
"${PYTHON}" -c "import ssl; print(f'Using {ssl.OPENSSL_VERSION}')"
|
"${PYTHON}" -c "import ssl; print(f'Using {ssl.OPENSSL_VERSION}')"
|
||||||
|
|
||||||
- name: Create and use Python venv
|
- name: Create and use Python .venv
|
||||||
run: |
|
run: |
|
||||||
cd "$GITHUB_WORKSPACE"
|
cd "$GITHUB_WORKSPACE"
|
||||||
curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py
|
curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py
|
||||||
"$PYTHON" get-pip.py
|
"$PYTHON" get-pip.py
|
||||||
"$PYTHON" -m venv venv
|
"$PYTHON" -m venv .venv
|
||||||
if [[ "$RUNNER_OS" == "Windows" ]]; then
|
if [[ "$RUNNER_OS" == "Windows" ]]; then
|
||||||
# pyscard seems to build outside venv but not in it.
|
# pyscard seems to build outside venv but not in it.
|
||||||
# build it so it's cached.
|
# build it so it's cached.
|
||||||
"$PYTHON" -m pip install --upgrade --force-reinstall pyscard
|
"$PYTHON" -m pip install --upgrade pyscard
|
||||||
export PYTHON="${GITHUB_WORKSPACE}/venv/scripts/python.exe"
|
export PYTHON="${GITHUB_WORKSPACE}/.venv/scripts/python.exe"
|
||||||
else
|
else
|
||||||
export PYTHON="${GITHUB_WORKSPACE}/venv/bin/python3"
|
export PYTHON="${GITHUB_WORKSPACE}/.venv/bin/python3"
|
||||||
fi
|
fi
|
||||||
echo "PYTHON=${PYTHON}" >> $GITHUB_ENV
|
echo "PYTHON=${PYTHON}" >> $GITHUB_ENV
|
||||||
if [[ "$ACTIONS_GOAL" == "test" ]]; then
|
if [[ "$ACTIONS_GOAL" == "test" ]]; then
|
||||||
@@ -521,31 +529,22 @@ jobs:
|
|||||||
echo "gam=${gam}" >> $GITHUB_ENV
|
echo "gam=${gam}" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Upgrade pip, wheel, etc
|
#- name: Upgrade pip, wheel, etc
|
||||||
run: |
|
# run: |
|
||||||
curl $curl_retry -O https://bootstrap.pypa.io/get-pip.py
|
# curl $curl_retry -O https://bootstrap.pypa.io/get-pip.py
|
||||||
"$PYTHON" get-pip.py
|
# "$PYTHON" get-pip.py
|
||||||
"$PYTHON" -m pip install --upgrade pip
|
# "$PYTHON" -m pip install --upgrade pip
|
||||||
"$PYTHON" -m pip install --upgrade wheel
|
# "$PYTHON" -m pip install --upgrade wheel
|
||||||
"$PYTHON" -m pip install --upgrade setuptools
|
# "$PYTHON" -m pip install --upgrade setuptools
|
||||||
"$PYTHON" -m pip install --upgrade importlib-metadata
|
# "$PYTHON" -m pip install --upgrade importlib-metadata
|
||||||
"$PYTHON" -m pip install --upgrade setuptools-scm
|
# "$PYTHON" -m pip install --upgrade setuptools-scm
|
||||||
"$PYTHON" -m pip install --upgrade packaging
|
# "$PYTHON" -m pip install --upgrade packaging
|
||||||
"$PYTHON" -m pip list
|
# "$PYTHON" -m pip list
|
||||||
|
|
||||||
- name: Install pip requirements
|
- name: Install pip requirements
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
run: |
|
run: |
|
||||||
echo "before anything..."
|
|
||||||
"$PYTHON" -m pip list
|
|
||||||
echo "--info--"
|
|
||||||
"$PYTHON" -m pip cache info
|
|
||||||
echo "--list--"
|
|
||||||
"$PYTHON" -m pip cache list
|
|
||||||
echo "--pip debug verbose--"
|
|
||||||
"$PYTHON" -m pip debug --verbose
|
|
||||||
echo "--------"
|
|
||||||
if ([ "$RUNNER_OS" == "Windows" ] && [ "$RUNNER_ARCH" == "ARM64" ]); then
|
if ([ "$RUNNER_OS" == "Windows" ] && [ "$RUNNER_ARCH" == "ARM64" ]); then
|
||||||
# custom cryptography wheel for win arm64 since the project doesn't provide one:
|
# custom cryptography wheel for win arm64 since the project doesn't provide one:
|
||||||
# https://github.com/pyca/cryptography/issues/14293
|
# https://github.com/pyca/cryptography/issues/14293
|
||||||
@@ -553,24 +552,12 @@ jobs:
|
|||||||
"$PYTHON" -m pip install cryptography-*.whl
|
"$PYTHON" -m pip install cryptography-*.whl
|
||||||
fi
|
fi
|
||||||
"$PYTHON" -m pip install -vvv --upgrade ..[yubikey]
|
"$PYTHON" -m pip install -vvv --upgrade ..[yubikey]
|
||||||
echo "after everything..."
|
|
||||||
"$PYTHON" -m pip list
|
|
||||||
|
|
||||||
- name: Install PyInstaller
|
- name: Install PyInstaller
|
||||||
if: matrix.goal == 'build'
|
if: matrix.goal == 'build'
|
||||||
run: |
|
run: |
|
||||||
#git clone https://github.com/pyinstaller/pyinstaller.git
|
# Install latest version of PyInstaller *that's 2 weeks old*
|
||||||
#cd pyinstaller
|
# Calculate the exact timestamp for 14 days ago
|
||||||
#export latest_release=$(git tag --list | grep -v dev | grep -v rc | sort -Vr | head -n1)
|
|
||||||
#git checkout "${latest_release}"
|
|
||||||
# git checkout "v6.9.0"
|
|
||||||
# remove pre-compiled bootloaders so we fail if bootloader compile fails
|
|
||||||
#rm -rvf PyInstaller/bootloader/*-*/*
|
|
||||||
#cd bootloader
|
|
||||||
#"${PYTHON}" ./waf all
|
|
||||||
#cd ..
|
|
||||||
#echo "---- Installing PyInstaller ----"
|
|
||||||
#"${PYTHON}" -m pip install .
|
|
||||||
"$PYTHON" -m pip install --upgrade pyinstaller
|
"$PYTHON" -m pip install --upgrade pyinstaller
|
||||||
|
|
||||||
- name: Build GAM with PyInstaller
|
- name: Build GAM with PyInstaller
|
||||||
@@ -637,10 +624,9 @@ jobs:
|
|||||||
sudo apt-get -qq --yes update
|
sudo apt-get -qq --yes update
|
||||||
# arm64 needs to build a wheel and needs scons to build
|
# arm64 needs to build a wheel and needs scons to build
|
||||||
sudo apt-get -qq --yes install scons
|
sudo apt-get -qq --yes install scons
|
||||||
"${PYTHON}" -m pip install --upgrade patchelf-wrapper
|
"$PYTHON" -m pip install --upgrade patchelf-wrapper
|
||||||
# "${PYTHON}" -m pip install --upgrade staticx
|
"$PYTHON" -m pip install --upgrade typing_extensions
|
||||||
# install latest github src for staticx
|
"$PYTHON" -m pip install --upgrade staticx
|
||||||
"${PYTHON}" -m pip install --upgrade "git+https://github.com/JonathonReinhart/staticx"
|
|
||||||
|
|
||||||
- name: Make StaticX GAM build
|
- name: Make StaticX GAM build
|
||||||
if: matrix.staticx == 'yes'
|
if: matrix.staticx == 'yes'
|
||||||
@@ -684,20 +670,6 @@ jobs:
|
|||||||
echo "GAM Version ${GAMVERSION}"
|
echo "GAM Version ${GAMVERSION}"
|
||||||
echo "GAMVERSION=${GAMVERSION}" >> $GITHUB_ENV
|
echo "GAMVERSION=${GAMVERSION}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Initialize Windows Desktop Shell
|
|
||||||
if: runner.os == 'Windows'
|
|
||||||
shell: pwsh
|
|
||||||
run: |
|
|
||||||
Write-Host "Checking for Windows Explorer shell..."
|
|
||||||
if (-not (Get-Process -Name explorer -ErrorAction SilentlyContinue)) {
|
|
||||||
Write-Host "Explorer not found. Booting the desktop shell..."
|
|
||||||
Start-Process explorer.exe
|
|
||||||
# Give the desktop a few seconds to fully render the taskbar
|
|
||||||
Start-Sleep -Seconds 10
|
|
||||||
} else {
|
|
||||||
Write-Host "Explorer is already running."
|
|
||||||
}
|
|
||||||
|
|
||||||
- name: Install NPM deps
|
- name: Install NPM deps
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
run: |
|
run: |
|
||||||
@@ -710,8 +682,8 @@ jobs:
|
|||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
#$url = "https://files.certum.eu/software/SimplySignDesktop/Windows/9.3.4.72/SimplySignDesktop-9.3.4.72-64-bit-en.msi"
|
#$url = "https://files.certum.eu/software/SimplySignDesktop/Windows/9.4.2.86/SimplySignDesktop-9.4.2.86-64-bit-en.msi"
|
||||||
$url = "https://www.files.certum.eu/software/SimplySignDesktop/Windows/9.4.0.84/SimplySignDesktop-9.4.0.84-64-bit-en.msi"
|
$url = "https://files.certum.eu/software/SimplySignDesktop/Windows/9.4.3.90/SimplySignDesktop-9.4.3.90-64-bit-en.msi"
|
||||||
$file = "SimplySignDesktop.msi"
|
$file = "SimplySignDesktop.msi"
|
||||||
Invoke-WebRequest $url -OutFile $file
|
Invoke-WebRequest $url -OutFile $file
|
||||||
$log = "install.log"
|
$log = "install.log"
|
||||||
@@ -720,6 +692,15 @@ jobs:
|
|||||||
$procMain.WaitForExit()
|
$procMain.WaitForExit()
|
||||||
$procLog.Kill()
|
$procLog.Kill()
|
||||||
|
|
||||||
|
- name: Run SSD directly
|
||||||
|
if: runner.os == 'Windows'
|
||||||
|
shell: pwsh
|
||||||
|
run: |
|
||||||
|
Write-Host "Running SSD..."
|
||||||
|
& "C:\\Program Files\\Certum\\SimplySign Desktop\\SimplySignDesktop.exe"
|
||||||
|
Start-Sleep -Seconds 10
|
||||||
|
& "C:\\Program Files\\Certum\\SimplySign Desktop\\SimplySignDesktop.exe"
|
||||||
|
|
||||||
- name: Login to Certum
|
- name: Login to Certum
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
@@ -728,18 +709,20 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
write-host "running SimplySignDesktop login..."
|
write-host "running SimplySignDesktop login..."
|
||||||
node tools/ssd.mjs --log-level warn
|
node tools/ssd.mjs --log-level warn
|
||||||
|
Get-ChildItem -Path $env:GITHUB_WORKSPACE
|
||||||
write-host "sleeping during login..."
|
write-host "sleeping during login..."
|
||||||
Start-Sleep 10
|
Start-Sleep 10
|
||||||
|
|
||||||
- name: Archive png artifacts
|
# - name: Archive artifacts
|
||||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 7.0.0
|
# uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # 7.0.0
|
||||||
if: runner.os == 'Windows'
|
# if: runner.os == 'Windows'
|
||||||
with:
|
# with:
|
||||||
archive: true
|
# archive: true
|
||||||
name: images-${{ matrix.os }}
|
# name: images-${{ matrix.os }}
|
||||||
if-no-files-found: ignore
|
# if-no-files-found: ignore
|
||||||
path: |
|
# path: |
|
||||||
*.png
|
# ${{ github.workspace }}/*.png
|
||||||
|
# ${{ github.workspace }}/*.log
|
||||||
|
|
||||||
- name: Sign gam.exe
|
- name: Sign gam.exe
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
|
|||||||
144
.github/workflows/upgrade_deps.yml
vendored
Normal file
144
.github/workflows/upgrade_deps.yml
vendored
Normal file
@@ -0,0 +1,144 @@
|
|||||||
|
name: Daily Dependency Pinning (2-Week Buffer)
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
# Runs every day at midnight UTC
|
||||||
|
- cron: '0 0 * * *'
|
||||||
|
workflow_dispatch: # Allows you to trigger it manually from the UI
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
pin-deps:
|
||||||
|
runs-on: ubuntu-slim
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout Repository
|
||||||
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
|
||||||
|
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
|
||||||
|
with:
|
||||||
|
python-version: '3.14'
|
||||||
|
|
||||||
|
- name: Calculate and pin two-week old stable versions
|
||||||
|
shell: python
|
||||||
|
run: |
|
||||||
|
import json
|
||||||
|
import urllib.request
|
||||||
|
import re
|
||||||
|
import tomllib
|
||||||
|
from datetime import datetime, timedelta, timezone
|
||||||
|
from pathlib import Path
|
||||||
|
|
||||||
|
toml_path = Path("pyproject.toml")
|
||||||
|
if not toml_path.exists():
|
||||||
|
print("pyproject.toml not found!")
|
||||||
|
exit(1)
|
||||||
|
|
||||||
|
content = toml_path.read_text(encoding="utf-8")
|
||||||
|
parsed_toml = tomllib.loads(content)
|
||||||
|
|
||||||
|
target_deps = set()
|
||||||
|
|
||||||
|
# Standard [project.dependencies]
|
||||||
|
target_deps.update(parsed_toml.get("project", {}).get("dependencies", []))
|
||||||
|
|
||||||
|
# Optional [project.optional-dependencies]
|
||||||
|
for deps in parsed_toml.get("project", {}).get("optional-dependencies", {}).values():
|
||||||
|
target_deps.update(deps)
|
||||||
|
|
||||||
|
# Dev [dependency-groups] (uv / PEP 735 standard)
|
||||||
|
for deps in parsed_toml.get("dependency-groups", {}).values():
|
||||||
|
if isinstance(deps, list):
|
||||||
|
for d in deps:
|
||||||
|
if isinstance(d, str):
|
||||||
|
target_deps.add(d)
|
||||||
|
|
||||||
|
if not target_deps:
|
||||||
|
print("No dependencies found to process.")
|
||||||
|
exit(0)
|
||||||
|
|
||||||
|
updates = {}
|
||||||
|
two_weeks_ago = datetime.now(timezone.utc) - timedelta(days=14)
|
||||||
|
print(f"Evaluating dependencies against cutoff date: {two_weeks_ago.isoformat()}")
|
||||||
|
|
||||||
|
for dep in target_deps:
|
||||||
|
# Isolate base package name (e.g., "yubikey-manager>=5.6.1" -> "yubikey-manager")
|
||||||
|
pkg_name = re.split(r'[<>=!~;\s]', dep)[0].strip()
|
||||||
|
|
||||||
|
# Preserve environment markers if they exist
|
||||||
|
marker = ""
|
||||||
|
if ";" in dep:
|
||||||
|
marker = " ; " + dep.split(";", 1)[1].strip()
|
||||||
|
|
||||||
|
print(f"Fetching PyPI data for: {pkg_name}")
|
||||||
|
try:
|
||||||
|
url = f"https://pypi.org/pypi/{pkg_name}/json"
|
||||||
|
req = urllib.request.Request(url, headers={'User-Agent': 'GAM-CI-Script'})
|
||||||
|
with urllib.request.urlopen(req) as response:
|
||||||
|
data = json.loads(response.read().decode())
|
||||||
|
|
||||||
|
valid_versions = []
|
||||||
|
for ver, files in data.get("releases", {}).items():
|
||||||
|
if not files:
|
||||||
|
continue
|
||||||
|
|
||||||
|
upload_time_str = files[0].get("upload_time_iso_8601")
|
||||||
|
if not upload_time_str:
|
||||||
|
continue
|
||||||
|
|
||||||
|
if upload_time_str.endswith('Z'):
|
||||||
|
upload_time_str = upload_time_str[:-1] + '+00:00'
|
||||||
|
|
||||||
|
upload_time = datetime.fromisoformat(upload_time_str)
|
||||||
|
|
||||||
|
# Filter: Must be older than 2 weeks and not a pre-release
|
||||||
|
if upload_time <= two_weeks_ago and not any(x in ver.lower() for x in ['a', 'b', 'rc', 'dev']):
|
||||||
|
valid_versions.append((upload_time, ver))
|
||||||
|
|
||||||
|
if valid_versions:
|
||||||
|
# Sort by upload time descending to get the newest valid option
|
||||||
|
valid_versions.sort(key=lambda x: x[0], reverse=True)
|
||||||
|
target_version = valid_versions[0][1]
|
||||||
|
|
||||||
|
pinned_dep = f"{pkg_name}=={target_version}{marker}"
|
||||||
|
if pinned_dep != dep:
|
||||||
|
updates[dep] = pinned_dep
|
||||||
|
print(f" -> Pinning: '{dep}' => '{pinned_dep}'")
|
||||||
|
else:
|
||||||
|
print(f" -> Already pinned correctly to {target_version}")
|
||||||
|
else:
|
||||||
|
print(f" -> No valid historical versions found.")
|
||||||
|
|
||||||
|
except urllib.error.HTTPError as e:
|
||||||
|
print(f" -> Package not found on PyPI or HTTP error: {e}")
|
||||||
|
except Exception as e:
|
||||||
|
print(f" -> Error processing {pkg_name}: {e}")
|
||||||
|
|
||||||
|
# 3. Replace the strings safely in the original file content
|
||||||
|
new_content = content
|
||||||
|
for old_dep, new_dep in updates.items():
|
||||||
|
# Regex targets the exact string inside either single or double quotes
|
||||||
|
# Using a lambda replacement ensures we don't trip over escape sequences in the new string
|
||||||
|
escaped_old = re.escape(old_dep)
|
||||||
|
pattern = r'([\'"])' + escaped_old + r'\1'
|
||||||
|
new_content = re.sub(pattern, lambda m: m.group(1) + new_dep + m.group(1), new_content)
|
||||||
|
|
||||||
|
# Write changes back to pyproject.toml
|
||||||
|
if content != new_content:
|
||||||
|
toml_path.write_text(new_content, encoding="utf-8")
|
||||||
|
print("\npyproject.toml updated successfully.")
|
||||||
|
else:
|
||||||
|
print("\nNo updates required.")
|
||||||
|
|
||||||
|
- name: Create Pull Request
|
||||||
|
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
commit-message: "chore: upgrade PyPi deps"
|
||||||
|
title: "Upgrade PyPi deps"
|
||||||
|
body: "Automated scan checking PyPI for package versions at least 2 weeks old."
|
||||||
|
branch: sys-deps-upgrade
|
||||||
|
force: false # Standard push, plays nice with rulesets
|
||||||
@@ -16,7 +16,7 @@ this will download GAM, install it and start setup.
|
|||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
Download the MSI Installer from the [GitHub Releases] page. Install the MSI and you'll be prompted to setup GAM.
|
Download the EXE Installer from the [GitHub Releases] page. Run it and you'll be prompted to setup GAM.
|
||||||
|
|
||||||
## Use your own Python
|
## Use your own Python
|
||||||
If you'd prefer to install GAM as a Python package you can install with pip:
|
If you'd prefer to install GAM as a Python package you can install with pip:
|
||||||
|
|||||||
6
dep-overrides.txt
Normal file
6
dep-overrides.txt
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# overrides uv.lock to force newer dependencies
|
||||||
|
# when old deps are vulnerable. These should be set
|
||||||
|
# to expire after 2 weeks when the fixed version will
|
||||||
|
# be automatically picked up anyway.
|
||||||
|
# Format: package_requirement | MM/DD/YYYY
|
||||||
|
urllib3>=2.7.0 | 05/22/2026
|
||||||
@@ -4,26 +4,24 @@ dynamic = [
|
|||||||
"version",
|
"version",
|
||||||
]
|
]
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Jay Lee", email="jay0lee@gmail.com" },
|
{ name = "Jay Lee", email = "jay0lee@gmail.com" },
|
||||||
{ name="Ross Scroggs", email="Ross.Scroggs@gmail.com" },
|
{ name = "Ross Scroggs", email = "Ross.Scroggs@gmail.com" },
|
||||||
]
|
]
|
||||||
# notice that yubikey-manager remains optional further down since it is less command and adds
|
|
||||||
#significant compile dependencies.
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrow>=1.3.0",
|
"arrow==1.4.0",
|
||||||
"chardet==5.2.0",
|
"chardet==7.4.3",
|
||||||
"cryptography>=46.0.5",
|
"cryptography==47.0.0",
|
||||||
"distro; sys_platform=='linux'",
|
"distro==1.9.0 ; sys_platform=='linux'",
|
||||||
"filelock>=3.18.0",
|
"filelock==3.29.0",
|
||||||
"google-api-python-client>=2.167.0",
|
"google-api-python-client==2.195.0",
|
||||||
"google-auth-httplib2>=0.2.0",
|
"google-auth-httplib2==0.3.1",
|
||||||
"google-auth-oauthlib>=1.2.2",
|
"google-auth-oauthlib==1.3.1",
|
||||||
"google-auth>=2.39.0",
|
"google-auth==2.50.0",
|
||||||
"httplib2>=0.31.0",
|
"httplib2==0.31.2",
|
||||||
"lxml>=5.4.0",
|
"lxml==6.1.0",
|
||||||
"passlib>=1.7.4",
|
"passlib==1.7.4",
|
||||||
"pathvalidate>=3.2.3",
|
"pathvalidate==3.3.1",
|
||||||
"pysocks>=1.7.1",
|
"pysocks==1.7.1",
|
||||||
]
|
]
|
||||||
description = "CLI tool to manage Google Workspace"
|
description = "CLI tool to manage Google Workspace"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@@ -38,11 +36,17 @@ classifiers = [
|
|||||||
"Programming Language :: Python :: 3.14",
|
"Programming Language :: Python :: 3.14",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
license = {text = "Apache License (2.0)"}
|
license-files = [
|
||||||
license-files = ["LICEN[CS]E*"]
|
"LICEN[CS]E*",
|
||||||
|
]
|
||||||
|
|
||||||
|
[project.license]
|
||||||
|
text = "Apache License (2.0)"
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
yubikey = ["yubikey-manager>=5.6.1"]
|
yubikey = [
|
||||||
|
"yubikey-manager==5.9.1",
|
||||||
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
gam = "gam.__main__:main"
|
gam = "gam.__main__:main"
|
||||||
@@ -57,7 +61,9 @@ Chat = "https://git.io/gam-chat"
|
|||||||
path = "src/gam/__init__.py"
|
path = "src/gam/__init__.py"
|
||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
packages = ["src/gam"]
|
packages = [
|
||||||
|
"src/gam",
|
||||||
|
]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = [
|
requires = [
|
||||||
|
|||||||
@@ -916,6 +916,8 @@ Specify a collection of Users by directly specifying them or by specifying items
|
|||||||
|
|
||||||
<UserTypeEntity> ::=
|
<UserTypeEntity> ::=
|
||||||
(all users|users_na|users_arch|users_ns|users_susp|users_arch_or_susp|users_na_ns|users_ns_susp)|
|
(all users|users_na|users_arch|users_ns|users_susp|users_arch_or_susp|users_na_ns|users_ns_susp)|
|
||||||
|
(all guests|guests_ns|guests_susp|guests_ns_susp)|
|
||||||
|
(all users_and_guests|users_and_guests_ns|users_and_guests_susp|users_and_guests_ns_susp)|
|
||||||
(user <UserItem>)|
|
(user <UserItem>)|
|
||||||
(users <UserList>)|
|
(users <UserList>)|
|
||||||
(oauthuser)
|
(oauthuser)
|
||||||
@@ -1351,9 +1353,12 @@ verify
|
|||||||
## File Redirection
|
## File Redirection
|
||||||
|
|
||||||
If the pattern {{Section}} appears in <FileName>, it will be replaced with the name of the current section.
|
If the pattern {{Section}} appears in <FileName>, it will be replaced with the name of the current section.
|
||||||
For redirect csv, the optional arguments must appear in the order shown.
|
|
||||||
|
For redirect csv, the optional arguments can be specfified in any order but `todrive <ToDriveAttribute>*`
|
||||||
|
must be last.
|
||||||
|
|
||||||
<Redirect> ::=
|
<Redirect> ::=
|
||||||
redirect csv <FileName> [multiprocess] [append] [noheader] [charset <Charset>]
|
redirect csv <FileName> [delayopen] multiprocess] [append] [noheader] [charset <Charset>]
|
||||||
[columndelimiter <Character>] [quotechar <Character>] [noescapechar [<Boolean>]]
|
[columndelimiter <Character>] [quotechar <Character>] [noescapechar [<Boolean>]]
|
||||||
[sortheaders <StringList>] [timestampcolumn <String>] [transpose [<Bopolean>]]
|
[sortheaders <StringList>] [timestampcolumn <String>] [transpose [<Bopolean>]]
|
||||||
[todrive <ToDriveAttribute>*] |
|
[todrive <ToDriveAttribute>*] |
|
||||||
@@ -1715,6 +1720,7 @@ gam calendar <CalendarEntity> printacl [todrive <ToDriveAttribute>*]
|
|||||||
|
|
||||||
<EventMatchProperty> ::=
|
<EventMatchProperty> ::=
|
||||||
(matchfield attendees <EmailAddressEntity>)|
|
(matchfield attendees <EmailAddressEntity>)|
|
||||||
|
(matchfield attendeesorganizer <Boolean> <EmailAddressEntity>)|
|
||||||
(matchfield attendeesonlydomainlist <DomainNameList>)|
|
(matchfield attendeesonlydomainlist <DomainNameList>)|
|
||||||
(matchfield attendeesdomainlist <DomainNameList>)|
|
(matchfield attendeesdomainlist <DomainNameList>)|
|
||||||
(matchfield attendeesnotdomainlist <DomainNameList>)|
|
(matchfield attendeesnotdomainlist <DomainNameList>)|
|
||||||
@@ -2463,9 +2469,9 @@ gam print chromehistory releases [todrive <ToDriveAttribute>*]
|
|||||||
pre_provisioned_reenable
|
pre_provisioned_reenable
|
||||||
|
|
||||||
gam update cros <CrOSEntity> action <CrOSAction> [acknowledge_device_touch_requirement]
|
gam update cros <CrOSEntity> action <CrOSAction> [acknowledge_device_touch_requirement]
|
||||||
[actionbatchsize <Integer>]
|
[actionbatchsize <Integer>] [maxtodeprov <Integer>]
|
||||||
gam <CrOSTypeEntity> update action <CrOSAction> [acknowledge_device_touch_requirement]
|
gam <CrOSTypeEntity> update action <CrOSAction> [acknowledge_device_touch_requirement]
|
||||||
[actionbatchsize <Integer>]
|
[actionbatchsize <Integer>] [maxtodeprov <Integer>]
|
||||||
|
|
||||||
<CrOSCommand>
|
<CrOSCommand>
|
||||||
reboot|
|
reboot|
|
||||||
@@ -3162,6 +3168,7 @@ gam <UserTypeEntity> show contactdelegates [shownames] [csv]
|
|||||||
name|
|
name|
|
||||||
owneremail|
|
owneremail|
|
||||||
ownerid|
|
ownerid|
|
||||||
|
ownername|
|
||||||
room|
|
room|
|
||||||
section|
|
section|
|
||||||
students|
|
students|
|
||||||
@@ -3275,16 +3282,16 @@ gam courses <CourseEntity> sync teachers [addonly|removeonly] [makefirstteachero
|
|||||||
gam courses <CourseEntity> sync students [addonly|removeonly] <UserTypeEntity>
|
gam courses <CourseEntity> sync students [addonly|removeonly] <UserTypeEntity>
|
||||||
|
|
||||||
gam info course <CourseID> [owneraccess]
|
gam info course <CourseID> [owneraccess]
|
||||||
[owneremail] [alias|aliases] [show all|students|teachers] [countsonly]
|
[owneremail] [ownername] [alias|aliases] [show all|students|teachers] [countsonly]
|
||||||
[fields <CourseFieldNameList>] [skipfields <CourseFieldNameList>]
|
[fields <CourseFieldNameList>] [skipfields <CourseFieldNameList>]
|
||||||
[formatjson]
|
[formatjson]
|
||||||
gam info courses <CourseEntity> [owneraccess]
|
gam info courses <CourseEntity> [owneraccess]
|
||||||
[owneremail] [alias|aliases] [show all|students|teachers] [countsonly]
|
[owneremail] [ownername] [alias|aliases] [show all|students|teachers] [countsonly]
|
||||||
[fields <CourseFieldNameList>] [skipfields <CourseFieldNameList>]
|
[fields <CourseFieldNameList>] [skipfields <CourseFieldNameList>]
|
||||||
[formatjson]
|
[formatjson]
|
||||||
gam print courses [todrive <ToDriveAttribute>*]
|
gam print courses [todrive <ToDriveAttribute>*]
|
||||||
(course|class <CourseEntity>)*|([teacher <UserItem>] [student <UserItem>] [states <CourseStateList>])
|
(course|class <CourseEntity>)*|([teacher <UserItem>] [student <UserItem>] [states <CourseStateList>])
|
||||||
[owneremail] [owneremailmatchpattern <REMatchPattern>]
|
[owneremail] [owneremailmatchpattern <REMatchPattern>] [ownername]
|
||||||
[alias|aliases|aliasesincolumns [delimiter <Character>]]
|
[alias|aliases|aliasesincolumns [delimiter <Character>]]
|
||||||
[show all|students|teachers] [countsonly]
|
[show all|students|teachers] [countsonly]
|
||||||
[timefilter creationtime|updatetime] [start|starttime <Date>|<Time>] [end|endtime <Date>|<Time>]
|
[timefilter creationtime|updatetime] [start|starttime <Date>|<Time>] [end|endtime <Date>|<Time>]
|
||||||
@@ -3398,14 +3405,16 @@ gam print course-announcements [todrive <ToDriveAttribute>*]
|
|||||||
(course|class <CourseEntity>)*|([teacher <UserItem>] [student <UserItem>] states <CourseStateList>])
|
(course|class <CourseEntity>)*|([teacher <UserItem>] [student <UserItem>] states <CourseStateList>])
|
||||||
(announcementids <CourseAnnouncementIDEntity>)|((announcementstates <CourseAnnouncementStateList>)*
|
(announcementids <CourseAnnouncementIDEntity>)|((announcementstates <CourseAnnouncementStateList>)*
|
||||||
(orderby <CourseAnnouncementOrderByFieldName> [ascending|descending])*)
|
(orderby <CourseAnnouncementOrderByFieldName> [ascending|descending])*)
|
||||||
[showcreatoremails|creatoremail] [fields <CourseAnnouncementFieldNameList>]
|
[showcreatoremails|creatoremail] [showcreatornames|creatorname]
|
||||||
|
[fields <CourseAnnouncementFieldNameList>]
|
||||||
[timefilter creationtime|updatetime|scheduledtime] [start|starttime <Date>|<Time>] [end|endtime <Date>|<Time>]
|
[timefilter creationtime|updatetime|scheduledtime] [start|starttime <Date>|<Time>] [end|endtime <Date>|<Time>]
|
||||||
[countsonly] [formatjson [quotechar <Character>]]
|
[countsonly] [formatjson [quotechar <Character>]]
|
||||||
gam print course-materials [todrive <ToDriveAttribute>*]
|
gam print course-materials [todrive <ToDriveAttribute>*]
|
||||||
(course|class <CourseEntity>)*|([teacher <UserItem>] [student <UserItem>] states <CourseStateList>])
|
(course|class <CourseEntity>)*|([teacher <UserItem>] [student <UserItem>] states <CourseStateList>])
|
||||||
(materialids <CourseMaterialIDEntity>)|((materialstates <CourseMaterialStateList>)*
|
(materialids <CourseMaterialIDEntity>)|((materialstates <CourseMaterialStateList>)*
|
||||||
(orderby <CourseMaterialOrderByFieldName> [ascending|descending])*)
|
(orderby <CourseMaterialOrderByFieldName> [ascending|descending])*)
|
||||||
[showcreatoremails|creatoremail] [showtopicnames] [fields <CourseMaterialFieldNameList>]
|
[showcreatoremails|creatoremail] [showcreatornames|creatorname] [showtopicnames]
|
||||||
|
[fields <CourseMaterialFieldNameList>]
|
||||||
[timefilter creationtime|updatetime|scheduledtime] [start|starttime <Date>|<Time>] [end|endtime <Date>|<Time>]
|
[timefilter creationtime|updatetime|scheduledtime] [start|starttime <Date>|<Time>] [end|endtime <Date>|<Time>]
|
||||||
[oneitemperrow]
|
[oneitemperrow]
|
||||||
[countsonly] [formatjson [quotechar <Character>]]
|
[countsonly] [formatjson [quotechar <Character>]]
|
||||||
@@ -3426,7 +3435,8 @@ gam print course-works [todrive <ToDriveAttribute>*]
|
|||||||
(course|class <CourseEntity>)*|([teacher <UserItem>] [student <UserItem>] states <CourseStateList>])
|
(course|class <CourseEntity>)*|([teacher <UserItem>] [student <UserItem>] states <CourseStateList>])
|
||||||
(workids <CourseWorkIDEntity>)|((workstates <CourseWorkStateList>)*
|
(workids <CourseWorkIDEntity>)|((workstates <CourseWorkStateList>)*
|
||||||
(orderby <CourseWorkOrderByFieldName> [ascending|descending])*)
|
(orderby <CourseWorkOrderByFieldName> [ascending|descending])*)
|
||||||
[showcreatoremails|creatoremail] [showtopicnames] [fields <CourseWorkFieldNameList>]
|
[showcreatoremails|creatoremail] [showcreatornames|creatorname] [showtopicnames]
|
||||||
|
[fields <CourseWorkFieldNameList>]
|
||||||
[showstudentsaslist [<Boolean>]] [delimiter <Character>]
|
[showstudentsaslist [<Boolean>]] [delimiter <Character>]
|
||||||
[timefilter creationtime|updatetime|scheduledtime] [start|starttime <Date>|<Time>] [end|endtime <Date>|<Time>]
|
[timefilter creationtime|updatetime|scheduledtime] [start|starttime <Date>|<Time>] [end|endtime <Date>|<Time>]
|
||||||
[oneitemperrow]
|
[oneitemperrow]
|
||||||
@@ -3884,6 +3894,8 @@ gam audit monitor list <EmailAddress>
|
|||||||
gam create|add group <EmailAddress>
|
gam create|add group <EmailAddress>
|
||||||
[copyfrom <GroupItem>] <GroupAttribute>*
|
[copyfrom <GroupItem>] <GroupAttribute>*
|
||||||
[verifynotinvitable]
|
[verifynotinvitable]
|
||||||
|
[recentdeleteretries <Integer>] [recentdeleteretrydelay <Integer>]
|
||||||
|
[verifycreationretries <Integer>] [verifycreationinitialdelay <Integer>] [verifycreationretrydelay <Integer>]
|
||||||
gam update group|groups <GroupEntity> [email <EmailAddress>]
|
gam update group|groups <GroupEntity> [email <EmailAddress>]
|
||||||
[updateprimaryemail <RESearchPattern> <RESubstitution>]
|
[updateprimaryemail <RESearchPattern> <RESubstitution>]
|
||||||
[copyfrom <GroupItem>] <GroupAttribute>*
|
[copyfrom <GroupItem>] <GroupAttribute>*
|
||||||
@@ -5488,6 +5500,7 @@ gam print vaultcounts [todrive <ToDriveAttributes>*]
|
|||||||
[excludedrafts <Boolean>]
|
[excludedrafts <Boolean>]
|
||||||
[<JSONData>]
|
[<JSONData>]
|
||||||
[wait <Integer>]
|
[wait <Integer>]
|
||||||
|
[include_suspended_zeros [<Boolean>]]
|
||||||
gam print vaultcounts [todrive <ToDriveAttributes>*]
|
gam print vaultcounts [todrive <ToDriveAttributes>*]
|
||||||
matter <MatterItem> operation <String> [wait <Integer>]
|
matter <MatterItem> operation <String> [wait <Integer>]
|
||||||
|
|
||||||
@@ -7021,7 +7034,7 @@ gam <UserTypeEntity> untrash drivefile <DriveFileEntity> [shortcutandtarget [<Bo
|
|||||||
|
|
||||||
gam <UserTypeEntity> info drivefile <DriveFileEntity>
|
gam <UserTypeEntity> info drivefile <DriveFileEntity>
|
||||||
[returnidonly]
|
[returnidonly]
|
||||||
[filepath|fullpath] [folderpathonly [<Boolean>]] [pathdelimiter <Character>]
|
[filepath|fullpath] [folderpathonly|parentpathonly [<Boolean>]] [pathdelimiter <Character>]
|
||||||
[allfields|<DriveFieldName>*|(fields <DriveFieldNameList>)]
|
[allfields|<DriveFieldName>*|(fields <DriveFieldNameList>)]
|
||||||
[includepermissionsforview published]
|
[includepermissionsforview published]
|
||||||
(orderby <DriveFileOrderByFieldName> [ascending|descending])*
|
(orderby <DriveFileOrderByFieldName> [ascending|descending])*
|
||||||
@@ -7502,7 +7515,7 @@ gam <UserTypeEntity> collect orphans
|
|||||||
|
|
||||||
gam <UserTypeEntity> show fileinfo <DriveFileEntity>
|
gam <UserTypeEntity> show fileinfo <DriveFileEntity>
|
||||||
[returnidonly]
|
[returnidonly]
|
||||||
[filepath|fullpath] [folderpathonly [<Boolean>]] [pathdelimiter <Character>]
|
[filepath|fullpath] [folderpathonly|parentpathonly [<Boolean>]] [pathdelimiter <Character>]
|
||||||
[allfields|<DriveFieldName>*|(fields <DriveFieldNameList>)]
|
[allfields|<DriveFieldName>*|(fields <DriveFieldNameList>)]
|
||||||
[includepermissionsforview published]
|
[includepermissionsforview published]
|
||||||
(orderby <DriveFileOrderByFieldName> [ascending|descending])*
|
(orderby <DriveFileOrderByFieldName> [ascending|descending])*
|
||||||
@@ -7516,12 +7529,12 @@ gam <UserTypeEntity> show filepath <DriveFileEntity>
|
|||||||
[returnpathonly]
|
[returnpathonly]
|
||||||
(orderby <DriveFileOrderByFieldName> [ascending|descending])*
|
(orderby <DriveFileOrderByFieldName> [ascending|descending])*
|
||||||
[stripcrsfromname]
|
[stripcrsfromname]
|
||||||
[fullpath] [folderpathonly [<Boolean>]] [pathdelimiter <Character>]
|
[fullpath] [folderpathonly|parentpathonly [<Boolean>]] [pathdelimiter <Character>]
|
||||||
[followshortcuts [<Boolean>]]
|
[followshortcuts [<Boolean>]]
|
||||||
gam <UserTypeEntity> print filepath <DriveFileEntity> [todrive <ToDriveAttribute>*]
|
gam <UserTypeEntity> print filepath <DriveFileEntity> [todrive <ToDriveAttribute>*]
|
||||||
(orderby <DriveFileOrderByFieldName> [ascending|descending])*
|
(orderby <DriveFileOrderByFieldName> [ascending|descending])*
|
||||||
[stripcrsfromname] [oneitemperrow]
|
[stripcrsfromname] [oneitemperrow]
|
||||||
[fullpath] [folderpathonly [<Boolean>]] [pathdelimiter <Character>]
|
[fullpath] [folderpathonly|parentpathonly [<Boolean>]] [pathdelimiter <Character>]
|
||||||
[followshortcuts [<Boolean>]]
|
[followshortcuts [<Boolean>]]
|
||||||
|
|
||||||
gam <UserTypeEntity> print filecounts [todrive <ToDriveAttribute>*]
|
gam <UserTypeEntity> print filecounts [todrive <ToDriveAttribute>*]
|
||||||
@@ -7624,7 +7637,7 @@ gam <UserTypeEntity> print filelist [todrive <ToDriveAttribute>*]
|
|||||||
[countsonly [summary none|only|plus] [summaryuser <String>]
|
[countsonly [summary none|only|plus] [summaryuser <String>]
|
||||||
[showsource] [showsize] [showsizeunits] [showmimetypesize]]
|
[showsource] [showsize] [showsizeunits] [showmimetypesize]]
|
||||||
[countsrowfilter]
|
[countsrowfilter]
|
||||||
[filepath|fullpath [folderpathonly [<Boolean>]] [pathdelimiter <Character>] [addpathstojson] [showdepth]] [buildtree]
|
[filepath|fullpath [folderpathonly|parentpathonly [<Boolean>]] [pathdelimiter <Character>] [addpathstojson] [showdepth]] [buildtree]
|
||||||
[allfields|<DriveFieldName>*|(fields <DriveFieldNameList>)]
|
[allfields|<DriveFieldName>*|(fields <DriveFieldNameList>)]
|
||||||
[showdrivename] [showshareddrivepermissions]
|
[showdrivename] [showshareddrivepermissions]
|
||||||
[(showlabels details|ids)|(includelabels <ClassificationLabelIDList>)]
|
[(showlabels details|ids)|(includelabels <ClassificationLabelIDList>)]
|
||||||
@@ -7662,7 +7675,7 @@ gam <UserTypeEntity> print driveactivity [todrive <ToDriveAttribute>*]
|
|||||||
(drivefilename <DriveFileName>) | (drivefoldername <DriveFolderName>) | (query <QueryDriveFile>)]
|
(drivefilename <DriveFileName>) | (drivefoldername <DriveFolderName>) | (query <QueryDriveFile>)]
|
||||||
[([start|starttime <Date>|<Time>] [end|endtime <Date>|<Time>])|(range <Date>|<Time> <Date>)|<Time>|
|
[([start|starttime <Date>|<Time>] [end|endtime <Date>|<Time>])|(range <Date>|<Time> <Date>)|<Time>|
|
||||||
yesterday|today|thismonth|(previousmonths <Integer>)]
|
yesterday|today|thismonth|(previousmonths <Integer>)]
|
||||||
[action|actions [not] <DriveActivityActionList>]
|
[action|actions [not] <DriveActivityActionList>] [maxactivities <Number>]
|
||||||
[consolidationstrategy legacy|none]
|
[consolidationstrategy legacy|none]
|
||||||
[idmapfile <CSVFileInput> endcsv]
|
[idmapfile <CSVFileInput> endcsv]
|
||||||
[stripcrsfromname] [formatjson [quotechar <Character>]]
|
[stripcrsfromname] [formatjson [quotechar <Character>]]
|
||||||
|
|||||||
@@ -1,3 +1,115 @@
|
|||||||
|
7.43.05
|
||||||
|
|
||||||
|
Added option `matchfield attendeesorganizer <Boolean> <EmailAddressEntity>` to `<EventMatchProperty>`
|
||||||
|
that is used in commands that process events. The match is true if all of the addresses in `<EmailAddressEntity>`
|
||||||
|
are present as attendees in the event and are an organizer or not based on `<Boolean>`.
|
||||||
|
|
||||||
|
Added option `max_to_deprov <Integer>` to `gam update cros <CrOSEntity> action <CrOSAction>`
|
||||||
|
that is used when `<CrOSAction>` is any of the following:
|
||||||
|
```
|
||||||
|
deprovision_different_model_replace|
|
||||||
|
deprovision_different_model_replacement|
|
||||||
|
deprovision_retiring_device|
|
||||||
|
deprovision_same_model_replace|
|
||||||
|
deprovision_same_model_replacement|
|
||||||
|
deprovision_upgrade_transfer
|
||||||
|
```
|
||||||
|
`max_to_deprov <Integer>` - No deprovisions are processed if the number of devices in `<CrOSEntity>` exceeds `<Integer>`;
|
||||||
|
the default value is one; set `<Integer>` to 0 for no limit.
|
||||||
|
|
||||||
|
7.43.04
|
||||||
|
|
||||||
|
Added option `include_suspended_zeros [<Boolean>]` to `gam print vaultcounts` that causes
|
||||||
|
GAM to generate zero count lines for suspended users with zero items as well as non-suspended users.
|
||||||
|
|
||||||
|
7.43.03
|
||||||
|
|
||||||
|
Added option `parentpathonly [<Boolean>]` to the following commands that causes GAM
|
||||||
|
to display only the parent folder names when displaying the path to a file.
|
||||||
|
```
|
||||||
|
gam <UserTypeEntity> info drivefile ... filepath|fullpath
|
||||||
|
gam <UserTypeEntity> show fileinfo ... filepath|fullpath
|
||||||
|
gam <UserTypeEntity> print|show filepath
|
||||||
|
gam <UserTypeEntity> print filelist ... filepath|fullpath
|
||||||
|
```
|
||||||
|
|
||||||
|
7.43.02
|
||||||
|
|
||||||
|
Added option `maxactivities <Integer>` to `gam <UserTypeEntity> print driveactivity` to limit
|
||||||
|
the number of activities displayed; the default is 0, no limit.
|
||||||
|
|
||||||
|
7.43.01
|
||||||
|
|
||||||
|
Updated `gam info user` and `gam print users` to display guest user attributes: `isGuestUser, guestAccountInfo`
|
||||||
|
|
||||||
|
Expanded `<UserTypeEntity>` to allow specification of guest users.
|
||||||
|
* See [Collections of Users](Collections-of-Users)
|
||||||
|
|
||||||
|
7.42.00
|
||||||
|
|
||||||
|
In versions prior to 7.42.00, when `redirect csv <FileName>` was used, GAM did not open and write `<FileName>`
|
||||||
|
until all processing was complete; if `<FileName>` was not accessible, an error was generated
|
||||||
|
and no results were saved. Now, `<FileName>` is opened initially to verify accessiblity
|
||||||
|
and then written when processing is complete.
|
||||||
|
|
||||||
|
In the unlikely event that this causes issues, you can do `redirect csv <FileName> delayopen`
|
||||||
|
to get the previous behavior.
|
||||||
|
|
||||||
|
7.41.03
|
||||||
|
|
||||||
|
Fixed bug in the following:
|
||||||
|
Added the following to `<RowValueFilter>` used in CSV input/output row filtering; these are
|
||||||
|
synonyms for `count` and `countrange`.
|
||||||
|
```
|
||||||
|
[(any|all):]number<Operator><Number>|
|
||||||
|
[(any|all):]numberrange!=<Number>/<Number>|
|
||||||
|
[(any|all):]numberrange=<Number>/<Number>|
|
||||||
|
```
|
||||||
|
|
||||||
|
7.41.02
|
||||||
|
|
||||||
|
Added option `ownername` to `gam info|print courses` to have GAM display the course owners full name;
|
||||||
|
there is an extra API call per course to get the name.
|
||||||
|
|
||||||
|
Added option `creatorname` to `gam print course-announcements|course-materials|course-works` to have
|
||||||
|
GAM display the item creators full name; there is an extra API call per course to get the name.
|
||||||
|
|
||||||
|
After creating a group, it may be sometime, e.g. 30-45 seconds, before members can
|
||||||
|
successfully be added to the group even though the API reported that the group was created.
|
||||||
|
The following options can be used with `gam create group` to verify that the group is actually ready to be updated.
|
||||||
|
This will be most useful in scripts that are used to create and then populate groups.
|
||||||
|
```
|
||||||
|
verifycreationretries <Integer> - Verify group creation, defaults to 0, no verification performed, range 0-20
|
||||||
|
verifycreationinitialdelay <Integer> - Number of seconds to delay before first verification performed, defaults to 5, range 0-60
|
||||||
|
verifycreationretrydelay <Integer> - Number of seconds to delay between verificaton retries, defaults to 5, range 1-60
|
||||||
|
```
|
||||||
|
|
||||||
|
If you have a script that deletes a group and then immediately tries to create a new group with the same email address,
|
||||||
|
you may run into issues. There seems to be a 30-45 second window after the deletion in which a couple
|
||||||
|
of strange errors can occur on the creation: `Resource not found` and `Duplicate`.
|
||||||
|
The following options can be used with `gam create group` to handle these errors. This will be most useful
|
||||||
|
in scripts that are used to delete and then immediately recreate groups.
|
||||||
|
```
|
||||||
|
recentdeleteretries <Integer> - Handle group delete/create errors, defaults to 0, no errors handled, range 0-20
|
||||||
|
recentdeleteretrydelay <Integer> - Number of seconds to delay between retries, defaults to 5, range 1-60
|
||||||
|
```
|
||||||
|
|
||||||
|
Added the following to `<RowValueFilter>` used in CSV input/output row filtering; these are
|
||||||
|
synonyms for `count` and `countrange`.
|
||||||
|
```
|
||||||
|
[(any|all):]number<Operator><Number>|
|
||||||
|
[(any|all):]numberrange!=<Number>/<Number>|
|
||||||
|
[(any|all):]numberrange=<Number>/<Number>|
|
||||||
|
```
|
||||||
|
|
||||||
|
7.41.01
|
||||||
|
|
||||||
|
Fixed bug in `gam print cigroups members managers owners countsonly totalcount internal external` that caused a trap.
|
||||||
|
|
||||||
|
7.41.00
|
||||||
|
|
||||||
|
Upgraded to Python 3.14.4 and OpenSSL 4.0.0.
|
||||||
|
|
||||||
7.40.03
|
7.40.03
|
||||||
|
|
||||||
Added option `whocanaddexternalmembers only_owners_can_add_external_members|end_users_can_add_external_members` to `<GroupSettingsAttribute>`.
|
Added option `whocanaddexternalmembers only_owners_can_add_external_members|end_users_can_add_external_members` to `<GroupSettingsAttribute>`.
|
||||||
|
|||||||
@@ -11,5 +11,7 @@ from gam.__main__ import main
|
|||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
if platform.system() != 'Linux':
|
if platform.system() != 'Linux':
|
||||||
multiprocessing.freeze_support()
|
multiprocessing.freeze_support()
|
||||||
multiprocessing.set_start_method('spawn', force=True)
|
# Python 3.14.4 and PyInstaller 6.19.0 don't play nice with Linux forkserver
|
||||||
|
# use spawn everywhere for now.
|
||||||
|
multiprocessing.set_start_method('spawn', force=True)
|
||||||
main()
|
main()
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -36,10 +36,13 @@ def main():
|
|||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
if getattr(sys, 'frozen', False): # we're frozen:
|
if getattr(sys, 'frozen', False): # we're frozen:
|
||||||
multiprocessing.freeze_support()
|
multiprocessing.freeze_support()
|
||||||
if platform.system() == 'Linux':
|
#if platform.system() == 'Linux':
|
||||||
# set explictly since it's not default in Python < 3.14, forkserver should
|
# set explictly since it's not default in Python < 3.14, forkserver should
|
||||||
# be safer than fork and less likely to see bulk command hangs.
|
# be safer than fork and less likely to see bulk command hangs.
|
||||||
multiprocessing.set_start_method('forkserver')
|
#multiprocessing.set_start_method('forkserver')
|
||||||
else:
|
#else:
|
||||||
multiprocessing.set_start_method('spawn')
|
|
||||||
|
# Python 3.14.4 and PyInstaller 6.19.0 don't play nice with forkserver
|
||||||
|
# on Linux. For the time being use spawn everywhere.
|
||||||
|
multiprocessing.set_start_method('spawn')
|
||||||
main()
|
main()
|
||||||
|
|||||||
@@ -134,6 +134,7 @@ class GamAction():
|
|||||||
UNZIP = 'unzi'
|
UNZIP = 'unzi'
|
||||||
USE = 'use '
|
USE = 'use '
|
||||||
VERIFY = 'vrfy'
|
VERIFY = 'vrfy'
|
||||||
|
VERIFYITEMEXISTS = 'vexi'
|
||||||
WAITFORMAILBOX = 'wamb'
|
WAITFORMAILBOX = 'wamb'
|
||||||
WATCH = 'watc'
|
WATCH = 'watc'
|
||||||
WIPE = 'wipe'
|
WIPE = 'wipe'
|
||||||
@@ -253,6 +254,7 @@ class GamAction():
|
|||||||
UPLOAD: ['Uploaded', 'Upload'],
|
UPLOAD: ['Uploaded', 'Upload'],
|
||||||
USE: ['Used', 'Use'],
|
USE: ['Used', 'Use'],
|
||||||
VERIFY: ['Verified', 'Verify'],
|
VERIFY: ['Verified', 'Verify'],
|
||||||
|
VERIFYITEMEXISTS: ['Verified Item Exists', 'Verify Item Exists'],
|
||||||
WAITFORMAILBOX: ['Mailbox is Setup', 'Check Mailbox is Setup'],
|
WAITFORMAILBOX: ['Mailbox is Setup', 'Check Mailbox is Setup'],
|
||||||
WATCH: ['Watched', 'Watch'],
|
WATCH: ['Watched', 'Watch'],
|
||||||
WIPE: ['Wiped', 'Wipe'],
|
WIPE: ['Wiped', 'Wipe'],
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ class GamCLArgs():
|
|||||||
ENTITY_DOMAINS_ARCH = 'domains_arch'
|
ENTITY_DOMAINS_ARCH = 'domains_arch'
|
||||||
ENTITY_DOMAINS_NS = 'domains_ns'
|
ENTITY_DOMAINS_NS = 'domains_ns'
|
||||||
ENTITY_DOMAINS_SUSP = 'domains_susp'
|
ENTITY_DOMAINS_SUSP = 'domains_susp'
|
||||||
|
ENTITY_DOMAINS_NS_SUSP = 'domains_ns_susp'
|
||||||
ENTITY_DOMAINS_NA_NS = 'domains_na_ns'
|
ENTITY_DOMAINS_NA_NS = 'domains_na_ns'
|
||||||
ENTITY_GROUP = 'group'
|
ENTITY_GROUP = 'group'
|
||||||
ENTITY_GROUP_INDE = 'group_inde'
|
ENTITY_GROUP_INDE = 'group_inde'
|
||||||
@@ -60,6 +61,7 @@ class GamCLArgs():
|
|||||||
ENTITY_GROUP_ARCH = 'group_arch'
|
ENTITY_GROUP_ARCH = 'group_arch'
|
||||||
ENTITY_GROUP_NS = 'group_ns'
|
ENTITY_GROUP_NS = 'group_ns'
|
||||||
ENTITY_GROUP_SUSP = 'group_susp'
|
ENTITY_GROUP_SUSP = 'group_susp'
|
||||||
|
ENTITY_GROUP_NS_SUSP = 'group_ns_susp'
|
||||||
ENTITY_GROUP_NA_NS = 'group_na_ns'
|
ENTITY_GROUP_NA_NS = 'group_na_ns'
|
||||||
ENTITY_GROUPS = 'groups'
|
ENTITY_GROUPS = 'groups'
|
||||||
ENTITY_GROUPS_INDE = 'groups_inde'
|
ENTITY_GROUPS_INDE = 'groups_inde'
|
||||||
@@ -67,12 +69,14 @@ class GamCLArgs():
|
|||||||
ENTITY_GROUPS_ARCH = 'groups_arch'
|
ENTITY_GROUPS_ARCH = 'groups_arch'
|
||||||
ENTITY_GROUPS_NS = 'groups_ns'
|
ENTITY_GROUPS_NS = 'groups_ns'
|
||||||
ENTITY_GROUPS_SUSP = 'groups_susp'
|
ENTITY_GROUPS_SUSP = 'groups_susp'
|
||||||
|
ENTITY_GROUPS_NS_SUSP = 'groups_ns_susp'
|
||||||
ENTITY_GROUPS_NA_NS = 'groups_na_ns'
|
ENTITY_GROUPS_NA_NS = 'groups_na_ns'
|
||||||
ENTITY_GROUP_USERS = 'group_users'
|
ENTITY_GROUP_USERS = 'group_users'
|
||||||
ENTITY_GROUP_USERS_NA = 'group_users_na'
|
ENTITY_GROUP_USERS_NA = 'group_users_na'
|
||||||
ENTITY_GROUP_USERS_ARCH = 'group_users_arch'
|
ENTITY_GROUP_USERS_ARCH = 'group_users_arch'
|
||||||
ENTITY_GROUP_USERS_NS = 'group_users_ns'
|
ENTITY_GROUP_USERS_NS = 'group_users_ns'
|
||||||
ENTITY_GROUP_USERS_SUSP = 'group_users_susp'
|
ENTITY_GROUP_USERS_SUSP = 'group_users_susp'
|
||||||
|
ENTITY_GROUP_USERS_NS_SUSP = 'group_users_ns_susp'
|
||||||
ENTITY_GROUP_USERS_NA_NS = 'group_users_na_ns'
|
ENTITY_GROUP_USERS_NA_NS = 'group_users_na_ns'
|
||||||
ENTITY_GROUP_USERS_SELECT = 'group_users_select'
|
ENTITY_GROUP_USERS_SELECT = 'group_users_select'
|
||||||
ENTITY_LICENSES = 'licenses'
|
ENTITY_LICENSES = 'licenses'
|
||||||
@@ -82,24 +86,28 @@ class GamCLArgs():
|
|||||||
ENTITY_OU_ARCH = 'ou_arch'
|
ENTITY_OU_ARCH = 'ou_arch'
|
||||||
ENTITY_OU_NS = 'ou_ns'
|
ENTITY_OU_NS = 'ou_ns'
|
||||||
ENTITY_OU_SUSP = 'ou_susp'
|
ENTITY_OU_SUSP = 'ou_susp'
|
||||||
|
ENTITY_OU_NS_SUSP = 'ou_ns_susp'
|
||||||
ENTITY_OU_NA_NS = 'ou_na_ns'
|
ENTITY_OU_NA_NS = 'ou_na_ns'
|
||||||
ENTITY_OU_AND_CHILDREN = 'ou_and_children'
|
ENTITY_OU_AND_CHILDREN = 'ou_and_children'
|
||||||
ENTITY_OU_AND_CHILDREN_NA = 'ou_and_children_na'
|
ENTITY_OU_AND_CHILDREN_NA = 'ou_and_children_na'
|
||||||
ENTITY_OU_AND_CHILDREN_ARCH = 'ou_and_children_arch'
|
ENTITY_OU_AND_CHILDREN_ARCH = 'ou_and_children_arch'
|
||||||
ENTITY_OU_AND_CHILDREN_NS = 'ou_and_children_ns'
|
ENTITY_OU_AND_CHILDREN_NS = 'ou_and_children_ns'
|
||||||
ENTITY_OU_AND_CHILDREN_SUSP = 'ou_and_children_susp'
|
ENTITY_OU_AND_CHILDREN_SUSP = 'ou_and_children_susp'
|
||||||
|
ENTITY_OU_AND_CHILDREN_NS_SUSP = 'ou_and_children_ns_susp'
|
||||||
ENTITY_OU_AND_CHILDREN_NA_NS = 'ou_and_children_na_ns'
|
ENTITY_OU_AND_CHILDREN_NA_NS = 'ou_and_children_na_ns'
|
||||||
ENTITY_OUS = 'ous'
|
ENTITY_OUS = 'ous'
|
||||||
ENTITY_OUS_NA = 'ous_na'
|
ENTITY_OUS_NA = 'ous_na'
|
||||||
ENTITY_OUS_ARCH = 'ous_arch'
|
ENTITY_OUS_ARCH = 'ous_arch'
|
||||||
ENTITY_OUS_NS = 'ous_ns'
|
ENTITY_OUS_NS = 'ous_ns'
|
||||||
ENTITY_OUS_SUSP = 'ous_susp'
|
ENTITY_OUS_SUSP = 'ous_susp'
|
||||||
|
ENTITY_OUS_NS_SUSP = 'ous_ns_susp'
|
||||||
ENTITY_OUS_NA_NS = 'ous_na_ns'
|
ENTITY_OUS_NA_NS = 'ous_na_ns'
|
||||||
ENTITY_OUS_AND_CHILDREN = 'ous_and_children'
|
ENTITY_OUS_AND_CHILDREN = 'ous_and_children'
|
||||||
ENTITY_OUS_AND_CHILDREN_NA = 'ous_and_children_na'
|
ENTITY_OUS_AND_CHILDREN_NA = 'ous_and_children_na'
|
||||||
ENTITY_OUS_AND_CHILDREN_ARCH = 'ous_and_children_arch'
|
ENTITY_OUS_AND_CHILDREN_ARCH = 'ous_and_children_arch'
|
||||||
ENTITY_OUS_AND_CHILDREN_NS = 'ous_and_children_ns'
|
ENTITY_OUS_AND_CHILDREN_NS = 'ous_and_children_ns'
|
||||||
ENTITY_OUS_AND_CHILDREN_SUSP = 'ous_and_children_susp'
|
ENTITY_OUS_AND_CHILDREN_SUSP = 'ous_and_children_susp'
|
||||||
|
ENTITY_OUS_AND_CHILDREN_NS_SUSP = 'ous_and_children_ns_susp'
|
||||||
ENTITY_OUS_AND_CHILDREN_NA_NS = 'ous_and_children_na_ns'
|
ENTITY_OUS_AND_CHILDREN_NA_NS = 'ous_and_children_na_ns'
|
||||||
ENTITY_QUERIES = 'queries'
|
ENTITY_QUERIES = 'queries'
|
||||||
ENTITY_QUERY = 'query'
|
ENTITY_QUERY = 'query'
|
||||||
@@ -111,9 +119,17 @@ class GamCLArgs():
|
|||||||
ENTITY_USERS_ARCH = 'users_arch'
|
ENTITY_USERS_ARCH = 'users_arch'
|
||||||
ENTITY_USERS_NS = 'users_ns'
|
ENTITY_USERS_NS = 'users_ns'
|
||||||
ENTITY_USERS_SUSP = 'users_susp'
|
ENTITY_USERS_SUSP = 'users_susp'
|
||||||
|
ENTITY_USERS_NS_SUSP = 'users_ns_susp'
|
||||||
ENTITY_USERS_NA_NS = 'users_na_ns'
|
ENTITY_USERS_NA_NS = 'users_na_ns'
|
||||||
ENTITY_USERS_ARCH_OR_SUSP = 'users_arch_or_susp'
|
ENTITY_USERS_ARCH_OR_SUSP = 'users_arch_or_susp'
|
||||||
ENTITY_USERS_NS_SUSP = 'users_ns_susp'
|
ENTITY_USERS_AND_GUESTS = 'users_and_guests'
|
||||||
|
ENTITY_USERS_AND_GUESTS_NS = 'users_and_guests_ns'
|
||||||
|
ENTITY_USERS_AND_GUESTS_SUSP = 'users_and_guests_susp'
|
||||||
|
ENTITY_USERS_AND_GUESTS_NS_SUSP = 'users_and_guests_ns_susp'
|
||||||
|
ENTITY_GUESTS = 'guests'
|
||||||
|
ENTITY_GUESTS_NS = 'guests_ns'
|
||||||
|
ENTITY_GUESTS_SUSP = 'guests_susp'
|
||||||
|
ENTITY_GUESTS_NS_SUSP = 'guests_ns_susp'
|
||||||
#
|
#
|
||||||
BROWSER_ENTITIES = [
|
BROWSER_ENTITIES = [
|
||||||
ENTITY_BROWSER,
|
ENTITY_BROWSER,
|
||||||
@@ -150,6 +166,7 @@ class GamCLArgs():
|
|||||||
ENTITY_DOMAINS_ARCH,
|
ENTITY_DOMAINS_ARCH,
|
||||||
ENTITY_DOMAINS_NS,
|
ENTITY_DOMAINS_NS,
|
||||||
ENTITY_DOMAINS_SUSP,
|
ENTITY_DOMAINS_SUSP,
|
||||||
|
ENTITY_DOMAINS_NS_SUSP,
|
||||||
ENTITY_DOMAINS_NA_NS,
|
ENTITY_DOMAINS_NA_NS,
|
||||||
ENTITY_GROUP,
|
ENTITY_GROUP,
|
||||||
ENTITY_GROUP_INDE,
|
ENTITY_GROUP_INDE,
|
||||||
@@ -157,6 +174,7 @@ class GamCLArgs():
|
|||||||
ENTITY_GROUP_ARCH,
|
ENTITY_GROUP_ARCH,
|
||||||
ENTITY_GROUP_NS,
|
ENTITY_GROUP_NS,
|
||||||
ENTITY_GROUP_SUSP,
|
ENTITY_GROUP_SUSP,
|
||||||
|
ENTITY_GROUP_NS_SUSP,
|
||||||
ENTITY_GROUP_NA_NS,
|
ENTITY_GROUP_NA_NS,
|
||||||
ENTITY_GROUPS,
|
ENTITY_GROUPS,
|
||||||
ENTITY_GROUPS_INDE,
|
ENTITY_GROUPS_INDE,
|
||||||
@@ -164,12 +182,14 @@ class GamCLArgs():
|
|||||||
ENTITY_GROUPS_ARCH,
|
ENTITY_GROUPS_ARCH,
|
||||||
ENTITY_GROUPS_NS,
|
ENTITY_GROUPS_NS,
|
||||||
ENTITY_GROUPS_SUSP,
|
ENTITY_GROUPS_SUSP,
|
||||||
|
ENTITY_GROUPS_NS_SUSP,
|
||||||
ENTITY_GROUPS_NA_NS,
|
ENTITY_GROUPS_NA_NS,
|
||||||
ENTITY_GROUP_USERS,
|
ENTITY_GROUP_USERS,
|
||||||
ENTITY_GROUP_USERS_NA,
|
ENTITY_GROUP_USERS_NA,
|
||||||
ENTITY_GROUP_USERS_ARCH,
|
ENTITY_GROUP_USERS_ARCH,
|
||||||
ENTITY_GROUP_USERS_NS,
|
ENTITY_GROUP_USERS_NS,
|
||||||
ENTITY_GROUP_USERS_SUSP,
|
ENTITY_GROUP_USERS_SUSP,
|
||||||
|
ENTITY_GROUP_USERS_NS_SUSP,
|
||||||
ENTITY_GROUP_USERS_NA_NS,
|
ENTITY_GROUP_USERS_NA_NS,
|
||||||
ENTITY_GROUP_USERS_SELECT,
|
ENTITY_GROUP_USERS_SELECT,
|
||||||
ENTITY_LICENSES,
|
ENTITY_LICENSES,
|
||||||
@@ -179,24 +199,28 @@ class GamCLArgs():
|
|||||||
ENTITY_OU_ARCH,
|
ENTITY_OU_ARCH,
|
||||||
ENTITY_OU_NS,
|
ENTITY_OU_NS,
|
||||||
ENTITY_OU_SUSP,
|
ENTITY_OU_SUSP,
|
||||||
|
ENTITY_OU_NS_SUSP,
|
||||||
ENTITY_OU_NA_NS,
|
ENTITY_OU_NA_NS,
|
||||||
ENTITY_OU_AND_CHILDREN,
|
ENTITY_OU_AND_CHILDREN,
|
||||||
ENTITY_OU_AND_CHILDREN_NA,
|
ENTITY_OU_AND_CHILDREN_NA,
|
||||||
ENTITY_OU_AND_CHILDREN_ARCH,
|
ENTITY_OU_AND_CHILDREN_ARCH,
|
||||||
ENTITY_OU_AND_CHILDREN_NS,
|
ENTITY_OU_AND_CHILDREN_NS,
|
||||||
ENTITY_OU_AND_CHILDREN_SUSP,
|
ENTITY_OU_AND_CHILDREN_SUSP,
|
||||||
|
ENTITY_OU_AND_CHILDREN_NS_SUSP,
|
||||||
ENTITY_OU_AND_CHILDREN_NA_NS,
|
ENTITY_OU_AND_CHILDREN_NA_NS,
|
||||||
ENTITY_OUS,
|
ENTITY_OUS,
|
||||||
ENTITY_OUS_NA,
|
ENTITY_OUS_NA,
|
||||||
ENTITY_OUS_ARCH,
|
ENTITY_OUS_ARCH,
|
||||||
ENTITY_OUS_NS,
|
ENTITY_OUS_NS,
|
||||||
ENTITY_OUS_SUSP,
|
ENTITY_OUS_SUSP,
|
||||||
|
ENTITY_OUS_NS_SUSP,
|
||||||
ENTITY_OUS_NA_NS,
|
ENTITY_OUS_NA_NS,
|
||||||
ENTITY_OUS_AND_CHILDREN,
|
ENTITY_OUS_AND_CHILDREN,
|
||||||
ENTITY_OUS_AND_CHILDREN_NA,
|
ENTITY_OUS_AND_CHILDREN_NA,
|
||||||
ENTITY_OUS_AND_CHILDREN_ARCH,
|
ENTITY_OUS_AND_CHILDREN_ARCH,
|
||||||
ENTITY_OUS_AND_CHILDREN_NS,
|
ENTITY_OUS_AND_CHILDREN_NS,
|
||||||
ENTITY_OUS_AND_CHILDREN_SUSP,
|
ENTITY_OUS_AND_CHILDREN_SUSP,
|
||||||
|
ENTITY_OUS_AND_CHILDREN_NS_SUSP,
|
||||||
ENTITY_OUS_AND_CHILDREN_NA_NS,
|
ENTITY_OUS_AND_CHILDREN_NA_NS,
|
||||||
ENTITY_QUERIES,
|
ENTITY_QUERIES,
|
||||||
ENTITY_QUERY,
|
ENTITY_QUERY,
|
||||||
@@ -278,48 +302,56 @@ class GamCLArgs():
|
|||||||
'org_arch': ENTITY_OU_ARCH,
|
'org_arch': ENTITY_OU_ARCH,
|
||||||
'org_ns': ENTITY_OU_NS,
|
'org_ns': ENTITY_OU_NS,
|
||||||
'org_susp': ENTITY_OU_SUSP,
|
'org_susp': ENTITY_OU_SUSP,
|
||||||
|
'org_ns_susp': ENTITY_OU_NS_SUSP,
|
||||||
'org_na_ns': ENTITY_OU_NA_NS,
|
'org_na_ns': ENTITY_OU_NA_NS,
|
||||||
'org_and_child': ENTITY_OU_AND_CHILDREN,
|
'org_and_child': ENTITY_OU_AND_CHILDREN,
|
||||||
'org_and_child_na': ENTITY_OU_AND_CHILDREN_NA,
|
'org_and_child_na': ENTITY_OU_AND_CHILDREN_NA,
|
||||||
'org_and_child_arch': ENTITY_OU_AND_CHILDREN_ARCH,
|
'org_and_child_arch': ENTITY_OU_AND_CHILDREN_ARCH,
|
||||||
'org_and_child_ns': ENTITY_OU_AND_CHILDREN_NS,
|
'org_and_child_ns': ENTITY_OU_AND_CHILDREN_NS,
|
||||||
'org_and_child_susp': ENTITY_OU_AND_CHILDREN_SUSP,
|
'org_and_child_susp': ENTITY_OU_AND_CHILDREN_SUSP,
|
||||||
|
'org_and_child_ns_susp': ENTITY_OU_AND_CHILDREN_NS_SUSP,
|
||||||
'org_and_child_na_ns': ENTITY_OU_AND_CHILDREN_NA_NS,
|
'org_and_child_na_ns': ENTITY_OU_AND_CHILDREN_NA_NS,
|
||||||
'org_and_children': ENTITY_OU_AND_CHILDREN,
|
'org_and_children': ENTITY_OU_AND_CHILDREN,
|
||||||
'org_and_children_na': ENTITY_OU_AND_CHILDREN_NA,
|
'org_and_children_na': ENTITY_OU_AND_CHILDREN_NA,
|
||||||
'org_and_children_arch': ENTITY_OU_AND_CHILDREN_ARCH,
|
'org_and_children_arch': ENTITY_OU_AND_CHILDREN_ARCH,
|
||||||
'org_and_children_ns': ENTITY_OU_AND_CHILDREN_NS,
|
'org_and_children_ns': ENTITY_OU_AND_CHILDREN_NS,
|
||||||
'org_and_children_susp': ENTITY_OU_AND_CHILDREN_SUSP,
|
'org_and_children_susp': ENTITY_OU_AND_CHILDREN_SUSP,
|
||||||
|
'org_and_children_ns_susp': ENTITY_OU_AND_CHILDREN_NS_SUSP,
|
||||||
'org_and_children_na_ns': ENTITY_OU_AND_CHILDREN_NA_NS,
|
'org_and_children_na_ns': ENTITY_OU_AND_CHILDREN_NA_NS,
|
||||||
'orgs': ENTITY_OUS,
|
'orgs': ENTITY_OUS,
|
||||||
'orgs_na': ENTITY_OUS_NA,
|
'orgs_na': ENTITY_OUS_NA,
|
||||||
'orgs_arch': ENTITY_OUS_ARCH,
|
'orgs_arch': ENTITY_OUS_ARCH,
|
||||||
'orgs_ns': ENTITY_OUS_NS,
|
'orgs_ns': ENTITY_OUS_NS,
|
||||||
'orgs_susp': ENTITY_OUS_SUSP,
|
'orgs_susp': ENTITY_OUS_SUSP,
|
||||||
|
'orgs_ns_susp': ENTITY_OUS_NS_SUSP,
|
||||||
'orgs_na_ns': ENTITY_OUS_NA_NS,
|
'orgs_na_ns': ENTITY_OUS_NA_NS,
|
||||||
'orgs_and_child': ENTITY_OUS_AND_CHILDREN,
|
'orgs_and_child': ENTITY_OUS_AND_CHILDREN,
|
||||||
'orgs_and_child_na': ENTITY_OUS_AND_CHILDREN_NA,
|
'orgs_and_child_na': ENTITY_OUS_AND_CHILDREN_NA,
|
||||||
'orgs_and_child_arch': ENTITY_OUS_AND_CHILDREN_ARCH,
|
'orgs_and_child_arch': ENTITY_OUS_AND_CHILDREN_ARCH,
|
||||||
'orgs_and_child_ns': ENTITY_OUS_AND_CHILDREN_NS,
|
'orgs_and_child_ns': ENTITY_OUS_AND_CHILDREN_NS,
|
||||||
'orgs_and_child_susp': ENTITY_OUS_AND_CHILDREN_SUSP,
|
'orgs_and_child_susp': ENTITY_OUS_AND_CHILDREN_SUSP,
|
||||||
|
'orgs_and_child_ns_susp': ENTITY_OUS_AND_CHILDREN_NS_SUSP,
|
||||||
'orgs_and_child_na_ns': ENTITY_OUS_AND_CHILDREN_NA_NS,
|
'orgs_and_child_na_ns': ENTITY_OUS_AND_CHILDREN_NA_NS,
|
||||||
'orgs_and_children': ENTITY_OUS_AND_CHILDREN,
|
'orgs_and_children': ENTITY_OUS_AND_CHILDREN,
|
||||||
'orgs_and_children_na': ENTITY_OUS_AND_CHILDREN_NA,
|
'orgs_and_children_na': ENTITY_OUS_AND_CHILDREN_NA,
|
||||||
'orgs_and_children_arch': ENTITY_OUS_AND_CHILDREN_ARCH,
|
'orgs_and_children_arch': ENTITY_OUS_AND_CHILDREN_ARCH,
|
||||||
'orgs_and_children_ns': ENTITY_OUS_AND_CHILDREN_NS,
|
'orgs_and_children_ns': ENTITY_OUS_AND_CHILDREN_NS,
|
||||||
'orgs_and_children_susp': ENTITY_OUS_AND_CHILDREN_SUSP,
|
'orgs_and_children_susp': ENTITY_OUS_AND_CHILDREN_SUSP,
|
||||||
|
'orgs_and_children_ns_susp': ENTITY_OUS_AND_CHILDREN_NS_SUSP,
|
||||||
'orgs_and_children_na_ns': ENTITY_OUS_AND_CHILDREN_NA_NS,
|
'orgs_and_children_na_ns': ENTITY_OUS_AND_CHILDREN_NA_NS,
|
||||||
'ou_and_child': ENTITY_OU_AND_CHILDREN,
|
'ou_and_child': ENTITY_OU_AND_CHILDREN,
|
||||||
'ou_and_child_na': ENTITY_OU_AND_CHILDREN_NA,
|
'ou_and_child_na': ENTITY_OU_AND_CHILDREN_NA,
|
||||||
'ou_and_child_arch': ENTITY_OU_AND_CHILDREN_ARCH,
|
'ou_and_child_arch': ENTITY_OU_AND_CHILDREN_ARCH,
|
||||||
'ou_and_child_ns': ENTITY_OU_AND_CHILDREN_NS,
|
'ou_and_child_ns': ENTITY_OU_AND_CHILDREN_NS,
|
||||||
'ou_and_child_susp': ENTITY_OU_AND_CHILDREN_SUSP,
|
'ou_and_child_susp': ENTITY_OU_AND_CHILDREN_SUSP,
|
||||||
|
'ou_and_child_ns_susp': ENTITY_OU_AND_CHILDREN_NS_SUSP,
|
||||||
'ou_and_child_na_ns': ENTITY_OU_AND_CHILDREN_NA_NS,
|
'ou_and_child_na_ns': ENTITY_OU_AND_CHILDREN_NA_NS,
|
||||||
'ous_and_child': ENTITY_OUS_AND_CHILDREN,
|
'ous_and_child': ENTITY_OUS_AND_CHILDREN,
|
||||||
'ous_and_child_na': ENTITY_OUS_AND_CHILDREN_NA,
|
'ous_and_child_na': ENTITY_OUS_AND_CHILDREN_NA,
|
||||||
'ous_and_child_arch': ENTITY_OUS_AND_CHILDREN_ARCH,
|
'ous_and_child_arch': ENTITY_OUS_AND_CHILDREN_ARCH,
|
||||||
'ous_and_child_ns': ENTITY_OUS_AND_CHILDREN_NS,
|
'ous_and_child_ns': ENTITY_OUS_AND_CHILDREN_NS,
|
||||||
'ous_and_child_susp': ENTITY_OUS_AND_CHILDREN_SUSP,
|
'ous_and_child_susp': ENTITY_OUS_AND_CHILDREN_SUSP,
|
||||||
|
'ous_and_child_ns_susp': ENTITY_OUS_AND_CHILDREN_NS_SUSP,
|
||||||
'ous_and_child_na_ns': ENTITY_OUS_AND_CHILDREN_NA_NS,
|
'ous_and_child_na_ns': ENTITY_OUS_AND_CHILDREN_NA_NS,
|
||||||
}
|
}
|
||||||
# CL entity source selectors
|
# CL entity source selectors
|
||||||
@@ -395,9 +427,17 @@ class GamCLArgs():
|
|||||||
ENTITY_USERS_ARCH,
|
ENTITY_USERS_ARCH,
|
||||||
ENTITY_USERS_NS,
|
ENTITY_USERS_NS,
|
||||||
ENTITY_USERS_SUSP,
|
ENTITY_USERS_SUSP,
|
||||||
|
ENTITY_USERS_NS_SUSP,
|
||||||
ENTITY_USERS_ARCH_OR_SUSP,
|
ENTITY_USERS_ARCH_OR_SUSP,
|
||||||
ENTITY_USERS_NA_NS,
|
ENTITY_USERS_NA_NS,
|
||||||
ENTITY_USERS_NS_SUSP,
|
ENTITY_USERS_AND_GUESTS,
|
||||||
|
ENTITY_USERS_AND_GUESTS_NS,
|
||||||
|
ENTITY_USERS_AND_GUESTS_SUSP,
|
||||||
|
ENTITY_USERS_AND_GUESTS_NS_SUSP,
|
||||||
|
ENTITY_GUESTS,
|
||||||
|
ENTITY_GUESTS_NS,
|
||||||
|
ENTITY_GUESTS_SUSP,
|
||||||
|
ENTITY_GUESTS_NS_SUSP,
|
||||||
]
|
]
|
||||||
#
|
#
|
||||||
ENTITY_ALL_CROS = ENTITY_SELECTOR_ALL+' '+ENTITY_CROS
|
ENTITY_ALL_CROS = ENTITY_SELECTOR_ALL+' '+ENTITY_CROS
|
||||||
@@ -406,9 +446,17 @@ class GamCLArgs():
|
|||||||
ENTITY_ALL_USERS_ARCH = ENTITY_SELECTOR_ALL+' '+ENTITY_USERS_ARCH
|
ENTITY_ALL_USERS_ARCH = ENTITY_SELECTOR_ALL+' '+ENTITY_USERS_ARCH
|
||||||
ENTITY_ALL_USERS_NS = ENTITY_SELECTOR_ALL+' '+ENTITY_USERS_NS
|
ENTITY_ALL_USERS_NS = ENTITY_SELECTOR_ALL+' '+ENTITY_USERS_NS
|
||||||
ENTITY_ALL_USERS_SUSP = ENTITY_SELECTOR_ALL+' '+ENTITY_USERS_SUSP
|
ENTITY_ALL_USERS_SUSP = ENTITY_SELECTOR_ALL+' '+ENTITY_USERS_SUSP
|
||||||
|
ENTITY_ALL_USERS_NS_SUSP = ENTITY_SELECTOR_ALL+' '+ENTITY_USERS_NS_SUSP
|
||||||
ENTITY_ALL_USERS_NA_NS = ENTITY_SELECTOR_ALL+' '+ENTITY_USERS_NA_NS
|
ENTITY_ALL_USERS_NA_NS = ENTITY_SELECTOR_ALL+' '+ENTITY_USERS_NA_NS
|
||||||
ENTITY_ALL_USERS_ARCH_OR_SUSP = ENTITY_SELECTOR_ALL+' '+ENTITY_USERS_ARCH_OR_SUSP
|
ENTITY_ALL_USERS_ARCH_OR_SUSP = ENTITY_SELECTOR_ALL+' '+ENTITY_USERS_ARCH_OR_SUSP
|
||||||
ENTITY_ALL_USERS_NS_SUSP = ENTITY_SELECTOR_ALL+' '+ENTITY_USERS_NS_SUSP
|
ENTITY_ALL_USERS_AND_GUESTS = ENTITY_SELECTOR_ALL+' '+ENTITY_USERS_AND_GUESTS
|
||||||
|
ENTITY_ALL_USERS_AND_GUESTS_NS = ENTITY_SELECTOR_ALL+' '+ENTITY_USERS_AND_GUESTS_NS
|
||||||
|
ENTITY_ALL_USERS_AND_GUESTS_SUSP = ENTITY_SELECTOR_ALL+' '+ENTITY_USERS_AND_GUESTS_SUSP
|
||||||
|
ENTITY_ALL_USERS_AND_GUESTS_NS_SUSP = ENTITY_SELECTOR_ALL+' '+ENTITY_USERS_AND_GUESTS_NS_SUSP
|
||||||
|
ENTITY_ALL_GUESTS = ENTITY_SELECTOR_ALL+' '+ENTITY_GUESTS
|
||||||
|
ENTITY_ALL_GUESTS_NS = ENTITY_SELECTOR_ALL+' '+ENTITY_GUESTS_NS
|
||||||
|
ENTITY_ALL_GUESTS_SUSP = ENTITY_SELECTOR_ALL+' '+ENTITY_GUESTS_SUSP
|
||||||
|
ENTITY_ALL_GUESTS_NS_SUSP = ENTITY_SELECTOR_ALL+' '+ENTITY_GUESTS_NS_SUSP
|
||||||
#
|
#
|
||||||
ALL_USER_ENTITY_TYPES = {
|
ALL_USER_ENTITY_TYPES = {
|
||||||
ENTITY_ALL_USERS,
|
ENTITY_ALL_USERS,
|
||||||
@@ -416,8 +464,16 @@ class GamCLArgs():
|
|||||||
ENTITY_ALL_USERS_ARCH,
|
ENTITY_ALL_USERS_ARCH,
|
||||||
ENTITY_ALL_USERS_NS,
|
ENTITY_ALL_USERS_NS,
|
||||||
ENTITY_ALL_USERS_SUSP,
|
ENTITY_ALL_USERS_SUSP,
|
||||||
ENTITY_ALL_USERS_NA_NS,
|
|
||||||
ENTITY_ALL_USERS_NS_SUSP,
|
ENTITY_ALL_USERS_NS_SUSP,
|
||||||
|
ENTITY_ALL_USERS_NA_NS,
|
||||||
|
ENTITY_ALL_USERS_AND_GUESTS,
|
||||||
|
ENTITY_ALL_USERS_AND_GUESTS_NS,
|
||||||
|
ENTITY_ALL_USERS_AND_GUESTS_SUSP,
|
||||||
|
ENTITY_ALL_USERS_AND_GUESTS_NS_SUSP,
|
||||||
|
ENTITY_ALL_GUESTS,
|
||||||
|
ENTITY_ALL_GUESTS_NS,
|
||||||
|
ENTITY_ALL_GUESTS_SUSP,
|
||||||
|
ENTITY_ALL_GUESTS_NS_SUSP,
|
||||||
}
|
}
|
||||||
DOMAIN_ENTITY_TYPES = {
|
DOMAIN_ENTITY_TYPES = {
|
||||||
ENTITY_DOMAINS,
|
ENTITY_DOMAINS,
|
||||||
@@ -425,6 +481,7 @@ class GamCLArgs():
|
|||||||
ENTITY_DOMAINS_ARCH,
|
ENTITY_DOMAINS_ARCH,
|
||||||
ENTITY_DOMAINS_NS,
|
ENTITY_DOMAINS_NS,
|
||||||
ENTITY_DOMAINS_SUSP,
|
ENTITY_DOMAINS_SUSP,
|
||||||
|
ENTITY_DOMAINS_NS_SUSP,
|
||||||
ENTITY_DOMAINS_NA_NS,
|
ENTITY_DOMAINS_NA_NS,
|
||||||
}
|
}
|
||||||
GROUP_ENTITY_TYPES = {
|
GROUP_ENTITY_TYPES = {
|
||||||
@@ -433,6 +490,7 @@ class GamCLArgs():
|
|||||||
ENTITY_GROUP_ARCH,
|
ENTITY_GROUP_ARCH,
|
||||||
ENTITY_GROUP_NS,
|
ENTITY_GROUP_NS,
|
||||||
ENTITY_GROUP_SUSP,
|
ENTITY_GROUP_SUSP,
|
||||||
|
ENTITY_GROUP_NS_SUSP,
|
||||||
ENTITY_GROUP_NA_NS,
|
ENTITY_GROUP_NA_NS,
|
||||||
ENTITY_GROUP_INDE,
|
ENTITY_GROUP_INDE,
|
||||||
}
|
}
|
||||||
@@ -442,6 +500,7 @@ class GamCLArgs():
|
|||||||
ENTITY_GROUPS_ARCH,
|
ENTITY_GROUPS_ARCH,
|
||||||
ENTITY_GROUPS_NS,
|
ENTITY_GROUPS_NS,
|
||||||
ENTITY_GROUPS_SUSP,
|
ENTITY_GROUPS_SUSP,
|
||||||
|
ENTITY_GROUPS_NS_SUSP,
|
||||||
ENTITY_GROUPS_NA_NS,
|
ENTITY_GROUPS_NA_NS,
|
||||||
ENTITY_GROUPS_INDE,
|
ENTITY_GROUPS_INDE,
|
||||||
}
|
}
|
||||||
@@ -451,6 +510,7 @@ class GamCLArgs():
|
|||||||
ENTITY_GROUP_USERS_ARCH,
|
ENTITY_GROUP_USERS_ARCH,
|
||||||
ENTITY_GROUP_USERS_NS,
|
ENTITY_GROUP_USERS_NS,
|
||||||
ENTITY_GROUP_USERS_SUSP,
|
ENTITY_GROUP_USERS_SUSP,
|
||||||
|
ENTITY_GROUP_USERS_NS_SUSP,
|
||||||
ENTITY_GROUP_USERS_NA_NS,
|
ENTITY_GROUP_USERS_NA_NS,
|
||||||
ENTITY_GROUP_USERS_SELECT,
|
ENTITY_GROUP_USERS_SELECT,
|
||||||
}
|
}
|
||||||
@@ -465,6 +525,8 @@ class GamCLArgs():
|
|||||||
ENTITY_OU_AND_CHILDREN_NS,
|
ENTITY_OU_AND_CHILDREN_NS,
|
||||||
ENTITY_OU_SUSP,
|
ENTITY_OU_SUSP,
|
||||||
ENTITY_OU_AND_CHILDREN_SUSP,
|
ENTITY_OU_AND_CHILDREN_SUSP,
|
||||||
|
ENTITY_OU_NS_SUSP,
|
||||||
|
ENTITY_OU_AND_CHILDREN_NS_SUSP,
|
||||||
ENTITY_OU_NA_NS,
|
ENTITY_OU_NA_NS,
|
||||||
ENTITY_OU_AND_CHILDREN_NA_NS,
|
ENTITY_OU_AND_CHILDREN_NA_NS,
|
||||||
}
|
}
|
||||||
@@ -479,6 +541,8 @@ class GamCLArgs():
|
|||||||
ENTITY_OUS_AND_CHILDREN_NS,
|
ENTITY_OUS_AND_CHILDREN_NS,
|
||||||
ENTITY_OUS_SUSP,
|
ENTITY_OUS_SUSP,
|
||||||
ENTITY_OUS_AND_CHILDREN_SUSP,
|
ENTITY_OUS_AND_CHILDREN_SUSP,
|
||||||
|
ENTITY_OUS_NS_SUSP,
|
||||||
|
ENTITY_OUS_AND_CHILDREN_NS_SUSP,
|
||||||
ENTITY_OUS_NA_NS,
|
ENTITY_OUS_NA_NS,
|
||||||
ENTITY_OUS_AND_CHILDREN_NA_NS,
|
ENTITY_OUS_AND_CHILDREN_NA_NS,
|
||||||
}
|
}
|
||||||
@@ -493,6 +557,8 @@ class GamCLArgs():
|
|||||||
ENTITY_OUS_NS,
|
ENTITY_OUS_NS,
|
||||||
ENTITY_OU_SUSP,
|
ENTITY_OU_SUSP,
|
||||||
ENTITY_OUS_SUSP,
|
ENTITY_OUS_SUSP,
|
||||||
|
ENTITY_OU_NS_SUSP,
|
||||||
|
ENTITY_OUS_NS_SUSP,
|
||||||
ENTITY_OU_NA_NS,
|
ENTITY_OU_NA_NS,
|
||||||
ENTITY_OUS_NA_NS,
|
ENTITY_OUS_NA_NS,
|
||||||
}
|
}
|
||||||
@@ -534,13 +600,21 @@ class GamCLArgs():
|
|||||||
}
|
}
|
||||||
#
|
#
|
||||||
ALL_USERS_QUERY_MAP = {
|
ALL_USERS_QUERY_MAP = {
|
||||||
ENTITY_ALL_USERS: 'isSuspended=False',
|
ENTITY_ALL_USERS: 'isSuspended=False isGuest=False',
|
||||||
ENTITY_ALL_USERS_NA: 'isArchived=False',
|
ENTITY_ALL_USERS_NA: 'isArchived=False isGuest=False',
|
||||||
ENTITY_ALL_USERS_ARCH: 'isArchived=True',
|
ENTITY_ALL_USERS_ARCH: 'isArchived=True isGuest=False',
|
||||||
ENTITY_ALL_USERS_NS: 'isSuspended=False',
|
ENTITY_ALL_USERS_NS: 'isSuspended=False isGuest=False',
|
||||||
ENTITY_ALL_USERS_SUSP: 'isSuspended=True',
|
ENTITY_ALL_USERS_SUSP: 'isSuspended=True isGuest=False',
|
||||||
ENTITY_ALL_USERS_NA_NS: 'isArchived=False isSuspended=False',
|
ENTITY_ALL_USERS_NA_NS: 'isArchived=False isSuspended=False isGuest=False',
|
||||||
ENTITY_ALL_USERS_NS_SUSP: None,
|
ENTITY_ALL_USERS_NS_SUSP: 'isGuest=False',
|
||||||
|
ENTITY_ALL_USERS_AND_GUESTS: 'isSuspended=False',
|
||||||
|
ENTITY_ALL_USERS_AND_GUESTS_NS: 'isSuspended=False',
|
||||||
|
ENTITY_ALL_USERS_AND_GUESTS_SUSP: 'isSuspended=True',
|
||||||
|
ENTITY_ALL_USERS_AND_GUESTS_NS_SUSP: None,
|
||||||
|
ENTITY_ALL_GUESTS: 'isSuspended=False isGuest=True',
|
||||||
|
ENTITY_ALL_GUESTS_NS: 'isSuspended=False isGuest=True',
|
||||||
|
ENTITY_ALL_GUESTS_SUSP: 'isSuspended=True isGuest=True',
|
||||||
|
ENTITY_ALL_GUESTS_NS_SUSP: 'isGuest=True',
|
||||||
}
|
}
|
||||||
DOMAINS_QUERY_MAP = {
|
DOMAINS_QUERY_MAP = {
|
||||||
ENTITY_DOMAINS: None,
|
ENTITY_DOMAINS: None,
|
||||||
@@ -548,6 +622,7 @@ class GamCLArgs():
|
|||||||
ENTITY_DOMAINS_ARCH: 'isArchived=True',
|
ENTITY_DOMAINS_ARCH: 'isArchived=True',
|
||||||
ENTITY_DOMAINS_NS: 'isSuspended=False',
|
ENTITY_DOMAINS_NS: 'isSuspended=False',
|
||||||
ENTITY_DOMAINS_SUSP: 'isSuspended=True',
|
ENTITY_DOMAINS_SUSP: 'isSuspended=True',
|
||||||
|
ENTITY_DOMAINS_NS_SUSP: None,
|
||||||
ENTITY_DOMAINS_NA_NS: 'isArchived=False isSuspended=False',
|
ENTITY_DOMAINS_NA_NS: 'isArchived=False isSuspended=False',
|
||||||
}
|
}
|
||||||
GROUPS_QUERY_MAP = { #(isArchived, isSuspended)
|
GROUPS_QUERY_MAP = { #(isArchived, isSuspended)
|
||||||
@@ -559,6 +634,8 @@ class GamCLArgs():
|
|||||||
ENTITY_GROUPS_NS: (None, False),
|
ENTITY_GROUPS_NS: (None, False),
|
||||||
ENTITY_GROUP_SUSP: (None, True),
|
ENTITY_GROUP_SUSP: (None, True),
|
||||||
ENTITY_GROUPS_SUSP: (None, True),
|
ENTITY_GROUPS_SUSP: (None, True),
|
||||||
|
ENTITY_GROUP_NS_SUSP: (None, None),
|
||||||
|
ENTITY_GROUPS_NS_SUSP: (None, None),
|
||||||
ENTITY_GROUP_NA_NS: (False, False),
|
ENTITY_GROUP_NA_NS: (False, False),
|
||||||
ENTITY_GROUPS_NA_NS: (False, False),
|
ENTITY_GROUPS_NA_NS: (False, False),
|
||||||
}
|
}
|
||||||
@@ -567,6 +644,7 @@ class GamCLArgs():
|
|||||||
ENTITY_GROUP_USERS_ARCH: (True, None),
|
ENTITY_GROUP_USERS_ARCH: (True, None),
|
||||||
ENTITY_GROUP_USERS_NS: (None, False),
|
ENTITY_GROUP_USERS_NS: (None, False),
|
||||||
ENTITY_GROUP_USERS_SUSP: (None, True),
|
ENTITY_GROUP_USERS_SUSP: (None, True),
|
||||||
|
ENTITY_GROUP_USERS_NS_SUSP: (None, None),
|
||||||
ENTITY_GROUP_USERS_NA_NS: (False, False),
|
ENTITY_GROUP_USERS_NA_NS: (False, False),
|
||||||
}
|
}
|
||||||
OU_QUERY_MAP = { #(isArchived, isSuspended)
|
OU_QUERY_MAP = { #(isArchived, isSuspended)
|
||||||
@@ -586,6 +664,10 @@ class GamCLArgs():
|
|||||||
ENTITY_OUS_SUSP: (None, True),
|
ENTITY_OUS_SUSP: (None, True),
|
||||||
ENTITY_OU_AND_CHILDREN_SUSP: (None, True),
|
ENTITY_OU_AND_CHILDREN_SUSP: (None, True),
|
||||||
ENTITY_OUS_AND_CHILDREN_SUSP: (None, True),
|
ENTITY_OUS_AND_CHILDREN_SUSP: (None, True),
|
||||||
|
ENTITY_OU_NS_SUSP: (None, None),
|
||||||
|
ENTITY_OUS_NS_SUSP: (None, None),
|
||||||
|
ENTITY_OU_AND_CHILDREN_NS_SUSP: (None, None),
|
||||||
|
ENTITY_OUS_AND_CHILDREN_NS_SUSP: (None, None),
|
||||||
ENTITY_OU_NA_NS: (False, False),
|
ENTITY_OU_NA_NS: (False, False),
|
||||||
ENTITY_OUS_NA_NS: (False, False),
|
ENTITY_OUS_NA_NS: (False, False),
|
||||||
ENTITY_OU_AND_CHILDREN_NA_NS: (False, False),
|
ENTITY_OU_AND_CHILDREN_NA_NS: (False, False),
|
||||||
@@ -602,6 +684,14 @@ class GamCLArgs():
|
|||||||
ENTITY_USERS_NA_NS: ENTITY_ALL_USERS_NA_NS,
|
ENTITY_USERS_NA_NS: ENTITY_ALL_USERS_NA_NS,
|
||||||
ENTITY_USERS_ARCH_OR_SUSP: ENTITY_ALL_USERS_ARCH_OR_SUSP,
|
ENTITY_USERS_ARCH_OR_SUSP: ENTITY_ALL_USERS_ARCH_OR_SUSP,
|
||||||
ENTITY_USERS_NS_SUSP: ENTITY_ALL_USERS_NS_SUSP,
|
ENTITY_USERS_NS_SUSP: ENTITY_ALL_USERS_NS_SUSP,
|
||||||
|
ENTITY_USERS_AND_GUESTS: ENTITY_ALL_USERS_AND_GUESTS,
|
||||||
|
ENTITY_USERS_AND_GUESTS_NS: ENTITY_ALL_USERS_AND_GUESTS_NS,
|
||||||
|
ENTITY_USERS_AND_GUESTS_SUSP: ENTITY_ALL_USERS_AND_GUESTS_SUSP,
|
||||||
|
ENTITY_USERS_AND_GUESTS_NS_SUSP: ENTITY_ALL_USERS_AND_GUESTS_NS_SUSP,
|
||||||
|
ENTITY_GUESTS: ENTITY_ALL_GUESTS,
|
||||||
|
ENTITY_GUESTS_NS: ENTITY_ALL_GUESTS_NS,
|
||||||
|
ENTITY_GUESTS_SUSP: ENTITY_ALL_GUESTS_SUSP,
|
||||||
|
ENTITY_GUESTS_NS_SUSP: ENTITY_ALL_GUESTS_NS_SUSP,
|
||||||
}
|
}
|
||||||
# Allowed values for CL source selector datafile, csvkmd
|
# Allowed values for CL source selector datafile, csvkmd
|
||||||
CROS_ENTITY_SELECTOR_DATAFILE_CSVKMD_SUBTYPES = [
|
CROS_ENTITY_SELECTOR_DATAFILE_CSVKMD_SUBTYPES = [
|
||||||
@@ -619,6 +709,7 @@ class GamCLArgs():
|
|||||||
ENTITY_DOMAINS_ARCH,
|
ENTITY_DOMAINS_ARCH,
|
||||||
ENTITY_DOMAINS_NS,
|
ENTITY_DOMAINS_NS,
|
||||||
ENTITY_DOMAINS_SUSP,
|
ENTITY_DOMAINS_SUSP,
|
||||||
|
ENTITY_DOMAINS_NS_SUSP,
|
||||||
ENTITY_DOMAINS_NA_NS,
|
ENTITY_DOMAINS_NA_NS,
|
||||||
ENTITY_GROUPS,
|
ENTITY_GROUPS,
|
||||||
ENTITY_GROUPS_INDE,
|
ENTITY_GROUPS_INDE,
|
||||||
@@ -626,12 +717,14 @@ class GamCLArgs():
|
|||||||
ENTITY_GROUPS_ARCH,
|
ENTITY_GROUPS_ARCH,
|
||||||
ENTITY_GROUPS_NS,
|
ENTITY_GROUPS_NS,
|
||||||
ENTITY_GROUPS_SUSP,
|
ENTITY_GROUPS_SUSP,
|
||||||
|
ENTITY_GROUPS_NS_SUSP,
|
||||||
ENTITY_GROUPS_NA_NS,
|
ENTITY_GROUPS_NA_NS,
|
||||||
ENTITY_GROUP_USERS,
|
ENTITY_GROUP_USERS,
|
||||||
ENTITY_GROUP_USERS_NA,
|
ENTITY_GROUP_USERS_NA,
|
||||||
ENTITY_GROUP_USERS_ARCH,
|
ENTITY_GROUP_USERS_ARCH,
|
||||||
ENTITY_GROUP_USERS_NS,
|
ENTITY_GROUP_USERS_NS,
|
||||||
ENTITY_GROUP_USERS_SUSP,
|
ENTITY_GROUP_USERS_SUSP,
|
||||||
|
ENTITY_GROUP_USERS_NS_SUSP,
|
||||||
ENTITY_GROUP_USERS_NA_NS,
|
ENTITY_GROUP_USERS_NA_NS,
|
||||||
ENTITY_GROUP_USERS_SELECT,
|
ENTITY_GROUP_USERS_SELECT,
|
||||||
ENTITY_OUS,
|
ENTITY_OUS,
|
||||||
@@ -639,12 +732,14 @@ class GamCLArgs():
|
|||||||
ENTITY_OUS_ARCH,
|
ENTITY_OUS_ARCH,
|
||||||
ENTITY_OUS_NS,
|
ENTITY_OUS_NS,
|
||||||
ENTITY_OUS_SUSP,
|
ENTITY_OUS_SUSP,
|
||||||
|
ENTITY_OUS_NS_SUSP,
|
||||||
ENTITY_OUS_NA_NS,
|
ENTITY_OUS_NA_NS,
|
||||||
ENTITY_OUS_AND_CHILDREN,
|
ENTITY_OUS_AND_CHILDREN,
|
||||||
ENTITY_OUS_AND_CHILDREN_NA,
|
ENTITY_OUS_AND_CHILDREN_NA,
|
||||||
ENTITY_OUS_AND_CHILDREN_ARCH,
|
ENTITY_OUS_AND_CHILDREN_ARCH,
|
||||||
ENTITY_OUS_AND_CHILDREN_NS,
|
ENTITY_OUS_AND_CHILDREN_NS,
|
||||||
ENTITY_OUS_AND_CHILDREN_SUSP,
|
ENTITY_OUS_AND_CHILDREN_SUSP,
|
||||||
|
ENTITY_OUS_AND_CHILDREN_NS_SUSP,
|
||||||
ENTITY_OUS_AND_CHILDREN_NA_NS,
|
ENTITY_OUS_AND_CHILDREN_NA_NS,
|
||||||
ENTITY_COURSEPARTICIPANTS,
|
ENTITY_COURSEPARTICIPANTS,
|
||||||
ENTITY_STUDENTS,
|
ENTITY_STUDENTS,
|
||||||
|
|||||||
@@ -274,7 +274,7 @@ GMAIL_LIST_THROW_REASONS = [FAILED_PRECONDITION, PERMISSION_DENIED, INVALID, INV
|
|||||||
GMAIL_SMIME_THROW_REASONS = [SERVICE_NOT_AVAILABLE, BAD_REQUEST, INVALID_ARGUMENT, FORBIDDEN, NOT_FOUND, PERMISSION_DENIED]
|
GMAIL_SMIME_THROW_REASONS = [SERVICE_NOT_AVAILABLE, BAD_REQUEST, INVALID_ARGUMENT, FORBIDDEN, NOT_FOUND, PERMISSION_DENIED]
|
||||||
GROUP_GET_THROW_REASONS = [GROUP_NOT_FOUND, DOMAIN_NOT_FOUND, DOMAIN_CANNOT_USE_APIS, FORBIDDEN, BAD_REQUEST, INVALID, SYSTEM_ERROR]
|
GROUP_GET_THROW_REASONS = [GROUP_NOT_FOUND, DOMAIN_NOT_FOUND, DOMAIN_CANNOT_USE_APIS, FORBIDDEN, BAD_REQUEST, INVALID, SYSTEM_ERROR]
|
||||||
GROUP_GET_RETRY_REASONS = [INVALID, SYSTEM_ERROR, SERVICE_NOT_AVAILABLE]
|
GROUP_GET_RETRY_REASONS = [INVALID, SYSTEM_ERROR, SERVICE_NOT_AVAILABLE]
|
||||||
GROUP_CREATE_THROW_REASONS = [DUPLICATE, DOMAIN_NOT_FOUND, DOMAIN_CANNOT_USE_APIS, FORBIDDEN, INVALID, INVALID_INPUT]
|
GROUP_CREATE_THROW_REASONS = [DUPLICATE, DOMAIN_NOT_FOUND, DOMAIN_CANNOT_USE_APIS, FORBIDDEN, INVALID, INVALID_INPUT, RESOURCE_NOT_FOUND]
|
||||||
GROUP_UPDATE_THROW_REASONS = [GROUP_NOT_FOUND, DOMAIN_NOT_FOUND, DOMAIN_CANNOT_USE_APIS, FORBIDDEN, INVALID, INVALID_INPUT]
|
GROUP_UPDATE_THROW_REASONS = [GROUP_NOT_FOUND, DOMAIN_NOT_FOUND, DOMAIN_CANNOT_USE_APIS, FORBIDDEN, INVALID, INVALID_INPUT]
|
||||||
GROUP_SETTINGS_THROW_REASONS = [NOT_FOUND, GROUP_NOT_FOUND, DOMAIN_NOT_FOUND, DOMAIN_CANNOT_USE_APIS, FORBIDDEN, SYSTEM_ERROR, PERMISSION_DENIED,
|
GROUP_SETTINGS_THROW_REASONS = [NOT_FOUND, GROUP_NOT_FOUND, DOMAIN_NOT_FOUND, DOMAIN_CANNOT_USE_APIS, FORBIDDEN, SYSTEM_ERROR, PERMISSION_DENIED,
|
||||||
INVALID, INVALID_ARGUMENT, INVALID_PARAMETER, INVALID_ATTRIBUTE_VALUE, INVALID_INPUT,
|
INVALID, INVALID_ARGUMENT, INVALID_PARAMETER, INVALID_ATTRIBUTE_VALUE, INVALID_INPUT,
|
||||||
|
|||||||
@@ -131,6 +131,8 @@ GAM_PATH = 'gpth'
|
|||||||
GAM_TYPE = 'gtyp'
|
GAM_TYPE = 'gtyp'
|
||||||
# Shared Service Account HTTP Object
|
# Shared Service Account HTTP Object
|
||||||
HTTP_OBJECT = 'http'
|
HTTP_OBJECT = 'http'
|
||||||
|
# Are we on Global Compute Engine
|
||||||
|
IS_ON_GCE = 'ogce'
|
||||||
# Length of last Got message
|
# Length of last Got message
|
||||||
LAST_GOT_MSG_LEN = 'lgml'
|
LAST_GOT_MSG_LEN = 'lgml'
|
||||||
# License SKUs
|
# License SKUs
|
||||||
@@ -285,6 +287,7 @@ Globals = {
|
|||||||
GAM_PATH: '.',
|
GAM_PATH: '.',
|
||||||
GAM_TYPE: '',
|
GAM_TYPE: '',
|
||||||
HTTP_OBJECT: None,
|
HTTP_OBJECT: None,
|
||||||
|
IS_ON_GCE: False,
|
||||||
LAST_GOT_MSG_LEN: 0,
|
LAST_GOT_MSG_LEN: 0,
|
||||||
LICENSE_SKUS: [],
|
LICENSE_SKUS: [],
|
||||||
MAKE_BUILDING_ID_NAME_MAP: True,
|
MAKE_BUILDING_ID_NAME_MAP: True,
|
||||||
|
|||||||
@@ -474,6 +474,7 @@ REASON_ONLY_VALID_WITH_CONTENTRESTRICTIONS_READONLY_TRUE = 'reason only valid wi
|
|||||||
REAUTHENTICATION_IS_NEEDED = 'Reauthentication is needed, please run\n\ngam oauth create'
|
REAUTHENTICATION_IS_NEEDED = 'Reauthentication is needed, please run\n\ngam oauth create'
|
||||||
RECOMMEND_RUNNING_GAM_ROTATE_SAKEY = 'Recommend running "gam rotate sakey" to get a new key\n'
|
RECOMMEND_RUNNING_GAM_ROTATE_SAKEY = 'Recommend running "gam rotate sakey" to get a new key\n'
|
||||||
REFUSING_TO_DEPROVISION_DEVICES = 'Refusing to deprovision {0} devices because acknowledge_device_touch_requirement not specified.\nDeprovisioning a device means the device will have to be physically wiped and re-enrolled to be managed by your domain again.\nThis requires physical access to the device and is very time consuming to perform for each device.\nPlease add "acknowledge_device_touch_requirement" to the GAM command if you understand this and wish to proceed with the deprovision.\nPlease also be aware that deprovisioning can have an effect on your device license count.\nSee https://support.google.com/chrome/a/answer/3523633 for full details.'
|
REFUSING_TO_DEPROVISION_DEVICES = 'Refusing to deprovision {0} devices because acknowledge_device_touch_requirement not specified.\nDeprovisioning a device means the device will have to be physically wiped and re-enrolled to be managed by your domain again.\nThis requires physical access to the device and is very time consuming to perform for each device.\nPlease add "acknowledge_device_touch_requirement" to the GAM command if you understand this and wish to proceed with the deprovision.\nPlease also be aware that deprovisioning can have an effect on your device license count.\nSee https://support.google.com/chrome/a/answer/3523633 for full details.'
|
||||||
|
REFUSING_TO_DEPROVISION_N_DEVICES = 'Refusing to deprovision {0} devices due to maxtodepov {1}.'
|
||||||
REPLY_TO_CUSTOM_REQUIRES_EMAIL_ADDRESS = 'replyto REPLY_TO_CUSTOM requires customReplyTo <EmailAddress>'
|
REPLY_TO_CUSTOM_REQUIRES_EMAIL_ADDRESS = 'replyto REPLY_TO_CUSTOM requires customReplyTo <EmailAddress>'
|
||||||
REQUEST_COMPLETED_NO_FILES = 'Request completed but no results/files were returned, try requesting again'
|
REQUEST_COMPLETED_NO_FILES = 'Request completed but no results/files were returned, try requesting again'
|
||||||
REQUEST_NOT_COMPLETE = 'Request needs to be completed before downloading, current status is: {0}'
|
REQUEST_NOT_COMPLETE = 'Request needs to be completed before downloading, current status is: {0}'
|
||||||
|
|||||||
@@ -117,6 +117,8 @@ PROPERTIES = {
|
|||||||
{CLASS: PC_STRING, TITLE: 'Full Name',},
|
{CLASS: PC_STRING, TITLE: 'Full Name',},
|
||||||
'displayName':
|
'displayName':
|
||||||
{CLASS: PC_STRING, TITLE: 'Display Name',},
|
{CLASS: PC_STRING, TITLE: 'Display Name',},
|
||||||
|
'primaryGuestEmail':
|
||||||
|
{CLASS: PC_STRING, TITLE: 'Primary Guest Email',},
|
||||||
'languages':
|
'languages':
|
||||||
{CLASS: PC_LANGUAGES, TITLE: 'Languages',},
|
{CLASS: PC_LANGUAGES, TITLE: 'Languages',},
|
||||||
'languageCode':
|
'languageCode':
|
||||||
@@ -131,6 +133,8 @@ PROPERTIES = {
|
|||||||
{CLASS: PC_BOOLEAN, TITLE: 'Is a Super Admin',},
|
{CLASS: PC_BOOLEAN, TITLE: 'Is a Super Admin',},
|
||||||
'isDelegatedAdmin':
|
'isDelegatedAdmin':
|
||||||
{CLASS: PC_BOOLEAN, TITLE: 'Is Delegated Admin',},
|
{CLASS: PC_BOOLEAN, TITLE: 'Is Delegated Admin',},
|
||||||
|
'isGuestUser':
|
||||||
|
{CLASS: PC_BOOLEAN, TITLE: 'Is a Guest User',},
|
||||||
'isEnrolledIn2Sv':
|
'isEnrolledIn2Sv':
|
||||||
{CLASS: PC_BOOLEAN, TITLE: '2-step enrolled',},
|
{CLASS: PC_BOOLEAN, TITLE: '2-step enrolled',},
|
||||||
'isEnforcedIn2Sv':
|
'isEnforcedIn2Sv':
|
||||||
|
|||||||
67
src/tools/py314-ossl4.diff
Normal file
67
src/tools/py314-ossl4.diff
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
diff --git a/Modules/_ssl.c b/Modules/_ssl.c
|
||||||
|
index 1235eff72f7..f68e34b7560 100644
|
||||||
|
--- a/Modules/_ssl.c
|
||||||
|
+++ b/Modules/_ssl.c
|
||||||
|
@@ -134,6 +134,17 @@ static void _PySSLFixErrno(void) {
|
||||||
|
#error Unsupported OpenSSL version
|
||||||
|
#endif
|
||||||
|
|
||||||
|
+#if (OPENSSL_VERSION_NUMBER >= 0x40000000L)
|
||||||
|
+# define OPENSSL_NO_SSL3
|
||||||
|
+# define OPENSSL_NO_TLS1
|
||||||
|
+# define OPENSSL_NO_TLS1_1
|
||||||
|
+# define OPENSSL_NO_TLS1_2
|
||||||
|
+# define OPENSSL_NO_SSL3_METHOD
|
||||||
|
+# define OPENSSL_NO_TLS1_METHOD
|
||||||
|
+# define OPENSSL_NO_TLS1_1_METHOD
|
||||||
|
+# define OPENSSL_NO_TLS1_2_METHOD
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
/* OpenSSL API 1.1.0+ does not include version methods */
|
||||||
|
#ifndef OPENSSL_NO_SSL3_METHOD
|
||||||
|
extern const SSL_METHOD *SSLv3_method(void);
|
||||||
|
@@ -1133,7 +1144,7 @@ _asn1obj2py(_sslmodulestate *state, const ASN1_OBJECT *name, int no_name)
|
||||||
|
|
||||||
|
static PyObject *
|
||||||
|
_create_tuple_for_attribute(_sslmodulestate *state,
|
||||||
|
- ASN1_OBJECT *name, ASN1_STRING *value)
|
||||||
|
+ const ASN1_OBJECT *name, const ASN1_STRING *value)
|
||||||
|
{
|
||||||
|
Py_ssize_t buflen;
|
||||||
|
PyObject *pyattr;
|
||||||
|
@@ -1162,16 +1173,16 @@ _create_tuple_for_attribute(_sslmodulestate *state,
|
||||||
|
}
|
||||||
|
|
||||||
|
static PyObject *
|
||||||
|
-_create_tuple_for_X509_NAME (_sslmodulestate *state, X509_NAME *xname)
|
||||||
|
+_create_tuple_for_X509_NAME (_sslmodulestate *state, const X509_NAME *xname)
|
||||||
|
{
|
||||||
|
PyObject *dn = NULL; /* tuple which represents the "distinguished name" */
|
||||||
|
PyObject *rdn = NULL; /* tuple to hold a "relative distinguished name" */
|
||||||
|
PyObject *rdnt;
|
||||||
|
PyObject *attr = NULL; /* tuple to hold an attribute */
|
||||||
|
int entry_count = X509_NAME_entry_count(xname);
|
||||||
|
- X509_NAME_ENTRY *entry;
|
||||||
|
- ASN1_OBJECT *name;
|
||||||
|
- ASN1_STRING *value;
|
||||||
|
+ const X509_NAME_ENTRY *entry;
|
||||||
|
+ const ASN1_OBJECT *name;
|
||||||
|
+ const ASN1_STRING *value;
|
||||||
|
int index_counter;
|
||||||
|
int rdn_level = -1;
|
||||||
|
int retcode;
|
||||||
|
@@ -6506,9 +6517,15 @@ sslmodule_init_constants(PyObject *m)
|
||||||
|
ADD_INT_CONST("PROTOCOL_TLS", PY_SSL_VERSION_TLS);
|
||||||
|
ADD_INT_CONST("PROTOCOL_TLS_CLIENT", PY_SSL_VERSION_TLS_CLIENT);
|
||||||
|
ADD_INT_CONST("PROTOCOL_TLS_SERVER", PY_SSL_VERSION_TLS_SERVER);
|
||||||
|
+#ifndef OPENSSL_NO_TLS1
|
||||||
|
ADD_INT_CONST("PROTOCOL_TLSv1", PY_SSL_VERSION_TLS1);
|
||||||
|
+#endif
|
||||||
|
+#ifndef OPENSSL_NO_TLS1_1
|
||||||
|
ADD_INT_CONST("PROTOCOL_TLSv1_1", PY_SSL_VERSION_TLS1_1);
|
||||||
|
+#endif
|
||||||
|
+#ifndef OPENSSL_NO_TLS1_2
|
||||||
|
ADD_INT_CONST("PROTOCOL_TLSv1_2", PY_SSL_VERSION_TLS1_2);
|
||||||
|
+#endif
|
||||||
|
|
||||||
|
#define ADD_OPTION(NAME, VALUE) if (sslmodule_add_option(m, NAME, (VALUE)) < 0) return -1
|
||||||
@@ -31,6 +31,9 @@ async function takeScreenshot(filename) {
|
|||||||
const workspace = process.env.GITHUB_WORKSPACE || process.cwd();
|
const workspace = process.env.GITHUB_WORKSPACE || process.cwd();
|
||||||
const fullPath = path.join(workspace, filename);
|
const fullPath = path.join(workspace, filename);
|
||||||
|
|
||||||
|
// Create a temporary script file path
|
||||||
|
const scriptPath = path.join(workspace, `screenshot_${Date.now()}.ps1`);
|
||||||
|
|
||||||
const psScript = `
|
const psScript = `
|
||||||
Add-Type -AssemblyName System.Windows.Forms;
|
Add-Type -AssemblyName System.Windows.Forms;
|
||||||
Add-Type -AssemblyName System.Drawing;
|
Add-Type -AssemblyName System.Drawing;
|
||||||
@@ -44,47 +47,101 @@ async function takeScreenshot(filename) {
|
|||||||
$bitmap = New-Object System.Drawing.Bitmap $Screen.Width, $Screen.Height;
|
$bitmap = New-Object System.Drawing.Bitmap $Screen.Width, $Screen.Height;
|
||||||
$graphic = [System.Drawing.Graphics]::FromImage($bitmap);
|
$graphic = [System.Drawing.Graphics]::FromImage($bitmap);
|
||||||
$graphic.CopyFromScreen($Screen.Left, $Screen.Top, 0, 0, $bitmap.Size);
|
$graphic.CopyFromScreen($Screen.Left, $Screen.Top, 0, 0, $bitmap.Size);
|
||||||
|
|
||||||
|
# Save the file (using single quotes safely now)
|
||||||
$bitmap.Save('${fullPath}');
|
$bitmap.Save('${fullPath}');
|
||||||
|
Write-Output "Wrote ${fullPath}";
|
||||||
|
|
||||||
|
# Specify ItemType to prevent older PS versions from prompting interactively
|
||||||
|
New-Item -Path "${fullPath}.written" -ItemType File | Out-Null;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
execSync(`powershell -Command "${psScript}"`);
|
// 1. Write the script to disk
|
||||||
|
fs.writeFileSync(scriptPath, psScript);
|
||||||
|
|
||||||
|
// 2. Execute the file directly, piping stdout/stderr to the Node console
|
||||||
|
execSync(`powershell -NoProfile -ExecutionPolicy Bypass -File "${scriptPath}"`, {
|
||||||
|
stdio: 'inherit'
|
||||||
|
});
|
||||||
|
|
||||||
console.log(`Saved screenshot: ${fullPath}`);
|
console.log(`Saved screenshot: ${fullPath}`);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error(`Failed to save screenshot ${fullPath}:`, err.message);
|
console.error(`Failed to save screenshot ${fullPath}:`, err.message);
|
||||||
|
} finally {
|
||||||
|
// 3. Clean up the temp file so it doesn't clutter your CI artifacts
|
||||||
|
if (fs.existsSync(scriptPath)) {
|
||||||
|
fs.unlinkSync(scriptPath);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fire and forget application launcher
|
// Fire and forget application launcher with logging
|
||||||
function launchSSD() {
|
function launchSSD() {
|
||||||
|
const workspace = process.env.GITHUB_WORKSPACE || process.cwd();
|
||||||
|
const outLogPath = path.join(workspace, 'ssd_out.log');
|
||||||
|
const errLogPath = path.join(workspace, 'ssd_err.log');
|
||||||
|
|
||||||
|
// Open file descriptors for logging
|
||||||
|
const out = fs.openSync(outLogPath, 'a');
|
||||||
|
const err = fs.openSync(errLogPath, 'a');
|
||||||
|
|
||||||
|
console.log(`Launching SSD... Logging stdout to ${outLogPath} and stderr to ${errLogPath}`);
|
||||||
|
|
||||||
const child = spawn('C:\\Program Files\\Certum\\SimplySign Desktop\\SimplySignDesktop.exe', [], {
|
const child = spawn('C:\\Program Files\\Certum\\SimplySign Desktop\\SimplySignDesktop.exe', [], {
|
||||||
detached: true,
|
detached: true,
|
||||||
stdio: 'ignore'
|
// stdio array: [stdin, stdout, stderr]
|
||||||
|
// We ignore stdin, and pipe stdout/stderr to our files
|
||||||
|
stdio: ['ignore', out, err]
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Catch immediate errors (e.g., file not found, permission denied)
|
||||||
|
child.on('error', (error) => {
|
||||||
|
console.error('Failed to spawn SimplySign Desktop:', error.message);
|
||||||
|
});
|
||||||
|
|
||||||
|
// Unreference the child so the parent script can exit
|
||||||
child.unref();
|
child.unref();
|
||||||
}
|
}
|
||||||
|
|
||||||
async function runSSD() {
|
async function runSSD() {
|
||||||
await takeScreenshot('001.png');
|
const runner_arch = process.env.RUNNER_ARCH;
|
||||||
minimizeAllWindows();
|
if ( runner_arch === "ARM64" ) {
|
||||||
await sleep(2000);
|
console.log('Running on ARM64. Tabbing through OOBE...');
|
||||||
await takeScreenshot('002.png');
|
await sleep(3000);
|
||||||
sendKeys('{ESC}');
|
await takeScreenshot('oob1.png');
|
||||||
await sleep(2000);
|
|
||||||
await takeScreenshot('003.png');
|
|
||||||
//sendKeys('{ESC}');
|
|
||||||
//await sleep(2000);
|
|
||||||
//await takeScreenshot('004.png');
|
|
||||||
//sendKeys('{ESC}');
|
|
||||||
//await sleep(2000);
|
|
||||||
//await takeScreenshot('005.png');
|
|
||||||
//sendKeys('%{F4}');
|
|
||||||
//await sleep(2000);
|
|
||||||
//await takeScreenshot('006.png');
|
|
||||||
//sendKeys('%{F4}');
|
|
||||||
//await sleep(2000);
|
|
||||||
//await takeScreenshot('007.png');
|
|
||||||
|
|
||||||
|
// Page 1: Tab through the toggles to reach the "Next" button
|
||||||
|
for (let i = 0; i < 7; i++) {
|
||||||
|
sendKeys('{TAB}');
|
||||||
|
await sleep(200);
|
||||||
|
}
|
||||||
|
sendKeys('{ENTER}');
|
||||||
|
console.log('Clicked Next');
|
||||||
|
|
||||||
|
await sleep(3000);
|
||||||
|
await takeScreenshot('ooob2.png');
|
||||||
|
|
||||||
|
// Page 2: Tab through the remaining toggles to reach the "Accept" button
|
||||||
|
for (let i = 0; i < 7; i++) {
|
||||||
|
sendKeys('{TAB}');
|
||||||
|
await sleep(200);
|
||||||
|
}
|
||||||
|
sendKeys('{ENTER}');
|
||||||
|
console.log('Clicked Accept');
|
||||||
|
|
||||||
|
await sleep(3000);
|
||||||
|
await takeScreenshot('oob3.png');
|
||||||
|
|
||||||
|
sendKeys('{ESC}');
|
||||||
|
console.log('Escaped start menu');
|
||||||
|
|
||||||
|
await sleep(3000);
|
||||||
|
await takeScreenshot('oob4.png');
|
||||||
|
|
||||||
|
} else {
|
||||||
|
console.log('NOT running on ARM64');
|
||||||
|
}
|
||||||
// Re-execute SSD to open login dialog
|
// Re-execute SSD to open login dialog
|
||||||
launchSSD();
|
launchSSD();
|
||||||
await sleep(3000);
|
await sleep(3000);
|
||||||
|
|||||||
@@ -315,6 +315,9 @@ You can optionally specify the type of service account key with `algorithm|local
|
|||||||
Use `nokey` if you do not want a service account key created for the project.
|
Use `nokey` if you do not want a service account key created for the project.
|
||||||
|
|
||||||
## Use an existing project for GAM authorization
|
## Use an existing project for GAM authorization
|
||||||
|
|
||||||
|
To use the same GAM project on multiple computers, see: [GAM Configuration](Multiple-Computers)
|
||||||
|
|
||||||
Use an existing project to create and download two files: `client_secrets.json` for the Client and `oauth2service.json` for the Service Account.
|
Use an existing project to create and download two files: `client_secrets.json` for the Client and `oauth2service.json` for the Service Account.
|
||||||
|
|
||||||
### Default values
|
### Default values
|
||||||
|
|||||||
@@ -60,6 +60,9 @@ These filters can be used alone or in conjunction with the `matchfield|skipfield
|
|||||||
[(any|all):]notdata:<DataSelector>|
|
[(any|all):]notdata:<DataSelector>|
|
||||||
[(any|all):]notregex:<RESearchPattern>|
|
[(any|all):]notregex:<RESearchPattern>|
|
||||||
[(any|all):]notregexcs:<RESearchPattern>|
|
[(any|all):]notregexcs:<RESearchPattern>|
|
||||||
|
[(any|all):]number<Operator><Number>|
|
||||||
|
[(any|all):]numberrange!=<Number>/<Number>|
|
||||||
|
[(any|all):]numberrange=<Number>/<Number>|
|
||||||
[(any|all):]regex:<RESearchPattern>|
|
[(any|all):]regex:<RESearchPattern>|
|
||||||
[(any|all):]regexcs:<RESearchPattern>|
|
[(any|all):]regexcs:<RESearchPattern>|
|
||||||
[(any|all):]text<Operator><String>|
|
[(any|all):]text<Operator><String>|
|
||||||
|
|||||||
@@ -68,6 +68,9 @@ on all platforms.
|
|||||||
[(any|all):]notdata:<DataSelector>
|
[(any|all):]notdata:<DataSelector>
|
||||||
[(any|all):]notregex:<RESearchPattern>|
|
[(any|all):]notregex:<RESearchPattern>|
|
||||||
[(any|all):]notregexcs:<RESearchPattern>|
|
[(any|all):]notregexcs:<RESearchPattern>|
|
||||||
|
[(any|all):]number<Operator><Number>|
|
||||||
|
[(any|all):]numberrange!=<Number>/<Number>|
|
||||||
|
[(any|all):]numberrange=<Number>/<Number>|
|
||||||
[(any|all):]regex:<RESearchPattern>|
|
[(any|all):]regex:<RESearchPattern>|
|
||||||
[(any|all):]regexcs:<RESearchPattern>|
|
[(any|all):]regexcs:<RESearchPattern>|
|
||||||
[(any|all):]text<Operator><String>|
|
[(any|all):]text<Operator><String>|
|
||||||
|
|||||||
@@ -131,6 +131,7 @@ gam user user@domain.com check|update serviceaccount
|
|||||||
name|
|
name|
|
||||||
owneremail|
|
owneremail|
|
||||||
ownerid|
|
ownerid|
|
||||||
|
ownername|
|
||||||
room|
|
room|
|
||||||
section|
|
section|
|
||||||
teacherfolder|
|
teacherfolder|
|
||||||
@@ -431,14 +432,16 @@ gam courses <CourseEntity> update topic <CourseTopicIDEntity> <CourseTopic>
|
|||||||
|
|
||||||
## Display courses
|
## Display courses
|
||||||
```
|
```
|
||||||
gam info course <CourseID> [owneremail] [alias|aliases] [show all|students|teachers] [countsonly]
|
gam info course <CourseID>
|
||||||
|
[owneremail] [ownername] [alias|aliases] [show all|students|teachers] [countsonly]
|
||||||
[fields <CourseFieldNameList>] [skipfields <CourseFieldNameList>] [formatjson]
|
[fields <CourseFieldNameList>] [skipfields <CourseFieldNameList>] [formatjson]
|
||||||
gam info courses <CourseEntity> [owneremail] [alias|aliases] [show all|students|teachers] [countsonly]
|
gam info courses <CourseEntity>
|
||||||
|
[owneremail] [ownername] [alias|aliases] [show all|students|teachers] [countsonly]
|
||||||
[fields <CourseFieldNameList>] [skipfields <CourseFieldNameList>] [formatjson]
|
[fields <CourseFieldNameList>] [skipfields <CourseFieldNameList>] [formatjson]
|
||||||
|
|
||||||
gam print courses [todrive <ToDriveAttribute>*]
|
gam print courses [todrive <ToDriveAttribute>*]
|
||||||
(course|class <CourseEntity>)*|([teacher <UserItem>] [student <UserItem>] [states <CourseStateList>])
|
(course|class <CourseEntity>)*|([teacher <UserItem>] [student <UserItem>] [states <CourseStateList>])
|
||||||
[owneremail] [owneremailmatchpattern <REMatchPattern>]
|
[owneremail] [owneremailmatchpattern <REMatchPattern>] [ownername]
|
||||||
[alias|aliases|aliasesincolumns [delimiter <Character>]]
|
[alias|aliases|aliasesincolumns [delimiter <Character>]]
|
||||||
[show all|students|teachers] [countsonly]
|
[show all|students|teachers] [countsonly]
|
||||||
[timefilter creationtime|updatetime] [start|starttime <Date>|<Time>] [end|endtime <Date>|<Time>]
|
[timefilter creationtime|updatetime] [start|starttime <Date>|<Time>] [end|endtime <Date>|<Time>]
|
||||||
@@ -471,7 +474,9 @@ To get information about courses created/updated within a particular time frame,
|
|||||||
For the filter to apply, `timefilter` and at least one of `start|starttime` and `end|endtime` must be specified.
|
For the filter to apply, `timefilter` and at least one of `start|starttime` and `end|endtime` must be specified.
|
||||||
|
|
||||||
By default, all basic course fields are displayed; use the following options to modify the output.
|
By default, all basic course fields are displayed; use the following options to modify the output.
|
||||||
* `owneremail` - Display course owner email; requires an additional API call per course.
|
* `owneremail` - Display course owner email.
|
||||||
|
* `ownername` - Display course owner name.
|
||||||
|
* These options require an additional API call per course.
|
||||||
* `alias|aliases` - Display course aliases; all aliases are in the single column `Aliases` separated by a delimiter; requires an additional API call per course.
|
* `alias|aliases` - Display course aliases; all aliases are in the single column `Aliases` separated by a delimiter; requires an additional API call per course.
|
||||||
* `delimiter <Character>` - Delimiter between aliases with `print` command.
|
* `delimiter <Character>` - Delimiter between aliases with `print` command.
|
||||||
* `aliasesincolumn` - Display course aliases; the `Aliases` column contains the number of aliases and `Aliases.0`, `Aliases.1`, ... contain the individual aliases; requires an additional API call per course.
|
* `aliasesincolumn` - Display course aliases; the `Aliases` column contains the number of aliases and `Aliases.0`, `Aliases.1`, ... contain the individual aliases; requires an additional API call per course.
|
||||||
@@ -525,7 +530,8 @@ gam print course-announcements [todrive <ToDriveAttribute>*]
|
|||||||
(course|class <CourseEntity>)*|([teacher <UserItem>] [student <UserItem>] states <CourseStateList>])
|
(course|class <CourseEntity>)*|([teacher <UserItem>] [student <UserItem>] states <CourseStateList>])
|
||||||
(courseannouncementids <CourseAnnouncementIDEntity>)|(announcementstates <CourseAnnouncementStateList>)*
|
(courseannouncementids <CourseAnnouncementIDEntity>)|(announcementstates <CourseAnnouncementStateList>)*
|
||||||
(orderby <CourseAnnouncementOrderByFieldName> [ascending|descending])*)
|
(orderby <CourseAnnouncementOrderByFieldName> [ascending|descending])*)
|
||||||
[creatoremail] [fields <CourseAnnouncementFieldNameList>]
|
[showcreatoremails|creatoremail] [showcreatornames|creatorname]
|
||||||
|
[fields <CourseAnnouncementFieldNameList>]
|
||||||
[timefilter creationtime|updatetime|scheduledtime] [start|starttime <Date>|<Time>] [end|endtime <Date>|<Time>]
|
[timefilter creationtime|updatetime|scheduledtime] [start|starttime <Date>|<Time>] [end|endtime <Date>|<Time>]
|
||||||
[countsonly] [formatjson [quotechar <Character>]]
|
[countsonly] [formatjson [quotechar <Character>]]
|
||||||
```
|
```
|
||||||
@@ -553,7 +559,10 @@ To get information about course announcements created/updated/scheduled within a
|
|||||||
For the filter to apply, `timefilter` and at least one of `start|starttime` and `end|endtime` must be specified.
|
For the filter to apply, `timefilter` and at least one of `start|starttime` and `end|endtime` must be specified.
|
||||||
|
|
||||||
By default, all course announcement fields are displayed; use the following options to modify the output.
|
By default, all course announcement fields are displayed; use the following options to modify the output.
|
||||||
* `creatoremail` - Display course announcement creator email; requires an additional API call per course announcement.
|
* `creatoremail` - Display course announcement creator email.
|
||||||
|
* `creatorname` - Display course announcement creator name.
|
||||||
|
* These options require an additional API call per course.
|
||||||
|
* `alias|aliases` - Display course aliases; all aliases are in the single column `Aliases` separated by a delimiter; requires an additional API call per course.
|
||||||
* `fields <CourseAnnouncementFieldNameList>` - Select specific fields to display.
|
* `fields <CourseAnnouncementFieldNameList>` - Select specific fields to display.
|
||||||
|
|
||||||
Use the `countsonly` option to display the number of announcements in a course but not their details.
|
Use the `countsonly` option to display the number of announcements in a course but not their details.
|
||||||
@@ -573,7 +582,8 @@ gam print course-materials [todrive <ToDriveAttribute>*]
|
|||||||
(course|class <CourseEntity>)*|([teacher <UserItem>] [student <UserItem>] states <CourseStateList>])
|
(course|class <CourseEntity>)*|([teacher <UserItem>] [student <UserItem>] states <CourseStateList>])
|
||||||
(materialids <CourseMaterialIDEntity>)|(materialstates <CourseMaterialStateList>)*
|
(materialids <CourseMaterialIDEntity>)|(materialstates <CourseMaterialStateList>)*
|
||||||
(orderby <CourseMaterialOrderByFieldName> [ascending|descending])*)
|
(orderby <CourseMaterialOrderByFieldName> [ascending|descending])*)
|
||||||
[showcreatoremails|creatoremail] [showtopicnames] [fields <CourseMaterialFieldNameList>]
|
[showcreatoremails|creatoremail] [showcreatornames|creatorname] [showtopicnames]
|
||||||
|
[fields <CourseMaterialFieldNameList>]
|
||||||
[timefilter creationtime|updatetime|scheduledtime] [start|starttime <Date>|<Time>] [end|endtime <Date>|<Time>]
|
[timefilter creationtime|updatetime|scheduledtime] [start|starttime <Date>|<Time>] [end|endtime <Date>|<Time>]
|
||||||
[oneitemperrow]
|
[oneitemperrow]
|
||||||
[countsonly] [formatjson [quotechar <Character>]]
|
[countsonly] [formatjson [quotechar <Character>]]
|
||||||
@@ -602,8 +612,10 @@ By default, all published course materials for a course are displayed; use the f
|
|||||||
* `materialsstates <CourseMaterialsStateList>` - Display course materials with any of the specified states.
|
* `materialsstates <CourseMaterialsStateList>` - Display course materials with any of the specified states.
|
||||||
|
|
||||||
By default, all course materials fields are displayed; use the following options to modify the output.
|
By default, all course materials fields are displayed; use the following options to modify the output.
|
||||||
* `showcreatoremails` - Display course materials creator email; requires an additional API call per course materials.
|
* `showcreatoremails|creatoremail` - Display course materials creator email.
|
||||||
* `showtopicnames` - Display topic names; requires and additional API call per course.
|
* `showcreatornames|creatorname` - Display course materials creator name.
|
||||||
|
* These options require an additional API call per course.
|
||||||
|
* `showtopicnames` - Display topic names; requires an additional API call per course.
|
||||||
* `fields <CourseMaterialsFieldNameList>` - Select specific fields to display.
|
* `fields <CourseMaterialsFieldNameList>` - Select specific fields to display.
|
||||||
|
|
||||||
With `print course-materials`, the materials selected for display are all output on one row/line as a repeating item with the other course fields.
|
With `print course-materials`, the materials selected for display are all output on one row/line as a repeating item with the other course fields.
|
||||||
@@ -669,7 +681,8 @@ gam print course-work [todrive <ToDriveAttribute>*]
|
|||||||
(course|class <CourseEntity>)*|([teacher <UserItem>] [student <UserItem>] states <CourseStateList>])
|
(course|class <CourseEntity>)*|([teacher <UserItem>] [student <UserItem>] states <CourseStateList>])
|
||||||
(workids <CourseWorkIDEntity>)|(workstates <CourseWorkStateList>)*
|
(workids <CourseWorkIDEntity>)|(workstates <CourseWorkStateList>)*
|
||||||
(orderby <CourseWorkOrderByFieldName> [ascending|descending])*)
|
(orderby <CourseWorkOrderByFieldName> [ascending|descending])*)
|
||||||
[showcreatoremails] [showtopicnames] [fields <CourseWorkFieldNameList>]
|
[showcreatoremails|creatoremail] [showcreatornames|creatorname] [showtopicnames]
|
||||||
|
[fields <CourseWorkFieldNameList>]
|
||||||
[showstudentsaslist [<Boolean>]] [delimiter <Character>]
|
[showstudentsaslist [<Boolean>]] [delimiter <Character>]
|
||||||
[timefilter creationtime|updatetime|scheduledtime] [start|starttime <Date>|<Time>] [end|endtime <Date>|<Time>]
|
[timefilter creationtime|updatetime|scheduledtime] [start|starttime <Date>|<Time>] [end|endtime <Date>|<Time>]
|
||||||
[oneitemperrow]
|
[oneitemperrow]
|
||||||
@@ -699,8 +712,10 @@ By default, all published course work for a course is displayed; use the followi
|
|||||||
* `workstates <CourseWorkStateList>` - Display course work with any of the specified states.
|
* `workstates <CourseWorkStateList>` - Display course work with any of the specified states.
|
||||||
|
|
||||||
By default, all course work fields are displayed; use the following options to modify the output.
|
By default, all course work fields are displayed; use the following options to modify the output.
|
||||||
* `showcreatoremails` - Display course work creator email; requires an additional API call per course work.
|
* `showcreatoremails|creatoremail` - Display course materials creator email.
|
||||||
* `showtopicnames` - Display topic names; requires and additional API call per course.
|
* `showcreatornames|creatorname` - Display course materials creator name.
|
||||||
|
* These options require an additional API call per course.
|
||||||
|
* `showtopicnames` - Display topic names; requires an additional API call per course.
|
||||||
* `fields <CourseWorkFieldNameList>` - Select specific fields to display.
|
* `fields <CourseWorkFieldNameList>` - Select specific fields to display.
|
||||||
|
|
||||||
By default, when course work is assigned to individual students, the student IDs are displayed in multiple indexed columns.
|
By default, when course work is assigned to individual students, the student IDs are displayed in multiple indexed columns.
|
||||||
|
|||||||
@@ -76,12 +76,14 @@ and Cloud Identity Premium accounts.
|
|||||||
<RESubstitution> ::= <String>>
|
<RESubstitution> ::= <String>>
|
||||||
|
|
||||||
<GroupSettingsAttribute> ::=
|
<GroupSettingsAttribute> ::=
|
||||||
|
(accesstype public|team|announcementonly|restricted)|
|
||||||
(allowexternalmembers <Boolean>)|
|
(allowexternalmembers <Boolean>)|
|
||||||
(allowwebposting <Boolean>)|
|
(allowwebposting <Boolean>)|
|
||||||
(archiveonly <Boolean>)|
|
(archiveonly <Boolean>)|
|
||||||
(customfootertext <String>)|
|
(customfootertext <String>)|
|
||||||
(customreplyto <EmailAddress>)|
|
(customreplyto <EmailAddress>)|
|
||||||
(defaultmessagedenynotificationtext <String>)|
|
(defaultmessagedenynotificationtext <String>)|
|
||||||
|
(defaultsender self|group)|
|
||||||
(description <String>)|
|
(description <String>)|
|
||||||
(enablecollaborativeinbox|collaborative <Boolean>)|
|
(enablecollaborativeinbox|collaborative <Boolean>)|
|
||||||
(includeinglobaladdresslist|gal <Boolean>)|
|
(includeinglobaladdresslist|gal <Boolean>)|
|
||||||
@@ -95,7 +97,8 @@ and Cloud Identity Premium accounts.
|
|||||||
(sendmessagedenynotification <Boolean>)|
|
(sendmessagedenynotification <Boolean>)|
|
||||||
(spammoderationlevel allow|moderate|silently_moderate|reject)|
|
(spammoderationlevel allow|moderate|silently_moderate|reject)|
|
||||||
(whocanadd all_members_can_add|all_managers_can_add|all_owners_can_add|none_can_add)|
|
(whocanadd all_members_can_add|all_managers_can_add|all_owners_can_add|none_can_add)|
|
||||||
(whocancontactowner anyone_can_contact|all_in_domain_can_contact|all_members_can_contact|all_managers_can_contact)|
|
(whocanaddexternalmembers only_owners_can_add_external_members|end_users_can_add_external_members)|
|
||||||
|
(whocancontactowner anyone_can_contact|all_in_domain_can_contact|all_members_can_contact|all_managers_can_contact|all_owners_can_contact)|
|
||||||
(whocanjoin anyone_can_join|all_in_domain_can_join|invited_can_join|can_request_to_join)|
|
(whocanjoin anyone_can_join|all_in_domain_can_join|invited_can_join|can_request_to_join)|
|
||||||
(whocanleavegroup all_members_can_leave|all_managers_can_leave|all_owners_can_leave|none_can_leave)|
|
(whocanleavegroup all_members_can_leave|all_managers_can_leave|all_owners_can_leave|none_can_leave)|
|
||||||
(whocanpostmessage none_can_post|all_managers_can_post|all_members_can_post|all_owners_can_post|all_in_domain_can_post|anyone_can_post)|
|
(whocanpostmessage none_can_post|all_managers_can_post|all_members_can_post|all_owners_can_post|all_in_domain_can_post|anyone_can_post)|
|
||||||
@@ -139,7 +142,7 @@ and Cloud Identity Premium accounts.
|
|||||||
<GroupAttribute> ::=
|
<GroupAttribute> ::=
|
||||||
<JSONData>|
|
<JSONData>|
|
||||||
<GroupSettingsAttribute>|
|
<GroupSettingsAttribute>|
|
||||||
(whocandiscovergroup allmemberscandiscover|allindomaincandiscover|anyonecandiscover)|
|
(whocandiscovergroup all_members_can_discover|all_in_domain_can_discover|anyone_can_discover)|
|
||||||
(whocanassistcontent all_members|owners_and_managers|managers_only|owners_only|none)|
|
(whocanassistcontent all_members|owners_and_managers|managers_only|owners_only|none)|
|
||||||
(whocanmoderatecontent all_members|owners_and_managers|owners_only|none)|
|
(whocanmoderatecontent all_members|owners_and_managers|owners_only|none)|
|
||||||
(whocanmoderatemembers all_members|owners_and_managers|owners_only|none)|
|
(whocanmoderatemembers all_members|owners_and_managers|owners_only|none)|
|
||||||
@@ -182,6 +185,7 @@ and Cloud Identity Premium accounts.
|
|||||||
spammoderationlevel|
|
spammoderationlevel|
|
||||||
whocanaddreferences|
|
whocanaddreferences|
|
||||||
whocanadd|
|
whocanadd|
|
||||||
|
whocanaddexternalmembers|
|
||||||
whocanapprovemessages|
|
whocanapprovemessages|
|
||||||
whocanassigntopics|
|
whocanassigntopics|
|
||||||
whocanassistcontent|
|
whocanassistcontent|
|
||||||
|
|||||||
@@ -3,9 +3,19 @@
|
|||||||
- [Notes](#notes)
|
- [Notes](#notes)
|
||||||
- [Definitions](#definitions)
|
- [Definitions](#definitions)
|
||||||
- [User Type Entity](#user-type-entity)
|
- [User Type Entity](#user-type-entity)
|
||||||
|
- [All non-archived Users](#all-non-archived-users)
|
||||||
|
- [All archived Users](#all-archived-Users)
|
||||||
- [All non-suspended Users](#all-non-suspended-users)
|
- [All non-suspended Users](#all-non-suspended-users)
|
||||||
- [All suspended Users](#all-suspended-Users)
|
- [All suspended Users](#all-suspended-Users)
|
||||||
|
- [All archived or suspended Users](#all-archived-or-suspended-users)
|
||||||
|
- [All non-archived and non-suspended Users](#all-non-archived-and-non-suspended-users)
|
||||||
- [All non-suspended and suspended Users](#all-non-suspended-and-suspended-users)
|
- [All non-suspended and suspended Users](#all-non-suspended-and-suspended-users)
|
||||||
|
- [All non-suspended Guests](#all-non-suspended-guests)
|
||||||
|
- [All suspended Guests](#all-suspended-Guests)
|
||||||
|
- [All non-suspended and suspended Guests](#all-non-suspended-and-suspended-guests)
|
||||||
|
- [All non-suspended Users and Guests](#all-non-suspended-users-and-guests)
|
||||||
|
- [All suspended Users and Guests](#all-suspended-users-and-guests)
|
||||||
|
- [All non-suspended and suspended Users and Guests](#all-non-suspended-and-suspended-users-and-guests)
|
||||||
- [A single User](#a-single-user)
|
- [A single User](#a-single-user)
|
||||||
- [A list of Users](#a-list-of-users)
|
- [A list of Users](#a-list-of-users)
|
||||||
- [The admin user referenced in oauth2.txt](#the-admin-user-referenced-in-oauth2txt)
|
- [The admin user referenced in oauth2.txt](#the-admin-user-referenced-in-oauth2txt)
|
||||||
@@ -40,6 +50,18 @@
|
|||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
|
The following items referencing guest users were added to `<UserTypeEntity>` in version 7.43.00.
|
||||||
|
```
|
||||||
|
all_guests
|
||||||
|
all_guests_ns
|
||||||
|
all_guests_susp
|
||||||
|
all_guests_ns_susp
|
||||||
|
all_users_and_guests
|
||||||
|
all_users_and_guests_ns
|
||||||
|
all_users_and_guests_susp
|
||||||
|
all_users_and_guests_ns_susp
|
||||||
|
```
|
||||||
|
|
||||||
The followig items referencing non-archived/archived users were added to `<UserTypeEntity>` in version 7.22.00.
|
The followig items referencing non-archived/archived users were added to `<UserTypeEntity>` in version 7.22.00.
|
||||||
```
|
```
|
||||||
all users_na
|
all users_na
|
||||||
@@ -123,6 +145,8 @@ ous_and_children_na_ns
|
|||||||
|
|
||||||
<UserTypeEntity> ::=
|
<UserTypeEntity> ::=
|
||||||
(all users|users_na|users_arch|users_ns|users_susp|users_ns_susp|users_arch_or_susp|users_na_ns)|
|
(all users|users_na|users_arch|users_ns|users_susp|users_ns_susp|users_arch_or_susp|users_na_ns)|
|
||||||
|
(all guests|guests_ns|guests_susp|guests_ns_susp)|
|
||||||
|
(all users_and_guests|users_and_guests_ns|users_and_guests_susp|users_and_guests_ns_susp)|
|
||||||
(user <UserItem>)|
|
(user <UserItem>)|
|
||||||
(users <UserList>)|
|
(users <UserList>)|
|
||||||
(oauthuser)
|
(oauthuser)
|
||||||
@@ -232,6 +256,26 @@ Use these options to select users for GAM commands.
|
|||||||
## All non-suspended and suspended Users
|
## All non-suspended and suspended Users
|
||||||
* `all users_ns_susp`
|
* `all users_ns_susp`
|
||||||
|
|
||||||
|
## All non-suspended Guests
|
||||||
|
* `all guests`
|
||||||
|
* `all guests_ns`
|
||||||
|
|
||||||
|
## All suspended Guests
|
||||||
|
* `all guests_susp`
|
||||||
|
|
||||||
|
## All non-suspended and suspended Guests
|
||||||
|
* `all guests_ns_susp`
|
||||||
|
|
||||||
|
## All non-suspended Users and Guests
|
||||||
|
* `all users_and_guests`
|
||||||
|
* `all users_and_guests_ns`
|
||||||
|
|
||||||
|
## All suspended Users and Guests
|
||||||
|
* `all users_and_guests_susp`
|
||||||
|
|
||||||
|
## All non-suspended and suspended Users and Guests
|
||||||
|
* `all users_and_guests_ns_susp`
|
||||||
|
|
||||||
## A single User
|
## A single User
|
||||||
* `user <UserItem>`
|
* `user <UserItem>`
|
||||||
|
|
||||||
|
|||||||
@@ -36,13 +36,15 @@ gam version
|
|||||||
Updating from Jay’s GAM to GAM7 may introduce some issues. If your GAM install is critical to your product Google environment you may want to wait for some of the upgrade challenges to be ironed out in the next few weeks. Having said that, GAM stores all of it’s configuration in the GAM install folder so backing up that folder should preserve your old GAM config. For [upgrade instructions see the wiki](https://github.com/GAM-team/GAM/wiki/How-to-upgrade-from-Standard-GAM).
|
Updating from Jay’s GAM to GAM7 may introduce some issues. If your GAM install is critical to your product Google environment you may want to wait for some of the upgrade challenges to be ironed out in the next few weeks. Having said that, GAM stores all of it’s configuration in the GAM install folder so backing up that folder should preserve your old GAM config. For [upgrade instructions see the wiki](https://github.com/GAM-team/GAM/wiki/How-to-upgrade-from-Standard-GAM).
|
||||||
|
|
||||||
# What does this mean if I’m using Ross’ GAM-ADV?
|
# What does this mean if I’m using Ross’ GAM-ADV?
|
||||||
GAM7 is effectively the same source as GAMADV-XTD3 with minor changes to point to the [github.com/GAM-team/GAM](http://github.com/GAM-team/GAM) site. On Linux/MacOS you should be able to run:
|
GAM7 is effectively the same source as GAMADV-XTD3 with minor changes to point to the [github.com/GAM-team/GAM](http://github.com/GAM-team/GAM) site.
|
||||||
|
|
||||||
|
On Linux/MacOS you should be able to run:
|
||||||
|
|
||||||
```
|
```
|
||||||
bash <(curl -s -S -L https://git.io/gam-install) -l
|
bash <(curl -s -S -L https://git.io/gam-install) -l
|
||||||
```
|
```
|
||||||
|
|
||||||
To upgrade. On Windows, download the latest MSI from [git.io/gam-releases](http://git.io/gam-releases) and install it to the same path you had GAM-ADV installed.
|
On Windows, download the latest EXE installer from [git.io/gam-releases](http://git.io/gam-releases), run it and install it to the same path you had GAM-ADV installed.
|
||||||
|
|
||||||
Both GAM7 and GAM-ADV versions use the same configuration file (gam.cfg), and credentials; they are interchangeable.
|
Both GAM7 and GAM-ADV versions use the same configuration file (gam.cfg), and credentials; they are interchangeable.
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,99 @@ Add the `-s` option to the end of the above commands to suppress creating the `g
|
|||||||
|
|
||||||
See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Installs) for Windows or other options, including manual installation
|
See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Installs) for Windows or other options, including manual installation
|
||||||
|
|
||||||
|
### 7.43.04
|
||||||
|
|
||||||
|
Added option `include_suspended_zeros [<Boolean>]` to `gam print vaultcounts` that causes
|
||||||
|
GAM to generate zero count lines for suspended users with zero items as well as non-suspended users.
|
||||||
|
|
||||||
|
### 7.43.03
|
||||||
|
|
||||||
|
Added option `parentpathonly [<Boolean>]` to the following commands that causes GAM
|
||||||
|
to display only the parent folder names when displaying the path to a file.
|
||||||
|
```
|
||||||
|
gam <UserTypeEntity> info drivefile ... filepath|fullpath
|
||||||
|
gam <UserTypeEntity> show fileinfo ... filepath|fullpath
|
||||||
|
gam <UserTypeEntity> print|show filepath
|
||||||
|
gam <UserTypeEntity> print filelist ... filepath|fullpath
|
||||||
|
```
|
||||||
|
|
||||||
|
### 7.43.02
|
||||||
|
|
||||||
|
Added option `maxactivities <Number>` to `gam <UserTypeEntity> print driveactivity` to limit
|
||||||
|
the number of activities displayed; the default is 0, no limit.
|
||||||
|
|
||||||
|
### 7.43.01
|
||||||
|
|
||||||
|
Updated `gam info user` and `gam print users` to display guest user attributes: `isGuestUser, guestAccountInfo`
|
||||||
|
|
||||||
|
Expanded `<UserTypeEntity>` to allow specification of guest users.
|
||||||
|
* See [Collections of Users](Collections-of-Users)
|
||||||
|
|
||||||
|
### 7.42.00
|
||||||
|
|
||||||
|
In versions prior to 7.42.00, when `redirect csv <FileName>` was used, GAM did not open and write `<FileName>`
|
||||||
|
until all processing was complete; if `<FileName>` was not accessible, an error was generated
|
||||||
|
and no results were saved. Now, `<FileName>` is opened initially to verify accessiblity
|
||||||
|
and then written when processing is complete.
|
||||||
|
|
||||||
|
In the unlikely event that this causes issues, you can do `redirect csv <FileName> delayopen`
|
||||||
|
to get the previous behavior.
|
||||||
|
|
||||||
|
### 7.41.03
|
||||||
|
|
||||||
|
Fixed bug in the following:
|
||||||
|
Added the following to `<RowValueFilter>` used in CSV input/output row filtering; these are
|
||||||
|
synonyms for `count` and `countrange`.
|
||||||
|
```
|
||||||
|
[(any|all):]number<Operator><Number>|
|
||||||
|
[(any|all):]numberrange!=<Number>/<Number>|
|
||||||
|
[(any|all):]numberrange=<Number>/<Number>|
|
||||||
|
```
|
||||||
|
|
||||||
|
### 7.41.02
|
||||||
|
|
||||||
|
Added option `ownername` to `gam info|print courses` to have GAM display the course owners full name;
|
||||||
|
there is an extra API call per course to get the name.
|
||||||
|
|
||||||
|
Added option `creatorname` to `gam print course-announcements|course-materials|course-works` to have
|
||||||
|
GAM display the item creators full name; there is an extra API call per course to get the name.
|
||||||
|
|
||||||
|
After creating a group, it may be sometime, e.g. 30-45 seconds, before members can
|
||||||
|
successfully be added to the group even though the API reported that the group was created.
|
||||||
|
The following options can be used with `gam create group` to verify that the group is actually ready to be updated.
|
||||||
|
This will be most useful in scripts that are used to create and then populate groups.
|
||||||
|
```
|
||||||
|
verifycreationretries <Integer> - Verify group creation, defaults to 0, no verification performed, range 0-20
|
||||||
|
verifycreationinitialdelay <Integer> - Number of seconds to delay before first verification performed, defaults to 5, range 0-60
|
||||||
|
verifycreationretrydelay <Integer> - Number of seconds to delay between verificaton retries, defaults to 5, range 1-60
|
||||||
|
```
|
||||||
|
|
||||||
|
If you have a script that deletes a group and then immediately tries to create a new group with the same email address,
|
||||||
|
you may run into issues. There seems to be a 30-45 second window after the deletion in which a couple
|
||||||
|
of strange errors can occur on the creation: `Resource not found` and `Duplicate`.
|
||||||
|
The following options can be used with `gam create group` to handle these errors. This will be most useful
|
||||||
|
in scripts that are used to delete and then immediately recreate groups.
|
||||||
|
```
|
||||||
|
recentdeleteretries <Integer> - Handle group delete/create errors, defaults to 0, no errors handled, range 0-20
|
||||||
|
recentdeleteretrydelay <Integer> - Number of seconds to delay between retries, defaults to 5, range 1-60
|
||||||
|
```
|
||||||
|
|
||||||
|
Added the following to `<RowValueFilter>` used in CSV input/output row filtering; these are
|
||||||
|
synonyms for `count` and `countrange`.
|
||||||
|
```
|
||||||
|
[(any|all):]number<Operator><Number>|
|
||||||
|
[(any|all):]numberrange!=<Number>/<Number>|
|
||||||
|
[(any|all):]numberrange=<Number>/<Number>|
|
||||||
|
```
|
||||||
|
|
||||||
|
### 7.41.01
|
||||||
|
|
||||||
|
Fixed bug in `gam print cigroups members managers owners countsonly totalcount internal external` that caused a trap.
|
||||||
|
|
||||||
|
### 7.41.00
|
||||||
|
|
||||||
|
Upgraded to Python 3.14.4 and OpenSSL 4.0.0.
|
||||||
|
|
||||||
### 7.40.03
|
### 7.40.03
|
||||||
|
|
||||||
Added option `whocanaddexternalmembers only_owners_can_add_external_members|end_users_can_add_external_members` to `<GroupSettingsAttribute>`.
|
Added option `whocanaddexternalmembers only_owners_can_add_external_members|end_users_can_add_external_members` to `<GroupSettingsAttribute>`.
|
||||||
@@ -17,7 +110,7 @@ It appears that `allowexternalmembers true` must be set in the same command.
|
|||||||
Added option `whocanaddexternalmembers` to `<GroupFieldName>`.
|
Added option `whocanaddexternalmembers` to `<GroupFieldName>`.
|
||||||
These options are not in general release as of 2026-04-13; experiment.
|
These options are not in general release as of 2026-04-13; experiment.
|
||||||
|
|
||||||
### - 7.40.02
|
### 7.40.02
|
||||||
|
|
||||||
Updated `gam info|print cigroups` and `gam print|show cigroup-members` to handle trap caused
|
Updated `gam info|print cigroups` and `gam print|show cigroup-members` to handle trap caused
|
||||||
by API returning invalid member data; `preferredMemberKey` with no `id`.
|
by API returning invalid member data; `preferredMemberKey` with no `id`.
|
||||||
|
|||||||
@@ -7,6 +7,8 @@
|
|||||||
- [GUI API Group access type settings mapping](#gui-api-group-access-type-settings-mapping)
|
- [GUI API Group access type settings mapping](#gui-api-group-access-type-settings-mapping)
|
||||||
- [whoCanViewMembership and whoCanDiscoverGroup interactions](#whocanviewmembership-and-whocandiscovergroup-interactions)
|
- [whoCanViewMembership and whoCanDiscoverGroup interactions](#whocanviewmembership-and-whocandiscovergroup-interactions)
|
||||||
- [Manage groups](#manage-groups)
|
- [Manage groups](#manage-groups)
|
||||||
|
- [Handle group deletion and immediate recreation](#handle-group-deletion-and-immediate-recreation)
|
||||||
|
- [Verify group creation](#verify-group-creation)
|
||||||
- [Update a group's primary email address](#update-a-groups-primary-email-address)
|
- [Update a group's primary email address](#update-a-groups-primary-email-address)
|
||||||
- [Update a group's settings with JSON data](#update-a-groups-settings-with-json-data)
|
- [Update a group's settings with JSON data](#update-a-groups-settings-with-json-data)
|
||||||
- [Display information about specific groups](#display-information-about-specific-groups)
|
- [Display information about specific groups](#display-information-about-specific-groups)
|
||||||
@@ -79,7 +81,7 @@ See [Collections of Items](Collections-of-Items)
|
|||||||
(isarchived <Boolean>)|
|
(isarchived <Boolean>)|
|
||||||
(memberscanpostasthegroup <Boolean>)|
|
(memberscanpostasthegroup <Boolean>)|
|
||||||
(messagemoderationlevel moderate_all_messages|moderate_non_members|moderate_new_members|moderate_none)|
|
(messagemoderationlevel moderate_all_messages|moderate_non_members|moderate_new_members|moderate_none)|
|
||||||
(name <String>)|
|
(name|displayname <String>)|
|
||||||
(primarylanguage <Language>)|
|
(primarylanguage <Language>)|
|
||||||
(replyto reply_to_custom|reply_to_sender|reply_to_list|reply_to_owner|reply_to_ignore|reply_to_managers)|
|
(replyto reply_to_custom|reply_to_sender|reply_to_list|reply_to_owner|reply_to_ignore|reply_to_managers)|
|
||||||
(sendmessagedenynotification <Boolean>)|
|
(sendmessagedenynotification <Boolean>)|
|
||||||
@@ -350,6 +352,8 @@ These commands allow you to create, update and delete groups.
|
|||||||
gam create group <EmailAddress>
|
gam create group <EmailAddress>
|
||||||
[copyfrom <GroupItem>] <GroupAttribute>*
|
[copyfrom <GroupItem>] <GroupAttribute>*
|
||||||
[verifynotinvitable]
|
[verifynotinvitable]
|
||||||
|
[recentdeleteretries <Integer>] [recentdeleteretrydelay <Integer>]
|
||||||
|
[verifycreationretries <Integer>] [verifycreationinitialdelay <Integer>] [verifycreationretrydelay <Integer>]
|
||||||
gam update group|groups <GroupEntity> [email <EmailAddress>]
|
gam update group|groups <GroupEntity> [email <EmailAddress>]
|
||||||
[updateprimaryemail <RESearchPattern> <RESubstitution> [preview]]
|
[updateprimaryemail <RESearchPattern> <RESubstitution> [preview]]
|
||||||
[copyfrom <GroupItem>] <GroupAttribute>*
|
[copyfrom <GroupItem>] <GroupAttribute>*
|
||||||
@@ -367,6 +371,28 @@ You can update a group to a security group with the `makesecuritygroup` option.
|
|||||||
|
|
||||||
When deleting and `noactionifalias` is specified, no action is performed if `<GroupEntity>` specifies an alias rather than a primary email address.
|
When deleting and `noactionifalias` is specified, no action is performed if `<GroupEntity>` specifies an alias rather than a primary email address.
|
||||||
|
|
||||||
|
## Handle group deletion and immediate recreation
|
||||||
|
If you have a script that deletes a group and then immediately tries to create a new group with the same email address,
|
||||||
|
you may run into issues. There seems to be a 30-45 second window after the deletion in which a couple
|
||||||
|
of strange errors can occur on the creation: `Resource not found` and `Duplicate`.
|
||||||
|
The following options can be used with `gam create group` to handle these errors. This will be most useful
|
||||||
|
in scripts that are used to delete and then immediately recreate groups.
|
||||||
|
```
|
||||||
|
recentdeleteretries <Integer> - Handle group delete/create errors, defaults to 0, no errors handled, range 0-20
|
||||||
|
recentdeleteretrydelay <Integer> - Number of seconds to delay between retries, defaults to 5, range 1-60
|
||||||
|
```
|
||||||
|
|
||||||
|
## Verify group creation
|
||||||
|
After creating a group, it may be sometime, e.g. 30-45 seconds, before members can
|
||||||
|
successfully be added to the group even though the API reported that the group was created.
|
||||||
|
The following options can be used with `gam create group` to verify that the group is actually ready to be updated.
|
||||||
|
This will be most useful in scripts that are used to create and then populate groups.
|
||||||
|
```
|
||||||
|
verifycreationretries <Integer> - Verify group creation, defaults to 0, no verification performed, range 0-20
|
||||||
|
verifycreationinitialdelay <Integer> - Number of seconds to delay before first verification performed, defaults to 5, range 0-60
|
||||||
|
verifycreationretrydelay <Integer> - Number of seconds to delay between verificaton retries, defaults to 5, range 1-60
|
||||||
|
```
|
||||||
|
|
||||||
## Update a group's primary email address
|
## Update a group's primary email address
|
||||||
You can simply update a group's primary email address with the `email` option.
|
You can simply update a group's primary email address with the `email` option.
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -251,7 +251,7 @@ writes the credentials into the file oauth2.txt.
|
|||||||
```
|
```
|
||||||
gamteam@server:/Users/gamteam$ rm -f /Users/gamteam/GAMConfig/oauth2.txt
|
gamteam@server:/Users/gamteam$ rm -f /Users/gamteam/GAMConfig/oauth2.txt
|
||||||
gamteam@server:/Users/gamteam$ gam version
|
gamteam@server:/Users/gamteam$ gam version
|
||||||
GAM 7.40.03 - https://github.com/GAM-team/GAM - pyinstaller
|
GAM 7.43.04 - https://github.com/GAM-team/GAM - pyinstaller
|
||||||
GAM Team <google-apps-manager@googlegroups.com>
|
GAM Team <google-apps-manager@googlegroups.com>
|
||||||
Python 3.14.4 64-bit final
|
Python 3.14.4 64-bit final
|
||||||
macOS Tahoe 26.4.1 arm64
|
macOS Tahoe 26.4.1 arm64
|
||||||
@@ -1034,7 +1034,7 @@ writes the credentials into the file oauth2.txt.
|
|||||||
```
|
```
|
||||||
C:\>del C:\GAMConfig\oauth2.txt
|
C:\>del C:\GAMConfig\oauth2.txt
|
||||||
C:\>gam version
|
C:\>gam version
|
||||||
GAM 7.40.03 - https://github.com/GAM-team/GAM - pythonsource
|
GAM 7.43.04 - https://github.com/GAM-team/GAM - pythonsource
|
||||||
GAM Team <google-apps-manager@googlegroups.com>
|
GAM Team <google-apps-manager@googlegroups.com>
|
||||||
Python 3.14.4 64-bit final
|
Python 3.14.4 64-bit final
|
||||||
Windows 11 10.0.26200 AMD64
|
Windows 11 10.0.26200 AMD64
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ You can redirect CSV file output and stdout/stderr output to files. By using red
|
|||||||
You can redirect stdout and stderr to null and stderr can be redirected to stdout.
|
You can redirect stdout and stderr to null and stderr can be redirected to stdout.
|
||||||
```
|
```
|
||||||
<Redirect> ::=
|
<Redirect> ::=
|
||||||
redirect csv <FileName> [multiprocess] [append] [noheader] [charset <Charset>]
|
redirect csv <FileName> [delayopen] [multiprocess] [append] [noheader] [charset <Charset>]
|
||||||
[columndelimiter <Character>] [quotechar <Character>] [noescapechar [<Boolean>]]
|
[columndelimiter <Character>] [quotechar <Character>] [noescapechar [<Boolean>]]
|
||||||
[sortheaders <StringList>] [timestampcolumn <String>] [transpose [<Boolean>]]
|
[sortheaders <StringList>] [timestampcolumn <String>] [transpose [<Boolean>]]
|
||||||
[todrive <ToDriveAttribute>*] |
|
[todrive <ToDriveAttribute>*] |
|
||||||
@@ -129,12 +129,20 @@ You can redirect stdout and stderr to null and stderr can be redirected to stdou
|
|||||||
redirect stderr null [multiprocess] |
|
redirect stderr null [multiprocess] |
|
||||||
redirect stderr stdout [multiprocess]
|
redirect stderr stdout [multiprocess]
|
||||||
```
|
```
|
||||||
For `redirect`, the optional subarguments must appear in the order shown.
|
In versions prior to 7.42.00`, the `redirect csv` optional subarguments had to be specified in the order shown.
|
||||||
|
Now the arguments can be specified in any order except that `todrive <ToDriveAttribute>*` must still be last.
|
||||||
|
|
||||||
If `<FileName>` specifies a relative path, the file will be put in the directory specified by `drive_dir` in gam.cfg.
|
If `<FileName>` specifies a relative path, the file will be put in the directory specified by `drive_dir` in gam.cfg.
|
||||||
If `<FileName>` specifies an absolute path, the file will be put in the directory specified.
|
If `<FileName>` specifies an absolute path, the file will be put in the directory specified.
|
||||||
Specify `./<FileName>` to put the file in your current working directory.
|
Specify `./<FileName>` to put the file in your current working directory.
|
||||||
|
|
||||||
|
In versions prior to 7.42.00, when `redirect csv <FileName>` was used, GAM did not open and write `<FileName>`
|
||||||
|
until all processing was complete; if `<FileName>` was not accessible, an error was generated and no results were saved.
|
||||||
|
Now, `<FileName>` is opened initially to verify accessiblity and then written when processing is complete.
|
||||||
|
|
||||||
|
In the unlikely event that this causes issues, you can do `redirect csv <FileName> delayopen`
|
||||||
|
to get the previous behavior.
|
||||||
|
|
||||||
The `multiprocess` subargument allows the multiple subprocesses started by `gam csv` to write intelligently
|
The `multiprocess` subargument allows the multiple subprocesses started by `gam csv` to write intelligently
|
||||||
to a single redirected CSV/stdout/stderr file. If you don't specify `multiprocess`, each subprocess
|
to a single redirected CSV/stdout/stderr file. If you don't specify `multiprocess`, each subprocess
|
||||||
writes `<FileName>` independently; you end up with a single file written by the last subprocess.
|
writes `<FileName>` independently; you end up with a single file written by the last subprocess.
|
||||||
|
|||||||
@@ -132,7 +132,7 @@ See: [Users - Calendars - Transfer](Users-Calendars-Transfer)
|
|||||||
|
|
||||||
GAM7 supports domain shared contacts and user contacts.
|
GAM7 supports domain shared contacts and user contacts.
|
||||||
|
|
||||||
See: [Domain Shared Contacts](Contacts)
|
See: [Domain Shared Contacts](Domain-SharedContacts)
|
||||||
|
|
||||||
See: [Users - People - Contacts & Profiles](Users-People-Contacts-Profiles)
|
See: [Users - People - Contacts & Profiles](Users-People-Contacts-Profiles)
|
||||||
|
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ gam <UserTypeEntity> print driveactivity [todrive <ToDriveAttributes>*]
|
|||||||
(query <QueryDriveFile>)]
|
(query <QueryDriveFile>)]
|
||||||
[([start|starttime <Date>|<Time>] [end|endtime <Date>|<Time>])|(range <Date>|<Time> <Date)|<Time>|
|
[([start|starttime <Date>|<Time>] [end|endtime <Date>|<Time>])|(range <Date>|<Time> <Date)|<Time>|
|
||||||
yesterday|today|thismonth|(previousmonths <Integer>)]
|
yesterday|today|thismonth|(previousmonths <Integer>)]
|
||||||
[action|actions [not] <DriveActivityActionList>]
|
[action|actions [not] <DriveActivityActionList>] [maxactivities <Number>]
|
||||||
[consolidationstrategy legacy|none]
|
[consolidationstrategy legacy|none]
|
||||||
[idmapfile <FileName>|(gsheet <UserGoogleSheet>) [charset <String>] [columndelimiter <Character>] [noescapechar <Boolean>] [quotechar <Character>]]
|
[idmapfile <FileName>|(gsheet <UserGoogleSheet>) [charset <String>] [columndelimiter <Character>] [noescapechar <Boolean>] [quotechar <Character>]]
|
||||||
[stripcrsfromname] [formatjson [quotechar <Character>]]
|
[stripcrsfromname] [formatjson [quotechar <Character>]]
|
||||||
@@ -99,6 +99,8 @@ Google does the filtering.
|
|||||||
* `action|actions <DriveActivityActionList>` - Only display activities with the specified actions; by default, all actions are displayed
|
* `action|actions <DriveActivityActionList>` - Only display activities with the specified actions; by default, all actions are displayed
|
||||||
* `action|actions not <DriveActivityActionList>` - Only display activities without the specified actions; by default, all actions are displayed
|
* `action|actions not <DriveActivityActionList>` - Only display activities without the specified actions; by default, all actions are displayed
|
||||||
|
|
||||||
|
You can limit the number of activities displayed with the `maxactivities <Number>; the default is 0, no limit.
|
||||||
|
|
||||||
The API only returns a permissionId and user name for each event but no user email address. To get an email address perform the
|
The API only returns a permissionId and user name for each event but no user email address. To get an email address perform the
|
||||||
following command to generate a file that contains the email address and permissionId for all users. You can substitute for `all users` if desired.
|
following command to generate a file that contains the email address and permissionId for all users. You can substitute for `all users` if desired.
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -528,7 +528,7 @@ There are two methods for moving a folder from a My Drive to a Shared Drive:
|
|||||||
* GAM
|
* GAM
|
||||||
* The Drive API doesn't allow moving a folder from a My Drive to a Shared Drive; GAM has to recreate the folders on the Shared Drive, thus changing their IDs
|
* The Drive API doesn't allow moving a folder from a My Drive to a Shared Drive; GAM has to recreate the folders on the Shared Drive, thus changing their IDs
|
||||||
* Files are simply moved from their existing My Drive folder to the recreated Shared Drive folder; their IDs do not change
|
* Files are simply moved from their existing My Drive folder to the recreated Shared Drive folder; their IDs do not change
|
||||||
* Files owmed by users outside of your domain can't be moved
|
* Files owned by users outside of your domain can't be moved
|
||||||
|
|
||||||
## Simple moves by changing parents
|
## Simple moves by changing parents
|
||||||
Use this command in the following cases:
|
Use this command in the following cases:
|
||||||
|
|||||||
@@ -425,7 +425,7 @@ Display file details in indented keyword: value format. The two forms are equiva
|
|||||||
```
|
```
|
||||||
gam <UserTypeEntity> show fileinfo <DriveFileEntity>
|
gam <UserTypeEntity> show fileinfo <DriveFileEntity>
|
||||||
[returnidonly]
|
[returnidonly]
|
||||||
[filepath|fullpath] [folderpathonly [<Boolean>]] [pathdelimiter <Character>]
|
[filepath|fullpath] [folderpathonly|parentpathonly [<Boolean>]] [pathdelimiter <Character>]
|
||||||
[allfields|<DriveFieldName>*|(fields <DriveFieldNameList>)]
|
[allfields|<DriveFieldName>*|(fields <DriveFieldNameList>)]
|
||||||
(orderby <DriveFileOrderByFieldName> [ascending|descending])*
|
(orderby <DriveFileOrderByFieldName> [ascending|descending])*
|
||||||
[showdrivename] [showshareddrivepermissions]
|
[showdrivename] [showshareddrivepermissions]
|
||||||
@@ -436,7 +436,7 @@ gam <UserTypeEntity> show fileinfo <DriveFileEntity>
|
|||||||
[formatjson]
|
[formatjson]
|
||||||
gam <UserTypeEntity> info drivefile <DriveFileEntity>
|
gam <UserTypeEntity> info drivefile <DriveFileEntity>
|
||||||
[returnidonly]
|
[returnidonly]
|
||||||
[filepath|fullpath] [folderpathonly [<Boolean>]] [pathdelimiter <Character>]
|
[filepath|fullpath] [folderpathonly|parentpathonly [<Boolean>]] [pathdelimiter <Character>]
|
||||||
[allfields|<DriveFieldName>*|(fields <DriveFieldNameList>)]
|
[allfields|<DriveFieldName>*|(fields <DriveFieldNameList>)]
|
||||||
(orderby <DriveFileOrderByFieldName> [ascending|descending])*
|
(orderby <DriveFileOrderByFieldName> [ascending|descending])*
|
||||||
[showdrivename] [showshareddrivepermissions]
|
[showdrivename] [showshareddrivepermissions]
|
||||||
@@ -455,6 +455,7 @@ Use `fullpath` to add additional path information indicating that a file is an O
|
|||||||
By default, the path to a file includes the file name as the last element of the path.
|
By default, the path to a file includes the file name as the last element of the path.
|
||||||
Use `folderpathonly` to display only the folder names when displaying the path to a file. This folder only path
|
Use `folderpathonly` to display only the folder names when displaying the path to a file. This folder only path
|
||||||
an be used in `gam <UserTypeEntity> create drivefolderpath` to recreate the folder hierarchy.
|
an be used in `gam <UserTypeEntity> create drivefolderpath` to recreate the folder hierarchy.
|
||||||
|
Use `parentpathonly` to display only the parent folder names when displaying the path to a file.
|
||||||
|
|
||||||
By default, file path components are separated by `/`; use `pathdelimiter <Character>` to use `<Character>` as the separator.
|
By default, file path components are separated by `/`; use `pathdelimiter <Character>` to use `<Character>` as the separator.
|
||||||
|
|
||||||
@@ -517,12 +518,12 @@ gam <UserTypeEntity> show filepath <DriveFileEntity>
|
|||||||
[returnpathonly]
|
[returnpathonly]
|
||||||
(orderby <DriveFileOrderByFieldName> [ascending|descending])*
|
(orderby <DriveFileOrderByFieldName> [ascending|descending])*
|
||||||
[stripcrsfromname]
|
[stripcrsfromname]
|
||||||
[folderpathonly [<Boolean>]] [fullpath] [pathdelimiter <Character>]
|
[folderpathonly|parentpathonly [<Boolean>]] [fullpath] [pathdelimiter <Character>]
|
||||||
[followshortcuts [<Boolean>]]
|
[followshortcuts [<Boolean>]]
|
||||||
gam <UserTypeEntity> print filepath <DriveFileEntity> [todrive <ToDriveAttribute>*]
|
gam <UserTypeEntity> print filepath <DriveFileEntity> [todrive <ToDriveAttribute>*]
|
||||||
(orderby <DriveFileOrderByFieldName> [ascending|descending])*
|
(orderby <DriveFileOrderByFieldName> [ascending|descending])*
|
||||||
[stripcrsfromname] [oneitemperrow]
|
[stripcrsfromname] [oneitemperrow]
|
||||||
[fullpath] [folderpathonly [<Boolean>]] [pathdelimiter <Character>]
|
[fullpath] [folderpathonly|parentpathonly [<Boolean>]] [pathdelimiter <Character>]
|
||||||
[followshortcuts [<Boolean>]]
|
[followshortcuts [<Boolean>]]
|
||||||
```
|
```
|
||||||
Use `returnpathonly` to display just the file path of the files in `<DriveFileEntity>`.
|
Use `returnpathonly` to display just the file path of the files in `<DriveFileEntity>`.
|
||||||
@@ -532,6 +533,7 @@ Use `fullpath` to add additional path information indicating that a file is an O
|
|||||||
By default, the path to a file includes the file name as the last element of the path.
|
By default, the path to a file includes the file name as the last element of the path.
|
||||||
Use `folderpathonly` to display only the folder names when displaying the path to a file. This folder only path
|
Use `folderpathonly` to display only the folder names when displaying the path to a file. This folder only path
|
||||||
an be used in `gam <UserTypeEntity> create drivefolderpath` to recreate the folder hierarchy.
|
an be used in `gam <UserTypeEntity> create drivefolderpath` to recreate the folder hierarchy.
|
||||||
|
Use `parentpathonly` to display only the parent folder names when displaying the path to a file.
|
||||||
|
|
||||||
By default, file path components are separated by `/`; use `pathdelimiter <Character>` to use `<Character>` as the separator.
|
By default, file path components are separated by `/`; use `pathdelimiter <Character>` to use `<Character>` as the separator.
|
||||||
|
|
||||||
@@ -1106,7 +1108,7 @@ gam <UserTypeEntity> print|show filelist [todrive <ToDriveAttribute>*]
|
|||||||
[countsonly [summary none|only|plus] [summaryuser <String>]
|
[countsonly [summary none|only|plus] [summaryuser <String>]
|
||||||
[showsource] [showsize] [showsizeunits] [showmimetypesize]]
|
[showsource] [showsize] [showsizeunits] [showmimetypesize]]
|
||||||
[countsrowfilter]
|
[countsrowfilter]
|
||||||
[filepath|fullpath [folderpathonly [<Boolean>]] [pathdelimiter <Character>] [addpathstojson] [showdepth]] [buildtree]
|
[filepath|fullpath [folderpathonly|parentpathonly [<Boolean>]] [pathdelimiter <Character>] [addpathstojson] [showdepth]] [buildtree]
|
||||||
[allfields|<DriveFieldName>*|(fields <DriveFieldNameList>)]
|
[allfields|<DriveFieldName>*|(fields <DriveFieldNameList>)]
|
||||||
[showdrivename] [showshareddrivepermissions]
|
[showdrivename] [showshareddrivepermissions]
|
||||||
[(showlabels details|ids)|(includelabels <ClassificationLabelIDList>)]
|
[(showlabels details|ids)|(includelabels <ClassificationLabelIDList>)]
|
||||||
@@ -1239,6 +1241,7 @@ JSON data rather than as additional columns
|
|||||||
By default, the path to a file includes the file name as the last element of the path.
|
By default, the path to a file includes the file name as the last element of the path.
|
||||||
Use `folderpathonly` to display only the folder names when displaying the path to a file. This folder only path
|
Use `folderpathonly` to display only the folder names when displaying the path to a file. This folder only path
|
||||||
an be used in `gam <UserTypeEntity> create drivefolderpath` to recreate the folder hierarchy.
|
an be used in `gam <UserTypeEntity> create drivefolderpath` to recreate the folder hierarchy.
|
||||||
|
Use `parentpathonly` to display only the parent folder names when displaying the path to a file.
|
||||||
|
|
||||||
By default, file path components are separated by `/`; use `pathdelimiter <Character>` to use `<Character>` as the separator.
|
By default, file path components are separated by `/`; use `pathdelimiter <Character>` to use `<Character>` as the separator.
|
||||||
|
|
||||||
|
|||||||
@@ -91,8 +91,8 @@ gam <UserItem> show meetconferences
|
|||||||
[formatjson]
|
[formatjson]
|
||||||
```
|
```
|
||||||
By default, conferences are shown for all of a user's meet spaces. To limit the display use:
|
By default, conferences are shown for all of a user's meet spaces. To limit the display use:
|
||||||
* `space <MeetSpaceName>` - Display conferences for a specifc space by giving its name
|
* `space <MeetSpaceName>` - Display conferences for a specific space by giving its name
|
||||||
* `code <String>` - Display conferences for a specifc space by giving its code
|
* `code <String>` - Display conferences for a specific space by giving its code
|
||||||
|
|
||||||
By default, Gam displays the information about the meet conferences as an indented list of keys and values.
|
By default, Gam displays the information about the meet conferences as an indented list of keys and values.
|
||||||
* `formatjson` - Display the fields in JSON format.
|
* `formatjson` - Display the fields in JSON format.
|
||||||
@@ -103,8 +103,8 @@ gam <UserItem> print meetconferences [todrive <ToDriveAttribute>*]
|
|||||||
[formatjson [quotechar <Character>]]
|
[formatjson [quotechar <Character>]]
|
||||||
```
|
```
|
||||||
By default, conferences are shown for all of a user's meet spaces. To limit the display use:
|
By default, conferences are shown for all of a user's meet spaces. To limit the display use:
|
||||||
* `space <MeetSpaceName>` - Display conferences for a specifc space by giving its name
|
* `space <MeetSpaceName>` - Display conferences for a specific space by giving its name
|
||||||
* `code <String>` - Display conferences for a specifc space by giving its code
|
* `code <String>` - Display conferences for a specific space by giving its code
|
||||||
|
|
||||||
By default, Gam displays the information as columns of fields; the following option causes the output to be in JSON format,
|
By default, Gam displays the information as columns of fields; the following option causes the output to be in JSON format,
|
||||||
* `formatjson` - Display the fields in JSON format.
|
* `formatjson` - Display the fields in JSON format.
|
||||||
|
|||||||
@@ -257,11 +257,17 @@ gam print vaultcounts [todrive <ToDriveAttributes>*]
|
|||||||
[excludedrafts <Boolean>]
|
[excludedrafts <Boolean>]
|
||||||
[<JSONData>]
|
[<JSONData>]
|
||||||
[wait <Integer>]
|
[wait <Integer>]
|
||||||
|
[include_suspended_zeros [<Boolean>]]
|
||||||
```
|
```
|
||||||
Specify the search method, this is optional:
|
Specify the search method, this is optional:
|
||||||
* `accounts <EmailAddressEntity>` - Search all accounts specified in `<EmailAddressEntity>`
|
* `accounts <EmailAddressEntity>` - Search all accounts specified in `<EmailAddressEntity>`
|
||||||
* `orgunit|org|ou <OrgUnitPath>` - Search all accounts in the OU `<OrgUnitPath>`
|
* `orgunit|org|ou <OrgUnitPath>` - Search all accounts in the OU `<OrgUnitPath>`
|
||||||
* `everyone|entireorg` - Search for all accounts in the organization
|
* `everyone|entireorg` - Search all accounts in the organization
|
||||||
|
|
||||||
|
By default, the Vault API doesn't return accounts with zero items; GAM
|
||||||
|
generates a zero count line for non-suspended accounts with zero items.
|
||||||
|
The `include_suspended_zeros` option causes GAM to generate a zero count line
|
||||||
|
for suspended accounts with zero items.
|
||||||
|
|
||||||
For `corpus mail|group`, you can specify search terms to limit the search.
|
For `corpus mail|group`, you can specify search terms to limit the search.
|
||||||
* `terms <String>` - [Vault search](https://support.google.com/vault/answer/2474474)
|
* `terms <String>` - [Vault search](https://support.google.com/vault/answer/2474474)
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
Print the current version of Gam with details
|
Print the current version of Gam with details
|
||||||
```
|
```
|
||||||
gam version
|
gam version
|
||||||
GAM 7.40.03 - https://github.com/GAM-team/GAM - pyinstaller
|
GAM 7.43.04 - https://github.com/GAM-team/GAM - pyinstaller
|
||||||
GAM Team <google-apps-manager@googlegroups.com>
|
GAM Team <google-apps-manager@googlegroups.com>
|
||||||
Python 3.14.4 64-bit final
|
Python 3.14.4 64-bit final
|
||||||
macOS Tahoe 26.4.1 arm64
|
macOS Tahoe 26.4.1 arm64
|
||||||
@@ -15,7 +15,7 @@ Time: 2026-02-15T07:51:00-08:00
|
|||||||
Print the current version of Gam with details and time offset information
|
Print the current version of Gam with details and time offset information
|
||||||
```
|
```
|
||||||
gam version timeoffset
|
gam version timeoffset
|
||||||
GAM 7.40.03 - https://github.com/GAM-team/GAM - pyinstaller
|
GAM 7.43.04 - https://github.com/GAM-team/GAM - pyinstaller
|
||||||
GAM Team <google-apps-manager@googlegroups.com>
|
GAM Team <google-apps-manager@googlegroups.com>
|
||||||
Python 3.14.4 64-bit final
|
Python 3.14.4 64-bit final
|
||||||
macOS Tahoe 26.4.1 arm64
|
macOS Tahoe 26.4.1 arm64
|
||||||
@@ -27,7 +27,7 @@ Your system time differs from www.googleapis.com by less than 1 second
|
|||||||
Print the current version of Gam with extended details and SSL information
|
Print the current version of Gam with extended details and SSL information
|
||||||
```
|
```
|
||||||
gam version extended
|
gam version extended
|
||||||
GAM 7.40.03 - https://github.com/GAM-team/GAM - pyinstaller
|
GAM 7.43.04 - https://github.com/GAM-team/GAM - pyinstaller
|
||||||
GAM Team <google-apps-manager@googlegroups.com>
|
GAM Team <google-apps-manager@googlegroups.com>
|
||||||
Python 3.14.4 64-bit final
|
Python 3.14.4 64-bit final
|
||||||
macOS Tahoe 26.4.1 arm64
|
macOS Tahoe 26.4.1 arm64
|
||||||
@@ -35,7 +35,7 @@ Path: /Users/gamteam/bin/gam7
|
|||||||
Config File: /Users/gamteam/GamConfig/gam.cfg, Section: DEFAULT, customer_id: my_customer, domain: domain.com
|
Config File: /Users/gamteam/GamConfig/gam.cfg, Section: DEFAULT, customer_id: my_customer, domain: domain.com
|
||||||
Time: 2026-02-15T07:51:00-08:00
|
Time: 2026-02-15T07:51:00-08:00
|
||||||
Your system time differs from admin.googleapis.com by less than 1 second
|
Your system time differs from admin.googleapis.com by less than 1 second
|
||||||
OpenSSL 3.6.2 7 Apr 2026
|
OpenSSL 4.0.0 14 Apr 2026
|
||||||
arrow 1.4.0
|
arrow 1.4.0
|
||||||
chardet 5.2.0
|
chardet 5.2.0
|
||||||
cryptography 46.0.5
|
cryptography 46.0.5
|
||||||
@@ -68,7 +68,7 @@ MacOS High Sierra 10.13.6 x86_64
|
|||||||
Path: /Users/gamteam/bin/gam7
|
Path: /Users/gamteam/bin/gam7
|
||||||
Version Check:
|
Version Check:
|
||||||
Current: 5.35.08
|
Current: 5.35.08
|
||||||
Latest: 7.40.03
|
Latest: 7.43.04
|
||||||
echo $?
|
echo $?
|
||||||
1
|
1
|
||||||
```
|
```
|
||||||
@@ -76,7 +76,7 @@ echo $?
|
|||||||
Print the current version number without details
|
Print the current version number without details
|
||||||
```
|
```
|
||||||
gam version simple
|
gam version simple
|
||||||
7.40.03
|
7.43.04
|
||||||
```
|
```
|
||||||
In Linux/MacOS you can do:
|
In Linux/MacOS you can do:
|
||||||
```
|
```
|
||||||
@@ -86,7 +86,7 @@ echo $VER
|
|||||||
Print the current version of Gam and address of this Wiki
|
Print the current version of Gam and address of this Wiki
|
||||||
```
|
```
|
||||||
gam help
|
gam help
|
||||||
GAM 7.40.03 - https://github.com/GAM-team/GAM
|
GAM 7.43.04 - https://github.com/GAM-team/GAM
|
||||||
GAM Team <google-apps-manager@googlegroups.com>
|
GAM Team <google-apps-manager@googlegroups.com>
|
||||||
Python 3.14.4 64-bit final
|
Python 3.14.4 64-bit final
|
||||||
macOS Tahoe 26.4.1 arm64
|
macOS Tahoe 26.4.1 arm64
|
||||||
|
|||||||
Reference in New Issue
Block a user