本文件列出各種 Google Cloud Platform 活動事件的事件和參數。您可以呼叫 Activities.list() 來擷取這些事件。applicationName=gcp
登入 Cloud OS
與 Cloud OS Login API 互動。這種類型的事件會以 type=CLOUD_OSLOGIN 傳回。
新增安全殼層公開金鑰
使用者已新增安全殼層公開金鑰。
活動詳細資料
事件名稱
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.
刪除安全殼層公開金鑰
使用者已刪除安全殼層公開金鑰。
活動詳細資料
事件名稱
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.
擷取安全殼層公開金鑰
使用者已擷取安全殼層公開金鑰。
活動詳細資料
事件名稱
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.
更新安全殼層公開金鑰
使用者已更新安全殼層公開金鑰。
活動詳細資料
事件名稱
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"]],["上次更新時間: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."]]],[]]