Google Cloud Platform Activity Events
このドキュメントでは、さまざまな種類の 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
|
管理コンソールのメッセージの形式 |
{USER_EMAIL} updated an SSH public key.
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-12-19 UTC。
[null,null,["最終更新日 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."]]],["This document details activity events related to Google Cloud OS Login. These events, retrievable via `Activities.list()` with `applicationName=gcp`, include adding, deleting, retrieving, and updating SSH public keys (`IMPORT_SSH_PUBLIC_KEY`, `DELETE_SSH_PUBLIC_KEY`, `GET_SSH_PUBLIC_KEY`, `UPDATE_SSH_PUBLIC_KEY`). Also covered is the deletion of POSIX accounts (`DELETE_POSIX_ACCOUNT`) and the retrieving of login profiles (`GET_LOGIN_PROFILE`). Each event provides the acting user's email (`USER_EMAIL`) and a sample API request.\n"]]