0

I checked this url below,

https://developers.google.com/admin-sdk/reports/v1/appendix/activity/admin-event-names

And created a script to check event for each activity type. After then, I found some activity types are Not listed on this table.

  • CUSTOM_USER_SCHEMA_SETTINGS
  • SAML2_SERVICE_PROVIDER_CONFIG_SETTINGS

Could you please tell me where I can get more information regarding them if you have. Best regards,

Masayuky
  • 13
  • 2
  • Where did you get the names of these events if they are not listed? I am just curious if you have added "CUSTOM_USER_SCHEMA_SETTINGS" because you believe that that is what it should be listed as, or if you have found it somewhere else? – iansedano Apr 05 '21 at 09:58
  • @iansedano, thank you for your comment. I' writing up a program to check admin activity so I read [this page](https://developers.google.com/admin-sdk/reports/v1/guides/manage-audit-admin) and have implemented. By checking JSON response events-> name through this program, I could found activities that are defined such as `APPLICATION_SETTINGS`, `DELEGATED_ADMIN` or `ORG_SETTINGS` etc. That's why I found unknown event name `CUSTOM_USER_SCHEMA_SETTING`. – Masayuky Apr 06 '21 at 00:19

1 Answers1

0

For what its worth, I can't find it either

It seems that these activity types are not supported by the API, at least I could not find any way to get those events.

In which cased I would encourage you to make a feature request using this template:

That way Google at least know that there are people who would like to see this. Make sure to justify the request with your practical use case so that they understand why you need it.

iansedano
  • 6,169
  • 2
  • 12
  • 24