mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
GAM 7.03.06
This commit is contained in:
@@ -2096,13 +2096,13 @@ gam show browsers
|
|||||||
([ou|org|orgunit|browserou <OrgUnitPath>] [(query <QueryBrowser>)|(queries <QueryBrowserList>))|(select <BrowserEntity>))
|
([ou|org|orgunit|browserou <OrgUnitPath>] [(query <QueryBrowser>)|(queries <QueryBrowserList>))|(select <BrowserEntity>))
|
||||||
[querytime<String> <Time>]
|
[querytime<String> <Time>]
|
||||||
[orderby <BrowserOrderByFieldName> [ascending|descending]]
|
[orderby <BrowserOrderByFieldName> [ascending|descending]]
|
||||||
[basic|full|allfields|annotated] <BrowserFieldName>* [fields <BrowserFieldNameList>]
|
[basic|full|allfields|annotated] <BrowserFieldName>* [fields <BrowserFieldNameList>] [rawfields <BrowserFieldsString>]
|
||||||
[formatjson]
|
[formatjson]
|
||||||
gam print browsers [todrive <ToDriveAttribute>*]
|
gam print browsers [todrive <ToDriveAttribute>*]
|
||||||
([ou|org|orgunit|browserou <OrgUnitPath>] [(query <QueryBrowser>)|(queries <QueryBrowserList>))|(select <BrowserEntity>))
|
([ou|org|orgunit|browserou <OrgUnitPath>] [(query <QueryBrowser>)|(queries <QueryBrowserList>))|(select <BrowserEntity>))
|
||||||
[querytime<String> <Time>]
|
[querytime<String> <Time>]
|
||||||
[orderby <BrowserOrderByFieldName> [ascending|descending]]
|
[orderby <BrowserOrderByFieldName> [ascending|descending]]
|
||||||
[basic|full|allfields|annotated] <BrowserFieldName>* [fields <BrowserFieldNameList>]
|
[basic|full|allfields|annotated] <BrowserFieldName>* [fields <BrowserFieldNameList>] [rawfields <BrowserFieldsString>]
|
||||||
[sortheaders]
|
[sortheaders]
|
||||||
[formatjson [quotechar <Character>]]
|
[formatjson [quotechar <Character>]]
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
7.03.06
|
||||||
|
|
||||||
|
gam print browsers rawfields - specify complex values for the fields argument
|
||||||
|
|
||||||
7.03.05
|
7.03.05
|
||||||
|
|
||||||
Make GAM pip-installable: "pip install gam7"
|
Make GAM pip-installable: "pip install gam7"
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
|
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
|
||||||
__version__ = '7.03.05'
|
__version__ = '7.03.06'
|
||||||
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
||||||
|
|
||||||
#pylint: disable=wrong-import-position
|
#pylint: disable=wrong-import-position
|
||||||
|
|||||||
Reference in New Issue
Block a user