报告 API 以检索管理员权限授予
Reports API to retrieve Admin Privilede Granting
我目前正在尝试检索向我们域下的帐户授予管理员或委派权限的用户事件。我猜这样的事件名称叫做 GRANT_ADMIN_PRIVILEGE
和 GRANT_DELEGATED_ADMIN_PRIVILEGES
是一个:
https://developers.google.com/admin-sdk/reports/v1/reference/activity-ref-appendix-a/admin-user-events?authuser=1
因此,我填写了 https://developers.google.com/admin-sdk/reports/v1/guides/manage-audit-admin?authuser=1#get_account_events 中的表格以生成类似 GET https://www.googleapis.com/admin/reports/v1/activity/users/all/applications/admin&eventName=GRANT_ADMIN_PRIVILEGE or GRANT_DELEGATED_ADMIN_PRIVILEGES
的请求。
结果是200 OK,但里面没有任何数据(当然,我实际上在过去2个月内授予了我同事的权限)。
那么,认为 GRANT_ADMIN_PRIVILEGE
或 GRANT_DELEGATED_ADMIN_PRIVILEGES
是我正在寻找的事件名称来审核授予活动是否正确?还是我遗漏了什么?
您可能想访问 Reports API: Admin Activity – Delegated Admin Event Names which details the admin activity report DELEGATED_ADMIN_SETTINGS
type's eventName
parameters and properties. For more information, see also the Activities: list 方法。
我目前正在尝试检索向我们域下的帐户授予管理员或委派权限的用户事件。我猜这样的事件名称叫做 GRANT_ADMIN_PRIVILEGE
和 GRANT_DELEGATED_ADMIN_PRIVILEGES
是一个:
https://developers.google.com/admin-sdk/reports/v1/reference/activity-ref-appendix-a/admin-user-events?authuser=1
因此,我填写了 https://developers.google.com/admin-sdk/reports/v1/guides/manage-audit-admin?authuser=1#get_account_events 中的表格以生成类似 GET https://www.googleapis.com/admin/reports/v1/activity/users/all/applications/admin&eventName=GRANT_ADMIN_PRIVILEGE or GRANT_DELEGATED_ADMIN_PRIVILEGES
的请求。
结果是200 OK,但里面没有任何数据(当然,我实际上在过去2个月内授予了我同事的权限)。
那么,认为 GRANT_ADMIN_PRIVILEGE
或 GRANT_DELEGATED_ADMIN_PRIVILEGES
是我正在寻找的事件名称来审核授予活动是否正确?还是我遗漏了什么?
您可能想访问 Reports API: Admin Activity – Delegated Admin Event Names which details the admin activity report DELEGATED_ADMIN_SETTINGS
type's eventName
parameters and properties. For more information, see also the Activities: list 方法。