Updated gam info users <UserTypeEntity> to not include group tree infornation unless option grouptree is specified.

This commit is contained in:
Ross Scroggs
2024-02-25 10:24:06 -08:00
parent 96aa4f3bd2
commit 21ca008a47
6 changed files with 42 additions and 10 deletions

View File

@@ -2,6 +2,10 @@
Merged GAM-Team version
6.70.06
Updated `gam info users <UserTypeEntity>` to not include group tree infornation unless option `grouptree` is specified.
6.70.05
Added commands to create|delete|display Drive Label permissions.

View File

@@ -42228,7 +42228,8 @@ def infoUsers(entityList):
cd = buildGAPIObject(API.DIRECTORY)
ci = None
getAliases = getBuildingNames = getCIGroupsTree = getGroups = getGroupsTree = getLicenses = getSchemas = not GC.Values[GC.QUICK_INFO_USER]
getAliases = getBuildingNames = getCIGroupsTree = getGroups = getLicenses = getSchemas = not GC.Values[GC.QUICK_INFO_USER]
getGroupsTree = False
FJQC = FormatJSONQuoteChar()
projection = 'full'
customFieldMask = None