Admin Audit Activity Events - Licenses Settings
本文档列出了
许可设置
管理员审核活动事件。您可以通过
调用 Activities.list()
与applicationName=admin
共享。
许可设置
此类事件会与 type=LICENSES_SETTINGS
一起返回。
更改了应用许可政策设置
为指定的群组/组织部门事件名称启用或未启用许可。
活动详情 |
事件名称 |
CHROME_APP_LICENSES_ENABLED |
参数 |
APPLICATION_NAME |
string
应用的名称。
|
CHROME_LICENSES_ENABLED |
string
许可已启用。
可能的值:
DISABLED 不允许执行操作。
ENABLED 可以执行操作。
INHERITED 值已继承。
|
DISTRIBUTION_ENTITY_NAME |
string
分发实体值,可以是群组名称或组织部门名称。
可能的值:
|
DISTRIBUTION_ENTITY_TYPE |
string
分发实体类型,可以是群组或组织部门。
可能的值:
GROUP Google 群组的分发实体标签。
ORG_UNIT 组织部门的分发实体标签。
USER 用户的分发实体标签。
|
|
示例请求 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHROME_APP_LICENSES_ENABLED&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台消息格式 |
App license policy for {APPLICATION_NAME} at {DISTRIBUTION_ENTITY_NAME} {DISTRIBUTION_ENTITY_TYPE} is now {CHROME_LICENSES_ENABLED}
|
向所有未分配的用户分配许可
活动详情 |
事件名称 |
ORG_USERS_LICENSE_ASSIGNMENT |
参数 |
NEW_VALUE |
string
新的许可 SKU。
|
ORG_UNIT_NAME |
string
此组织部门中所有之前未分配的用户都获得了这一新许可。
|
PRODUCT_NAME |
string
此产品名称的新许可。
|
|
示例请求 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=ORG_USERS_LICENSE_ASSIGNMENT&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台消息格式 |
Licenses for {PRODUCT_NAME} product and {NEW_VALUE} sku were assigned to all unassigned users of {ORG_UNIT_NAME}
|
为所有用户分配许可
活动详情 |
事件名称 |
ORG_ALL_USERS_LICENSE_ASSIGNMENT |
参数 |
NEW_VALUE |
string
新的许可 SKU。
|
ORG_UNIT_NAME |
string
此组织部门中所有之前未分配的用户都获得了这一新许可。
|
PRODUCT_NAME |
string
此产品名称的新许可。
|
|
示例请求 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=ORG_ALL_USERS_LICENSE_ASSIGNMENT&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台消息格式 |
Licenses for {PRODUCT_NAME} product and {NEW_VALUE} sku were assigned to all users of {ORG_UNIT_NAME}
|
分配用户许可
活动详情 |
事件名称 |
USER_LICENSE_ASSIGNMENT |
参数 |
NEW_VALUE |
string
新的许可 SKU。
|
PRODUCT_NAME |
string
产品名称。
|
USER_EMAIL |
string
分配了此许可的用户的主电子邮件地址。
|
|
示例请求 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=USER_LICENSE_ASSIGNMENT&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台消息格式 |
A license for {PRODUCT_NAME} product and {NEW_VALUE} sku was assigned to the user {USER_EMAIL}
|
自动分配许可
活动详情 |
事件名称 |
CHANGE_LICENSE_AUTO_ASSIGN |
参数 |
NEW_VALUE |
string
新的“自动分配”选项值。
|
PRODUCT_NAME |
string
产品名称。
|
SKU_NAME |
string
产品 SKU。
|
|
示例请求 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHANGE_LICENSE_AUTO_ASSIGN&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台消息格式 |
License Auto Assign option changed to {NEW_VALUE} for {PRODUCT_NAME} product and {SKU_NAME} sku
|
重新分配用户许可
活动详情 |
事件名称 |
USER_LICENSE_REASSIGNMENT |
参数 |
NEW_VALUE |
string
新的许可 SKU。
|
OLD_VALUE |
string
旧版许可 SKU。
|
PRODUCT_NAME |
string
此产品名称的许可。
|
USER_EMAIL |
string
用户的主电子邮件地址以重新分配了新 SKU 的许可。
|
|
示例请求 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=USER_LICENSE_REASSIGNMENT&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台消息格式 |
A license for {PRODUCT_NAME} product and {OLD_VALUE} sku was reassigned for user {USER_EMAIL} to new sku {NEW_VALUE}
|
撤消所有用户的许可
活动详情 |
事件名称 |
ORG_LICENSE_REVOKE |
参数 |
OLD_VALUE |
string
已撤消许可的 SKU。
|
ORG_UNIT_NAME |
string
为此组织部门中的所有用户移除的许可。
|
PRODUCT_NAME |
string
此产品名称的已撤消许可。
|
|
示例请求 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=ORG_LICENSE_REVOKE&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台消息格式 |
Licenses for {PRODUCT_NAME} product and {OLD_VALUE} sku were removed from assigned users of {ORG_UNIT_NAME}
|
撤消用户许可
活动详情 |
事件名称 |
USER_LICENSE_REVOKE |
参数 |
OLD_VALUE |
string
已撤消许可的 SKU。
|
PRODUCT_NAME |
string
此产品名称的已撤消许可。
|
USER_EMAIL |
string
许可已被撤消的用户的主电子邮件地址。
|
|
示例请求 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=USER_LICENSE_REVOKE&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台消息格式 |
A license for {PRODUCT_NAME} product and {OLD_VALUE} sku was revoked from user {USER_EMAIL}
|
更新自动授予许可
活动详情 |
事件名称 |
UPDATE_DYNAMIC_LICENSE |
参数 |
NEW_VALUE |
string
在此事件期间设置的新 SETTING_NAME 值。
|
OLD_VALUE |
string
在此事件期间被替换的上一个 SETTING_NAME 值。
|
ORG_UNIT_NAME |
string
组织部门 (OU) 名称(路径)。
|
PRODUCT_NAME |
string
产品名称。
|
|
示例请求 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=UPDATE_DYNAMIC_LICENSE&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台消息格式 |
Auto Licensing settings for {PRODUCT_NAME} product in {ORG_UNIT_NAME} organization changed from {OLD_VALUE} to {NEW_VALUE}
|
已分配用户许可
用于指明已分配用户许可的简短说明。
活动详情 |
事件名称 |
CHROME_APP_USER_LICENSE_ASSIGNED |
参数 |
APP_LICENSE |
string
Chrome 应用许可的参数。
|
USER_EMAIL |
string
用户的主电子邮件地址。
|
|
示例请求 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHROME_APP_USER_LICENSE_ASSIGNED&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台消息格式 |
License {APP_LICENSE} is assigned to {USER_EMAIL}
|
用户许可已撤消
用于指明用户许可已被撤消的简短说明。
活动详情 |
事件名称 |
CHROME_APP_USER_LICENSE_REVOKED |
参数 |
APP_LICENSE |
string
Chrome 应用许可的参数。
|
USER_EMAIL |
string
用户的主电子邮件地址。
|
|
示例请求 |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHROME_APP_USER_LICENSE_REVOKED&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
管理控制台消息格式 |
License {APP_LICENSE} is revoked for {USER_EMAIL}
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-29。
[null,null,["最后更新时间 (UTC):2024-08-29。"],[[["This document outlines the Admin Audit activity events related to Licenses Settings, allowing administrators to track license-related changes within their organization."],["You can retrieve these events by calling the Activities.list() method with applicationName=admin."],["Events include changes to app license policies, user license assignments and revocations, and auto-licensing configurations."],["Each event provides specific details, such as the application name, license SKU, user email, and organizational unit involved."],["These events are valuable for auditing license usage, troubleshooting licensing issues, and ensuring compliance within your organization's Google Workspace environment."]]],[]]