You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional Reports Since Last Edit
Google has made additional audit log reports available to query. This update just adds the new log names to the valid options. No actual functionality is changed in this patch.
To Reproduce
Attempt to query a log that is not specified as valid
Error message returned by Google
Get-GSActivityReport : Cannot convert argument "applicationName", with value: "groups_enterprise", for "List" to
type "Google.Apis.Admin.Reports.reports_v1.ActivitiesResource+ListRequest+ApplicationNameEnum": "Cannot convert value
"groups_enterprise" to type "Google.Apis.Admin.Reports.reports_v1.ActivitiesResource+ListRequest+ApplicationNameEnum".
Error: "Unable to match the identifier name groups_enterprise to a valid enumerator name. Specify one of the following
enumerator names and try again:
AccessTransparency, Admin, Calendar, Chat, Drive, Gcp, Gplus, Groups, GroupsEnterprise, Jamboard, Login, Meet, Mobile,
Rules, Saml, Token, UserAccounts""
The text was updated successfully, but these errors were encountered:
gsa-hub
added a commit
to gsa-hub/PSGSuite
that referenced
this issue
Oct 31, 2021
I gave the wrong error message, here is the right one for Get-GSActivityReport:
Get-GSActivityReport : Cannot validate argument on parameter 'ApplicationName'. The argument "groups_enterprise" does
not belong to the set "Admin,Calendar,Drive,Groups,GPlus,Login,Mobile,Rules,Token" specified by the ValidateSet
attribute. Supply an argument that is in the set and then try the command again.
Additional Reports Since Last Edit
Google has made additional audit log reports available to query. This update just adds the new log names to the valid options. No actual functionality is changed in this patch.
To Reproduce
Attempt to query a log that is not specified as valid
Error message returned by Google
Get-GSActivityReport : Cannot convert argument "applicationName", with value: "groups_enterprise", for "List" to
type "Google.Apis.Admin.Reports.reports_v1.ActivitiesResource+ListRequest+ApplicationNameEnum": "Cannot convert value
"groups_enterprise" to type "Google.Apis.Admin.Reports.reports_v1.ActivitiesResource+ListRequest+ApplicationNameEnum".
Error: "Unable to match the identifier name groups_enterprise to a valid enumerator name. Specify one of the following
enumerator names and try again:
AccessTransparency, Admin, Calendar, Chat, Drive, Gcp, Gplus, Groups, GroupsEnterprise, Jamboard, Login, Meet, Mobile,
Rules, Saml, Token, UserAccounts""
The text was updated successfully, but these errors were encountered: