diff --git a/wiki/Administrators.md b/wiki/Administrators.md index 06ef5099..9ee28879 100644 --- a/wiki/Administrators.md +++ b/wiki/Administrators.md @@ -19,6 +19,8 @@ ## Definitions ``` + ::= group|user|serviceaccount|unknown + ::= "(,)*" ::= (.)+ ::= @ ::= || @@ -1476,9 +1478,11 @@ gam delete admin ``` gam print admins [todrive *] [user|group |] [role ] + [types ] [recursive] [condition] [privileges] [oneitemperrow] gam show admins [user|group |] [role ] + [types ] [recursive] [condition] [privileges] ``` By default, all administrators and roles are displayed; choose from the following @@ -1486,7 +1490,10 @@ options to limit the display: * `user|group |` - Display assignments to this administrator * `role ` - Display only administrators with this role -By default, assignments to security groups are shown as a single item; use `recursive` +By default, all admin assignee types are displayed. use `types ` to filter +admin assignments by the type of the assignee. + +By default, assignments to security groups are displayed as a single item; use `recursive` to display assignments to the members of the security groups; the security group membershop is recursively expanded. * `condition` - Display any conditions associated with a role assignment diff --git a/wiki/Basic-Items.md b/wiki/Basic-Items.md index a19e80e2..e75f441b 100644 --- a/wiki/Basic-Items.md +++ b/wiki/Basic-Items.md @@ -265,6 +265,7 @@ ## Named items ``` ::= + ::= group|user|serviceaccount|unknown ::= ::= ::= diff --git a/wiki/GamUpdates.md b/wiki/GamUpdates.md index c61ed25e..eddffee4 100644 --- a/wiki/GamUpdates.md +++ b/wiki/GamUpdates.md @@ -10,6 +10,15 @@ 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 +### 7.23.06 + +Added option `types ` to `gam print|show admins` that allows filtering +of admin assignments by the type of the assignee; by default, all assignee types are displayed. +``` + ::= group|user|serviceaccount|unknown + ::= "(,)*" +``` + ### 7.23.05 Added option `recursive` to `gam print|show admins` that will display assignments to the members diff --git a/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md b/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md index 078327e6..44f86270 100644 --- a/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md +++ b/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md @@ -252,7 +252,7 @@ writes the credentials into the file oauth2.txt. admin@server:/Users/admin$ rm -f /Users/admin/GAMConfig/oauth2.txt admin@server:/Users/admin$ gam version WARNING: Config File: /Users/admin/GAMConfig/gam.cfg, Section: DEFAULT, Item: oauth2_txt, Value: /Users/admin/GAMConfig/oauth2.txt, Not Found -GAM 7.23.05 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.23.06 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.13.7 64-bit final macOS Tahoe 26.0.1 x86_64 diff --git a/wiki/List-Items.md b/wiki/List-Items.md index 851540d5..faa5f1f4 100644 --- a/wiki/List-Items.md +++ b/wiki/List-Items.md @@ -5,6 +5,7 @@ ## Lists of basic items ``` + ::= "(,)*" ::= "(,)*" ::= "(,)*" ::= "(,)*" diff --git a/wiki/Version-and-Help.md b/wiki/Version-and-Help.md index 2605ee09..dec6c9e7 100644 --- a/wiki/Version-and-Help.md +++ b/wiki/Version-and-Help.md @@ -3,7 +3,7 @@ Print the current version of Gam with details ``` gam version -GAM 7.23.05 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.23.06 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.13.7 64-bit final macOS Tahoe 26.0.1 x86_64 @@ -15,7 +15,7 @@ Time: 2023-06-02T21:10:00-07:00 Print the current version of Gam with details and time offset information ``` gam version timeoffset -GAM 7.23.05 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.23.06 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.13.7 64-bit final macOS Tahoe 26.0.1 x86_64 @@ -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 ``` gam version extended -GAM 7.23.05 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.23.06 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.13.7 64-bit final macOS Tahoe 26.0.1 x86_64