Accounts Parameters
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
本文档列出了各种账号活动事件的参数。您可以通过使用 parameters=accounts:PARAMETER
调用 UserUsageReport.get() 来检索这些事件。
。
名称 |
类型 |
说明 |
admin_set_name |
字符串 |
管理员在管理控制台中指定的用户名称。 |
已停用 |
布尔值 |
如果为 true ,则表示用户账号已停用。 |
disabled_reason |
字符串 |
用户账号的停用原因,由管理员或 Google 在停用时给出。 |
domain_name |
字符串 |
域名。 |
drive_used_quota_in_mb |
integer |
用户在云端硬盘中数据使用的存储空间(以 MB 为单位)。 |
first_name |
字符串 |
用户的名字。 |
gmail_used_quota_in_mb |
integer |
用户在 Gmail 中存储数据所使用的存储空间 (MB)。 |
gplus_photos_used_quota_in_mb |
integer |
用户在 Google 相册和 Currents 中的数据所占用的存储空间(以 MB 为单位)。 |
is_2sv_enforced |
布尔值 |
如果为 true ,则说明用户账号已强制执行两步验证。 |
is_2sv_enrolled |
布尔值 |
如果为 true ,则表示用户账号已注册两步验证 |
is_archived |
布尔值 |
如果为 true ,则表示用户账号已归档。 |
is_less_secure_apps_access_allowed |
布尔值 |
确定用户是否有权访问安全性较低的应用。 |
is_suspended |
布尔值 |
如果为 true ,则表示用户账号已被中止。 |
last_name |
字符串 |
用户的姓氏。 |
num_authorized_apps |
integer |
有权访问用户数据的第三方应用数量。 |
num_roles_assigned |
integer |
分配给用户的管理员角色的数量。 |
num_security_keys |
integer |
用户注册的安全密钥的数量。 |
password_length_compliance |
字符串 |
用户密码长度合规性 |
password_strength |
字符串 |
用户的密码强度 |
timestamp_creation |
integer |
账号创建时的时间戳。 |
timestamp_last_login |
integer |
用户上次登录其账号的时间。日期采用 RFC 3339 格式,例如 2010-10-28T10:26:35.000Z。 |
timestamp_last_sso |
integer |
用户最后一次使用单点登录 (SSO) 登录其账号的时间。日期采用 RFC 3339 格式,例如 2010-10-28T10:26:35.000Z。 |
total_quota_in_mb |
integer |
用户的总存储空间 (MB)。 |
used_quota_in_mb |
integer |
用户使用的总存储空间(以 MB 为单位)。 |
used_quota_in_percentage |
integer |
已使用的用户存储空间配额占总存储空间配额的百分比。 |
user_has_overridden_name |
布尔值 |
如果为 true ,则表示用户更改了其 Currents 个人资料名称。此用户的显示名称与其管理员定义的名称不同。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-29。
[null,null,["最后更新时间 (UTC):2025-08-29。"],[],[],null,["# Accounts Parameters\n\nThis document lists the parameters for\nvarious types of\nAccounts activity events. You can retrieve these events by\ncalling [UserUsageReport.get()](/workspace/admin/reports/v1/reference/userUsageReport/get)\nwith `parameters=accounts:`\u003cvar class=\"apiparam\" translate=\"no\"\u003ePARAMETER\u003c/var\u003e.\n\n\n| The parameters is_super_admin and is_delegated_admin will no longer be supported starting November 15, 2024. Please refer to the documentation of [RoleAssignment Service](https://developers.google.com/workspace/admin/directory/reference/rest/v1/roleAssignments) for future references.\n.\n\n\u003cbr /\u003e\n\n| Name | Type | Description |\n|------------------------------------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| admin_set_name | string | The user's name as it was defined by the admin in the Admin console. |\n| disabled | boolean | If `true`, the user account is disabled. |\n| disabled_reason | string | The reason a user account is disabled, given by the administrator or by Google at the time of disabling. |\n| domain_name | string | The name of the domain. |\n| drive_used_quota_in_mb | integer | The storage (in MB) used by the user for data in Drive. |\n| first_name | string | The user's first name. |\n| gmail_used_quota_in_mb | integer | The storage (in MB) used by the user for data in Gmail. |\n| gplus_photos_used_quota_in_mb | integer | The storage (in MB) used by the user for data in Google Photos and Currents. |\n| is_2sv_enforced | boolean | If `true`, the user account has been enforced for 2-step verification. |\n| is_2sv_enrolled | boolean | If `true`, the user account is enrolled for 2-step verification |\n| is_archived | boolean | If `true`, the user account is archived. |\n| is_less_secure_apps_access_allowed | boolean | Identifies whether the user is allowed access to less secure apps. |\n| is_suspended | boolean | If `true`, the user account is suspended. |\n| last_name | string | The user's last name. |\n| num_authorized_apps | integer | The number of third party applications authorized to access the user's data. |\n| num_roles_assigned | integer | The number of administrator roles assigned to the user. |\n| num_security_keys | integer | The number of security keys enrolled by the user. |\n| password_length_compliance | string | User's password length compliance |\n| password_strength | string | User's password strength |\n| timestamp_creation | integer | Timestamp when the account was created. |\n| timestamp_last_login | integer | The time when the user last logged into the user's account. The date is in the RFC 3339 format, for example 2010-10-28T10:26:35.000Z. |\n| timestamp_last_sso | integer | The time when the user last logged into the user's account using Single Sign-On (SSO). The date is in the RFC 3339 format, for example 2010-10-28T10:26:35.000Z. |\n| total_quota_in_mb | integer | The total storage (in MB) for the user. |\n| used_quota_in_mb | integer | The total storage (in MB) used by the user. |\n| used_quota_in_percentage | integer | The percentage of the user's total storage quota that is used. |\n| user_has_overridden_name | boolean | If `true`, the user has changed their Currents profile name. This user has a display name that is different than the name defined by their admin. |"]]