本文档列出了各种类型的 Google Cloud Platform 活动事件的事件和参数。您可以使用 applicationName=gcp 调用 Activities.list() 来检索这些事件。
Cloud OS 登录
与 Cloud OS Login API 进行交互。此类事件会返回 type=CLOUD_OSLOGIN。
添加 SSH 公钥
用户添加了 SSH 公钥。
活动详情
事件名称
IMPORT_SSH_PUBLIC_KEY
参数
USER_EMAIL
string
执行操作用户的电子邮件地址。
示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=IMPORT_SSH_PUBLIC_KEY&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{USER_EMAIL} added an SSH public key.
删除 POSIX 帐号
用户删除了 POSIX 帐号。
活动详情
事件名称
DELETE_POSIX_ACCOUNT
参数
USER_EMAIL
string
执行操作用户的电子邮件地址。
示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=DELETE_POSIX_ACCOUNT&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{USER_EMAIL} deleted a POSIX account.
删除 SSH 公钥
用户删除了 SSH 公钥。
活动详情
事件名称
DELETE_SSH_PUBLIC_KEY
参数
USER_EMAIL
string
执行操作用户的电子邮件地址。
示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=DELETE_SSH_PUBLIC_KEY&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{USER_EMAIL} deleted an SSH public key.
检索 SSH 公钥
用户检索了 SSH 公钥。
活动详情
事件名称
GET_SSH_PUBLIC_KEY
参数
USER_EMAIL
string
执行操作用户的电子邮件地址。
示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=GET_SSH_PUBLIC_KEY&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{USER_EMAIL} retrieved an SSH public key.
检索登录个人资料
用户检索到了登录配置文件。
活动详情
事件名称
GET_LOGIN_PROFILE
参数
USER_EMAIL
string
执行操作用户的电子邮件地址。
示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=GET_LOGIN_PROFILE&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{USER_EMAIL} retrieved the profile information used for logging in to a virtual machine on Google Compute Engine.
更新 SSH 公钥
用户更新了 SSH 公钥。
活动详情
事件名称
UPDATE_SSH_PUBLIC_KEY
参数
USER_EMAIL
string
执行操作用户的电子邮件地址。
示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=UPDATE_SSH_PUBLIC_KEY&maxResults=10&access_token=YOUR_ACCESS_TOKEN
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2022-12-19。"],[[["This document outlines Google Cloud Platform activity events related to Cloud OS Login, specifically interactions with the Cloud OS Login API."],["These events, identifiable by `type=CLOUD_OSLOGIN`, encompass actions like adding, deleting, retrieving, and updating SSH public keys and POSIX accounts."],["You can retrieve these events using the `Activities.list()` method with `applicationName=gcp` and filtering by specific event names like `IMPORT_SSH_PUBLIC_KEY` or `DELETE_POSIX_ACCOUNT`."],["Each event record includes details like the event name, parameters such as the acting user's email (`USER_EMAIL`), a sample API request, and the corresponding Admin Console message format."],["This information allows administrators to monitor and audit user activities related to Cloud OS Login for security and compliance purposes."]]],[]]