このドキュメントでは、さまざまな種類の 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"]],["最終更新日 2022-12-19 UTC。"],[[["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."]]],[]]