mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-29 10:21:35 +00:00
permissionDetails improvements
This commit is contained in:
@@ -4646,7 +4646,7 @@ gam <UserTypeEntity> show shareddrives
|
||||
[name|displayname <String>]
|
||||
[domain|notdomain <RegularExpression>] [domainlist|notdomainlist <DomainNameList>]
|
||||
[expirationstart <Time>] [expirationend <Time>]
|
||||
[deleted <Boolean>] [inherited <Boolean>]
|
||||
[deleted <Boolean>] [inherited <Boolean>] [permtype member|file]
|
||||
em|endmatch
|
||||
<PermissionMatchMode> ::=
|
||||
pmm|permissionmatchmode or|and
|
||||
@@ -6567,9 +6567,10 @@ gam <UserTypeEntity> collect orphans
|
||||
<DriveOwnersSubfieldName>|
|
||||
parents|
|
||||
<DriveParentsSubfieldName>|
|
||||
permissionids|
|
||||
permissiondetails|
|
||||
permissions|
|
||||
<DrivePermissionsSubfieldName>|
|
||||
permissionids|
|
||||
properties|
|
||||
quotabytesused|quotaused|
|
||||
resourcekey|
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
|
||||
Merged GAM-Team version
|
||||
|
||||
6.68.08
|
||||
|
||||
Updated `gam <UserTypeEntity> print filelist|drivefileacls|shareddriveacls ... oneitemperrow` to print
|
||||
ACLs with multiple permission details on separate rows for each basic permission/permission detail combination.
|
||||
This case occurs when a member of a Shared Drive has access to a file and also has explicitly granted access to the same file.
|
||||
|
||||
Added `permtype member|file` to `<PermissionMatch>` that allows determining whether an ACL on a Shared Drive file was
|
||||
derived from membership or explicitly granted.
|
||||
|
||||
6.68.07
|
||||
|
||||
Updated `gam info user ... locations formatjson` to include the `buildingName` field in the
|
||||
|
||||
Reference in New Issue
Block a user