Skip to content

Commit

Permalink
Added chrome, 'contextawareaccess and datastudio to <ActivityAp…
Browse files Browse the repository at this point in the history
…plicationName>` so you can do `gam report xxx`.
  • Loading branch information
taers232c committed Jun 8, 2021
1 parent 32a3643 commit bb5030b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
15 changes: 9 additions & 6 deletions src/GamCommands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3237,19 +3237,22 @@ gam report usage customer [todrive <ToDriveAttribute>*]
admin|
calendar|calendars|
chat|
chrome|
contextawareaccess|
currents|gplus|google+|
datastudio|
drive|doc|docs|
enterprisegroups|groupsenterprise|
gcp|
google+|gplus|
group|groups|
hangoutsmeet|meet|
keep|
groups|group|
groupsenterprise|enterprisegroups|
jamboard|
keep|
login|logins|
meet|hangoutsmeet|
mobile|
oauthtoken|token|tokens|
rules|
saml|
token|tokens|oauthtoken|
useraccounts

gam report <ActivityApplicationName> [todrive <ToDriveAttribute>*]
Expand Down
4 changes: 4 additions & 0 deletions src/GamUpdate.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
6.04.02

Added `chrome`, 'contextawareaccess` and `datastudio` to `<ActivityApplicationName>` so you can do `gam report xxx`.

6.04.01

Added `keep` to `<ActivityApplicationName>` so you can do `gam report keep`.
Expand Down
5 changes: 4 additions & 1 deletion src/gam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"""

__author__ = 'Ross Scroggs <[email protected]>'
__version__ = '6.04.01'
__version__ = '6.04.02'
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'

import base64
Expand Down Expand Up @@ -10430,8 +10430,11 @@ def validateYYYYMMDD(argstr):
'calendar': 'calendar',
'calendars': 'calendar',
'chat': 'chat',
'chrome': 'chrome',
'contextawareaccess': 'context_aware_access',
'customer': 'customer',
'customers': 'customer',
'datastudio': 'data_studio',
'doc': 'drive',
'docs': 'drive',
'domain': 'customer',
Expand Down

0 comments on commit bb5030b

Please sign in to comment.