mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-19 05:31:37 +00:00
Compare commits
12 Commits
20241223.2
...
20250116.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6af38e24af | ||
|
|
a4eff89658 | ||
|
|
91db5e5c45 | ||
|
|
67390a9863 | ||
|
|
6c24636833 | ||
|
|
776bc969de | ||
|
|
7008d8c311 | ||
|
|
a54870f91d | ||
|
|
782d57b02e | ||
|
|
0c6825fa12 | ||
|
|
6a82343668 | ||
|
|
47ec93140e |
51
.github/workflows/build.yml
vendored
51
.github/workflows/build.yml
vendored
@@ -17,7 +17,7 @@ defaults:
|
||||
working-directory: src
|
||||
|
||||
env:
|
||||
SCRATCH_COUNTER: 4
|
||||
SCRATCH_COUNTER: 6
|
||||
OPENSSL_CONFIG_OPTS: no-fips --api=3.0.0
|
||||
OPENSSL_INSTALL_PATH: ${{ github.workspace }}/bin/ssl
|
||||
OPENSSL_SOURCE_PATH: ${{ github.workspace }}/src/openssl
|
||||
@@ -41,48 +41,57 @@ jobs:
|
||||
goal: build
|
||||
arch: x86_64
|
||||
openssl_archs: linux-x86_64
|
||||
- os: [self-hosted, linux, arm64]
|
||||
- os: ubuntu-24.04-arm
|
||||
jid: 3
|
||||
goal: build
|
||||
arch: aarch64
|
||||
openssl_archs: linux-aarch64
|
||||
- os: ubuntu-22.04
|
||||
- os: ubuntu-22.04-arm
|
||||
jid: 4
|
||||
goal: build
|
||||
arch: aarch64
|
||||
openssl_archs: linux-aarch64
|
||||
- os: ubuntu-22.04
|
||||
jid: 5
|
||||
goal: build
|
||||
arch: x86_64
|
||||
openssl_archs: linux-x86_64
|
||||
staticx: yes
|
||||
- os: [self-hosted, linux, arm64]
|
||||
jid: 5
|
||||
- os: ubuntu-22.04-arm
|
||||
jid: 6
|
||||
goal: build
|
||||
arch: aarch64
|
||||
openssl_archs: linux-aarch64
|
||||
staticx: yes
|
||||
- os: macos-13
|
||||
jid: 6
|
||||
jid: 7
|
||||
goal: build
|
||||
arch: x86_64
|
||||
openssl_archs: darwin64-x86_64
|
||||
- os: macos-14
|
||||
jid: 7
|
||||
goal: build
|
||||
arch: aarch64
|
||||
openssl_archs: darwin64-arm64
|
||||
- os: macos-15
|
||||
jid: 8
|
||||
goal: build
|
||||
arch: aarch64
|
||||
openssl_archs: darwin64-arm64
|
||||
- os: windows-2022
|
||||
- os: macos-15
|
||||
jid: 9
|
||||
goal: build
|
||||
arch: aarch64
|
||||
openssl_archs: darwin64-arm64
|
||||
- os: windows-2022
|
||||
jid: 10
|
||||
goal: build
|
||||
arch: Win64
|
||||
openssl_archs: VC-WIN64A
|
||||
- os: ubuntu-24.04
|
||||
goal: test
|
||||
python: "3.9"
|
||||
jid: 10
|
||||
arch: x86_64
|
||||
# disable 3.9 test for now since it's oldest and due
|
||||
# for removal in Oct 2025. We only have 13 jid accounts
|
||||
# so we need this one off but can re-enable at some point
|
||||
# if we feel the need.
|
||||
#- os: ubuntu-24.04
|
||||
# goal: test
|
||||
# python: "3.9"
|
||||
# jid: 11
|
||||
# arch: x86_64
|
||||
- os: ubuntu-24.04
|
||||
goal: test
|
||||
python: "3.10"
|
||||
@@ -120,7 +129,7 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
cache.tar.xz
|
||||
key: gam-${{ matrix.jid }}-20241203
|
||||
key: gam-${{ matrix.jid }}-20250116
|
||||
|
||||
- name: Untar Cache archive
|
||||
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'
|
||||
@@ -187,7 +196,7 @@ jobs:
|
||||
echo "gampath=${gampath}" >> $GITHUB_ENV
|
||||
|
||||
- name: Install necessary Github-hosted Linux packages
|
||||
if: runner.os == 'Linux' && runner.arch == 'X64'
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
echo "RUNNING: apt update..."
|
||||
sudo apt-get -qq --yes update
|
||||
@@ -548,7 +557,6 @@ jobs:
|
||||
# https://github.com/pyinstaller/pyinstaller/issues/7102
|
||||
export PATH="$(dirname ${PYTHON}):/usr/bin"
|
||||
fi
|
||||
#if ([ "${staticx}" != "yes" ] && [ "$RUNNER_OS" != "Windows" ]); then
|
||||
if [[ "$staticx" != "yes" ]]; then
|
||||
export PYINSTALLER_BUILD_ONEDIR=yes
|
||||
fi
|
||||
@@ -594,6 +602,9 @@ jobs:
|
||||
- name: Install StaticX
|
||||
if: matrix.staticx == 'yes'
|
||||
run: |
|
||||
sudo apt-get -qq --yes update
|
||||
# arm64 needs to build a wheel and needs scons to build
|
||||
sudo apt-get -qq --yes install scons
|
||||
"${PYTHON}" -m pip install --upgrade patchelf-wrapper
|
||||
"${PYTHON}" -m pip install --upgrade staticx
|
||||
|
||||
|
||||
@@ -7352,11 +7352,11 @@ gam <UserTypeEntity> print filters [labelidsonly] [todrive <ToDriveAttribute>*]
|
||||
# Users - Forms
|
||||
|
||||
gam <UserTypeEntity> create form
|
||||
title <String> [description <String>] [isquiz [<Boolean>]
|
||||
title <String> [description <String>] [isquiz [<Boolean>]] [<JSONData>]
|
||||
[drivefilename <DriveFileName>] [<DriveFileParentAttribute>]
|
||||
[(csv [todrive <ToDriveAttribute>*]) | returnidonly]
|
||||
gam <UserTypeEntity> update form <DriveFileEntity>
|
||||
[title <String>] [description <String>] [isquiz [<Boolean>]
|
||||
[title <String>] [description <String>] [isquiz [<Boolean>]] [<JSONData>]
|
||||
|
||||
gam <UserTypeEntity> print forms <DriveFileEntity> [todrive <ToDriveAttribute>*]
|
||||
(addcsvdata <FieldName> <String>)*
|
||||
|
||||
@@ -1,3 +1,32 @@
|
||||
7.02.08
|
||||
|
||||
Fixed bug in `gam print|show chromepolicies` that caused a trap when neither
|
||||
`ou|orgunit <OrgUnitItem>` nor `group <GroupItem>` was specified.
|
||||
|
||||
7.02.07
|
||||
|
||||
Updated `gam delete|update chromepolicy` to display the `<AppID>` or `<PrinterID>` (if specified)
|
||||
in the command status messages.
|
||||
|
||||
7.02.06
|
||||
|
||||
Added option `<JSONData>` to `gam <UserTypeEntity> create|update form` that allows for
|
||||
creation/modification of all fields in a form. `<JSONData>` is a list of form update requests.
|
||||
|
||||
* See: https://developers.google.com/forms/api/reference/rest/v1/forms/batchUpdate
|
||||
|
||||
7.02.05
|
||||
|
||||
Updated `gam [<UserTypeEntity>] show shareddriveacls ... formatjson` to not display this line
|
||||
which interferes with the JSON output.
|
||||
```
|
||||
User: user@domain.com, Show N Shared Drives
|
||||
```
|
||||
|
||||
7.02.04
|
||||
|
||||
Updated code to eliminate trap caused by bug introduced in 7.02.00 that occurs when an invalid domain or OU is specified.
|
||||
|
||||
7.02.03
|
||||
|
||||
Added option `archive` to `gam <UserTypeEntity> update license <NewSKUID> from <OldSKUID>` that causes GAM
|
||||
|
||||
@@ -381,7 +381,7 @@ while true; do
|
||||
;;
|
||||
[Nn]*)
|
||||
# config_cmd="config no_browser true"
|
||||
touch "$target_dir/gam/nobrowser.txt" > /dev/null 2>&1
|
||||
touch "$target_dir/gam7/nobrowser.txt" > /dev/null 2>&1
|
||||
break
|
||||
;;
|
||||
*)
|
||||
|
||||
@@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki
|
||||
"""
|
||||
|
||||
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
|
||||
__version__ = '7.02.03'
|
||||
__version__ = '7.02.08'
|
||||
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
||||
|
||||
#pylint: disable=wrong-import-position
|
||||
@@ -628,7 +628,7 @@ def formatKeyValueList(prefixStr, kvList, suffixStr):
|
||||
msg += suffixStr
|
||||
return msg
|
||||
|
||||
# Something's wrong with CustomerID
|
||||
# Something's wrong with CustomerID??
|
||||
def accessErrorMessage(cd, errMsg=None):
|
||||
if cd is None:
|
||||
cd = buildGAPIObject(API.DIRECTORY)
|
||||
@@ -652,10 +652,12 @@ def accessErrorMessage(cd, errMsg=None):
|
||||
Ent.DOMAIN, GC.Values[GC.DOMAIN],
|
||||
Ent.USER, GM.Globals[GM.ADMIN]])+[Msg.ACCESS_FORBIDDEN],
|
||||
'')
|
||||
return formatKeyValueList('',
|
||||
[Ent.Singular(Ent.CUSTOMER_ID), GC.Values[GC.CUSTOMER_ID],
|
||||
errMsg],
|
||||
'')
|
||||
if errMsg:
|
||||
return formatKeyValueList('',
|
||||
[Ent.Singular(Ent.CUSTOMER_ID), GC.Values[GC.CUSTOMER_ID],
|
||||
errMsg],
|
||||
'')
|
||||
return None
|
||||
|
||||
def accessErrorExit(cd, errMsg=None):
|
||||
systemErrorExit(INVALID_DOMAIN_RC, accessErrorMessage(cd or buildGAPIObject(API.DIRECTORY), errMsg))
|
||||
@@ -23169,8 +23171,8 @@ def printShowContactDelegates(users):
|
||||
continue
|
||||
jcount = len(delegates)
|
||||
if not csvPF:
|
||||
entityPerformActionNumItems([Ent.USER, user], jcount, Ent.CONTACT_DELEGATE, i, count)
|
||||
if not csvStyle:
|
||||
entityPerformActionNumItems([Ent.USER, user], jcount, Ent.CONTACT_DELEGATE, i, count)
|
||||
Ind.Increment()
|
||||
j = 0
|
||||
for delegate in delegates:
|
||||
@@ -27892,14 +27894,28 @@ def _getPolicyGroupTarget(cd, cp, myarg, orgUnit):
|
||||
targetResource = f"groups/{convertEmailAddressToUID(targetName, cd, emailType='group')}"
|
||||
return (targetName, targetName, targetResource, Ent.GROUP, cp.customers().policies().groups())
|
||||
|
||||
def checkPolicyArgs(targetResource, printer_id, app_id):
|
||||
if not targetResource:
|
||||
missingArgumentExit('ou|org|orgunit|group')
|
||||
if printer_id and app_id:
|
||||
usageErrorExit(Msg.ARE_MUTUALLY_EXCLUSIVE.format('printerid', 'appid'))
|
||||
|
||||
def setPolicyKVList(baseList, printer_id, app_id):
|
||||
kvList = baseList[:]
|
||||
if app_id:
|
||||
kvList.extend([Ent.APP_ID, app_id])
|
||||
elif printer_id:
|
||||
kvList.extend([Ent.PRINTER_ID, printer_id])
|
||||
return kvList
|
||||
|
||||
def updatePolicyRequests(body, targetResource, printer_id, app_id):
|
||||
for request in body['requests']:
|
||||
request.setdefault('policyTargetKey', {})
|
||||
request['policyTargetKey']['targetResource'] = targetResource
|
||||
if printer_id:
|
||||
request['policyTargetKey']['additionalTargetKeys'] = {'printer_id': printer_id}
|
||||
elif app_id:
|
||||
if app_id:
|
||||
request['policyTargetKey']['additionalTargetKeys'] = {'app_id': app_id}
|
||||
elif printer_id:
|
||||
request['policyTargetKey']['additionalTargetKeys'] = {'printer_id': printer_id}
|
||||
|
||||
# gam delete chromepolicy
|
||||
# (<SchemaName> [<JSONData>])+
|
||||
@@ -27935,15 +27951,14 @@ def doDeleteChromePolicy():
|
||||
body['requests'][-1].setdefault('policyTargetKey', {})
|
||||
for atk in jsonData['additionalTargetKeys']:
|
||||
body['requests'][-1]['policyTargetKey']['additionalTargetKeys'] = {atk['name']: atk['value']}
|
||||
if not targetResource:
|
||||
missingArgumentExit('ou|org|orgunit|group')
|
||||
checkPolicyArgs(targetResource, printer_id, app_id)
|
||||
count = len(body['requests'])
|
||||
if count != 1:
|
||||
entityPerformActionNumItems([entityType, targetName], count, Ent.CHROME_POLICY)
|
||||
if count == 0:
|
||||
return
|
||||
kvList = setPolicyKVList([entityType, targetName, Ent.CHROME_POLICY, ','.join(schemaNameList)], printer_id, app_id)
|
||||
updatePolicyRequests(body, targetResource, printer_id, app_id)
|
||||
kvList = [entityType, targetName, Ent.CHROME_POLICY, ','.join(schemaNameList)]
|
||||
try:
|
||||
callGAPI(service, function,
|
||||
throwReasons=[GAPI.NOT_FOUND, GAPI.PERMISSION_DENIED,
|
||||
@@ -28189,12 +28204,11 @@ def doUpdateChromePolicy():
|
||||
invalidArgumentExit(Msg.CHROME_TARGET_VERSION_FORMAT)
|
||||
body['requests'][-1]['policyValue']['value'][casedField] = value
|
||||
body['requests'][-1]['updateMask'] += f'{casedField},'
|
||||
if not targetResource:
|
||||
missingArgumentExit('ou|org|orgunit|group')
|
||||
checkPolicyArgs(targetResource, printer_id, app_id)
|
||||
count = len(body['requests'])
|
||||
if count > 0 and not body['requests'][-1]['updateMask']:
|
||||
body['requests'].pop()
|
||||
kvList = [entityType, targetName, Ent.CHROME_POLICY, ','.join(schemaNameList)]
|
||||
kvList = setPolicyKVList([entityType, targetName, Ent.CHROME_POLICY, ','.join(schemaNameList)], printer_id, app_id)
|
||||
if count != 1:
|
||||
entityPerformActionNumItems(kvList, count, Ent.CHROME_POLICY)
|
||||
if count == 0:
|
||||
@@ -28236,10 +28250,10 @@ CHROME_POLICY_SHOW_CHOICE_MAP = {
|
||||
def doPrintShowChromePolicies():
|
||||
def normalizedPolicy(policy):
|
||||
norm = {'name': policy['value']['policySchema']}
|
||||
if printerId:
|
||||
norm['printerId'] = printerId
|
||||
elif appId:
|
||||
norm['appId'] = appId
|
||||
if app_id:
|
||||
norm['appId'] = app_id
|
||||
elif printer_id:
|
||||
norm['printerId'] = printer_id
|
||||
if entityType == Ent.ORGANIZATIONAL_UNIT:
|
||||
orgUnitId = policy.get('targetKey', {}).get('targetResource')
|
||||
norm['orgUnitPath'] = convertOrgUnitIDtoPath(cd, orgUnitId) if orgUnitId else UNKNOWN
|
||||
@@ -28335,7 +28349,7 @@ def doPrintShowChromePolicies():
|
||||
if csvPF:
|
||||
csvPF.SetNoEscapeChar(True)
|
||||
FJQC = FormatJSONQuoteChar(csvPF)
|
||||
appId = groupEmail = orgUnit = printerId = None
|
||||
app_id = groupEmail = orgUnit = printer_id = targetResource = None
|
||||
showPolicies = CHROME_POLICY_SHOW_ALL
|
||||
psFilters = []
|
||||
while Cmd.ArgumentsRemaining():
|
||||
@@ -28346,10 +28360,10 @@ def doPrintShowChromePolicies():
|
||||
orgUnit, targetName, targetResource, entityType, _ = _getPolicyOrgUnitTarget(cd, cp, myarg, groupEmail)
|
||||
elif myarg == 'group':
|
||||
groupEmail, targetName, targetResource, entityType, _ = _getPolicyGroupTarget(cd, cp, myarg, orgUnit)
|
||||
elif (not printerId and not appId) and myarg == 'printerid':
|
||||
printerId = getString(Cmd.OB_PRINTER_ID)
|
||||
elif (not printerId and not appId) and myarg == 'appid':
|
||||
appId = getString(Cmd.OB_APP_ID)
|
||||
elif myarg == 'printerid':
|
||||
printer_id = getString(Cmd.OB_PRINTER_ID)
|
||||
elif myarg == 'appid':
|
||||
app_id = getString(Cmd.OB_APP_ID)
|
||||
elif myarg == 'filter':
|
||||
for psFilter in getString(Cmd.OB_STRING).replace(',', ' ').split():
|
||||
psFilters.append(psFilter)
|
||||
@@ -28363,20 +28377,19 @@ def doPrintShowChromePolicies():
|
||||
showPolicies = getChoice(CHROME_POLICY_SHOW_CHOICE_MAP, mapChoice=True)
|
||||
else:
|
||||
FJQC.GetFormatJSONQuoteChar(myarg, False)
|
||||
if not targetResource:
|
||||
missingArgumentExit('ou|org|orgunit|group')
|
||||
checkPolicyArgs(targetResource, printer_id, app_id)
|
||||
body = {'policyTargetKey': {'targetResource': targetResource}}
|
||||
if printerId:
|
||||
body['policyTargetKey']['additionalTargetKeys'] = {'printer_id': printerId}
|
||||
if not psFilters:
|
||||
psFilters = ['chrome.printers.*']
|
||||
elif appId:
|
||||
body['policyTargetKey']['additionalTargetKeys'] = {'app_id': appId}
|
||||
if app_id:
|
||||
body['policyTargetKey']['additionalTargetKeys'] = {'app_id': app_id}
|
||||
if not psFilters:
|
||||
psFilters = ['chrome.users.apps.*',
|
||||
'chrome.devices.kiosk.apps.*',
|
||||
'chrome.devices.managedguest.apps.*',
|
||||
]
|
||||
elif printer_id:
|
||||
body['policyTargetKey']['additionalTargetKeys'] = {'printer_id': printer_id}
|
||||
if not psFilters:
|
||||
psFilters = ['chrome.printers.*']
|
||||
elif not psFilters:
|
||||
if entityType == Ent.ORGANIZATIONAL_UNIT:
|
||||
psFilters = ['chrome.users.*',
|
||||
@@ -28410,10 +28423,10 @@ def doPrintShowChromePolicies():
|
||||
csvPF.AddTitles(['group'])
|
||||
csvPF.SetSortAllTitles()
|
||||
if not FJQC.formatJSON:
|
||||
if printerId:
|
||||
csvPF.AddSortTitles(['printerId'])
|
||||
elif appId:
|
||||
if app_id:
|
||||
csvPF.AddSortTitles(['appId'])
|
||||
elif printer_id:
|
||||
csvPF.AddSortTitles(['printerId'])
|
||||
else:
|
||||
csvPF.SetJSONTitles(csvPF.titlesList+['JSON'])
|
||||
policies = []
|
||||
@@ -28440,11 +28453,7 @@ def doPrintShowChromePolicies():
|
||||
if not csvPF:
|
||||
jcount = len(policies)
|
||||
if not FJQC.formatJSON:
|
||||
kvList = [entityType, targetName]
|
||||
if printerId:
|
||||
kvList.extend([Ent.PRINTER_ID, printerId])
|
||||
elif appId:
|
||||
kvList.extend([Ent.APP_ID, appId])
|
||||
kvList = setPolicyKVList([entityType, targetName], printer_id, app_id)
|
||||
entityPerformActionModifierNumItems(kvList, Msg.MAXIMUM_OF, jcount, Ent.CHROME_POLICY)
|
||||
Ind.Increment()
|
||||
j = 0
|
||||
@@ -65566,31 +65575,29 @@ def printShowSharedDrives(users, useDomainAdminAccess=False):
|
||||
else:
|
||||
matchedFeed = feed
|
||||
jcount = len(matchedFeed)
|
||||
if jcount == 0:
|
||||
setSysExitRC(NO_ENTITIES_FOUND_RC)
|
||||
if not csvPF:
|
||||
if not FJQC.formatJSON:
|
||||
entityPerformActionNumItems([Ent.USER, user], jcount, Ent.SHAREDDRIVE, i, count)
|
||||
if jcount == 0:
|
||||
setSysExitRC(NO_ENTITIES_FOUND_RC)
|
||||
Ind.Increment()
|
||||
j = 0
|
||||
for shareddrive in matchedFeed:
|
||||
j += 1
|
||||
shareddrive = stripNonShowFields(shareddrive)
|
||||
_showSharedDrive(user, shareddrive, j, jcount, FJQC)
|
||||
Ind.Decrement()
|
||||
else:
|
||||
if not csvPF:
|
||||
Ind.Increment()
|
||||
j = 0
|
||||
for shareddrive in matchedFeed:
|
||||
j += 1
|
||||
shareddrive = stripNonShowFields(shareddrive)
|
||||
_showSharedDrive(user, shareddrive, j, jcount, FJQC)
|
||||
Ind.Decrement()
|
||||
else:
|
||||
for shareddrive in matchedFeed:
|
||||
shareddrive = stripNonShowFields(shareddrive)
|
||||
if FJQC.formatJSON:
|
||||
row = {'User': user, 'id': shareddrive['id'], 'name': shareddrive['name']}
|
||||
if not useDomainAdminAccess:
|
||||
row['role'] = shareddrive['role'] if not guiRoles else SHAREDDRIVE_API_GUI_ROLES_MAP[shareddrive['role']]
|
||||
row['JSON'] = json.dumps(cleanJSON(shareddrive, timeObjects=SHAREDDRIVE_TIME_OBJECTS), ensure_ascii=False, sort_keys=True)
|
||||
csvPF.WriteRow(row)
|
||||
else:
|
||||
csvPF.WriteRowTitles(flattenJSON(shareddrive, flattened={'User': user}, timeObjects=SHAREDDRIVE_TIME_OBJECTS))
|
||||
for shareddrive in matchedFeed:
|
||||
shareddrive = stripNonShowFields(shareddrive)
|
||||
if FJQC.formatJSON:
|
||||
row = {'User': user, 'id': shareddrive['id'], 'name': shareddrive['name']}
|
||||
if not useDomainAdminAccess:
|
||||
row['role'] = shareddrive['role'] if not guiRoles else SHAREDDRIVE_API_GUI_ROLES_MAP[shareddrive['role']]
|
||||
row['JSON'] = json.dumps(cleanJSON(shareddrive, timeObjects=SHAREDDRIVE_TIME_OBJECTS), ensure_ascii=False, sort_keys=True)
|
||||
csvPF.WriteRow(row)
|
||||
else:
|
||||
csvPF.WriteRowTitles(flattenJSON(shareddrive, flattened={'User': user}, timeObjects=SHAREDDRIVE_TIME_OBJECTS))
|
||||
if csvPF:
|
||||
csvPF.writeCSVfile('SharedDrives')
|
||||
|
||||
@@ -65649,29 +65656,27 @@ def doPrintShowOrgunitSharedDrives():
|
||||
customer=_getCustomersCustomerIdWithC(),
|
||||
filter="type == 'shared_drive'")
|
||||
jcount = len(sds)
|
||||
if jcount == 0:
|
||||
setSysExitRC(NO_ENTITIES_FOUND_RC)
|
||||
if not csvPF:
|
||||
if not FJQC.formatJSON:
|
||||
entityPerformActionNumItems([Ent.ORGANIZATIONAL_UNIT, orgUnitPath], jcount, Ent.SHAREDDRIVE)
|
||||
if jcount == 0:
|
||||
setSysExitRC(NO_ENTITIES_FOUND_RC)
|
||||
Ind.Increment()
|
||||
j = 0
|
||||
for shareddrive in sds:
|
||||
j += 1
|
||||
_getOrgUnitSharedDriveInfo(shareddrive)
|
||||
_showOrgUnitSharedDrive(shareddrive, j, jcount, FJQC)
|
||||
Ind.Decrement()
|
||||
else:
|
||||
if not csvPF:
|
||||
Ind.Increment()
|
||||
j = 0
|
||||
for shareddrive in sds:
|
||||
j += 1
|
||||
_getOrgUnitSharedDriveInfo(shareddrive)
|
||||
_showOrgUnitSharedDrive(shareddrive, j, jcount, FJQC)
|
||||
Ind.Decrement()
|
||||
else:
|
||||
for shareddrive in sds:
|
||||
_getOrgUnitSharedDriveInfo(shareddrive)
|
||||
if FJQC.formatJSON:
|
||||
row = {'name': shareddrive['name']}
|
||||
row['JSON'] = json.dumps(cleanJSON(shareddrive), ensure_ascii=False, sort_keys=True)
|
||||
csvPF.WriteRow(row)
|
||||
else:
|
||||
csvPF.WriteRowTitles(flattenJSON(shareddrive))
|
||||
for shareddrive in sds:
|
||||
_getOrgUnitSharedDriveInfo(shareddrive)
|
||||
if FJQC.formatJSON:
|
||||
row = {'name': shareddrive['name']}
|
||||
row['JSON'] = json.dumps(cleanJSON(shareddrive), ensure_ascii=False, sort_keys=True)
|
||||
csvPF.WriteRow(row)
|
||||
else:
|
||||
csvPF.WriteRowTitles(flattenJSON(shareddrive))
|
||||
if csvPF:
|
||||
csvPF.writeCSVfile('OrgUnit {orgUnitPath} SharedDrives')
|
||||
|
||||
@@ -65756,7 +65761,7 @@ SHOW_NO_PERMISSIONS_DRIVES_CHOICE_MAP = {
|
||||
# [oneitemperrow] [maxitems <Integer>]
|
||||
# [shownopermissionsdrives false|true|only]
|
||||
# [<DrivePermissionsFieldName>*|(fields <DrivePermissionsFieldNameList>)]
|
||||
# [formatjsn]
|
||||
# [formatjson]
|
||||
def printShowSharedDriveACLs(users, useDomainAdminAccess=False):
|
||||
def _printPermissionRow(baserow, permission):
|
||||
row = baserow.copy()
|
||||
@@ -65946,7 +65951,8 @@ def printShowSharedDriveACLs(users, useDomainAdminAccess=False):
|
||||
if jcount == 0:
|
||||
setSysExitRC(NO_ENTITIES_FOUND_RC)
|
||||
if not csvPF:
|
||||
entityPerformActionNumItems([Ent.USER, user], jcount, Ent.SHAREDDRIVE, i, count)
|
||||
if not FJQC.formatJSON:
|
||||
entityPerformActionNumItems([Ent.USER, user], jcount, Ent.SHAREDDRIVE, i, count)
|
||||
Ind.Increment()
|
||||
j = 0
|
||||
for shareddrive in matchFeed:
|
||||
@@ -71985,7 +71991,8 @@ def updateFormRequestUpdateMasks(ubody):
|
||||
v['updateMask'] = ','.join(v['updateMask'])
|
||||
break
|
||||
|
||||
# gam <UserTypeEntity> create form title <String> [description <String>] [isquiz [<Boolean>]]
|
||||
# gam <UserTypeEntity> create form
|
||||
# title <String> [description <String>] [isquiz [<Boolean>]] [<JSONData>]
|
||||
# [drivefilename <DriveFileName>] [<DriveFileParentAttribute>]
|
||||
# [(csv [todrive <ToDriveAttribute>*]) | returnidonly]
|
||||
def createForm(users):
|
||||
@@ -72004,6 +72011,9 @@ def createForm(users):
|
||||
updateFormInfoRequest(myarg, getString(Cmd.OB_STRING, minLen=0), ubody)
|
||||
elif myarg == 'isquiz':
|
||||
updateFormSettingsRequest('isQuiz', getBoolean(), ubody)
|
||||
elif myarg == 'json':
|
||||
jsonData = getJSON([])
|
||||
ubody['requests'].extend(jsonData.get('requests', []))
|
||||
elif myarg == 'drivefilename':
|
||||
body['name'] = getString(Cmd.OB_DRIVE_FILE_NAME)
|
||||
elif getDriveFileParentAttribute(myarg, parentParms):
|
||||
@@ -72066,7 +72076,8 @@ def createForm(users):
|
||||
if csvPF:
|
||||
csvPF.writeCSVfile('Forms')
|
||||
|
||||
# gam <UserTypeEntity> update form <DriveFileEntity> [title <String>] [description <String>] [isquiz [Boolean>]
|
||||
# gam <UserTypeEntity> update form <DriveFileEntity>
|
||||
# [title <String>] [description <String>] [isquiz [Boolean>]] [<JSONData>]
|
||||
def updateForm(users):
|
||||
ubody = {'includeFormInResponse': False, 'requests': []}
|
||||
fileIdEntity = getDriveFileEntity()
|
||||
@@ -72078,6 +72089,9 @@ def updateForm(users):
|
||||
updateFormInfoRequest(myarg, getString(Cmd.OB_STRING, minLen=0), ubody)
|
||||
elif myarg == 'isquiz':
|
||||
updateFormSettingsRequest('isQuiz', getBoolean(), ubody)
|
||||
elif myarg == 'json':
|
||||
jsonData = getJSON([])
|
||||
ubody['requests'].extend(jsonData.get('requests', []))
|
||||
else:
|
||||
unknownArgumentExit()
|
||||
updateFormRequestUpdateMasks(ubody)
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
__version__ = "2.146.0"
|
||||
__version__ = "2.156.0"
|
||||
|
||||
Reference in New Issue
Block a user