Google Cloud Platform Activity Events
In diesem Dokument werden die Ereignisse und Parameter für verschiedene Arten von Google Cloud Platform-Aktivitätsereignissen aufgelistet. Sie können diese Ereignisse durch Aufrufen von Activities.list() mit applicationName=gcp
abrufen.
Cloud OS Login
Interaktion mit der Cloud OS Login API.
Ereignisse dieses Typs werden mit type=CLOUD_OSLOGIN
zurückgegeben.
Öffentlichen SSH-Schlüssel hinzufügen
Der Nutzer hat einen öffentlichen SSH-Schlüssel hinzugefügt.
Veranstaltungsdetails |
Ereignisname |
IMPORT_SSH_PUBLIC_KEY |
Parameter |
USER_EMAIL |
string
Die E-Mail-Adresse des handelnden Nutzers.
|
|
Beispielanfrage |
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
|
Nachrichtenformat der Admin-Konsole |
{USER_EMAIL} added an SSH public key.
|
POSIX-Konto löschen
Der Nutzer hat ein POSIX-Konto gelöscht.
Veranstaltungsdetails |
Ereignisname |
DELETE_POSIX_ACCOUNT |
Parameter |
USER_EMAIL |
string
Die E-Mail-Adresse des handelnden Nutzers.
|
|
Beispielanfrage |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=DELETE_POSIX_ACCOUNT&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
Nachrichtenformat der Admin-Konsole |
{USER_EMAIL} deleted a POSIX account.
|
Öffentlichen SSH-Schlüssel löschen
Der Nutzer hat einen öffentlichen SSH-Schlüssel gelöscht.
Veranstaltungsdetails |
Ereignisname |
DELETE_SSH_PUBLIC_KEY |
Parameter |
USER_EMAIL |
string
Die E-Mail-Adresse des handelnden Nutzers.
|
|
Beispielanfrage |
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
|
Nachrichtenformat der Admin-Konsole |
{USER_EMAIL} deleted an SSH public key.
|
Öffentlichen SSH-Schlüssel abrufen
Der Nutzer hat den öffentlichen SSH-Schlüssel abgerufen.
Veranstaltungsdetails |
Ereignisname |
GET_SSH_PUBLIC_KEY |
Parameter |
USER_EMAIL |
string
Die E-Mail-Adresse des handelnden Nutzers.
|
|
Beispielanfrage |
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
|
Nachrichtenformat der Admin-Konsole |
{USER_EMAIL} retrieved an SSH public key.
|
Anmeldeprofil abrufen
Der Nutzer hat das Anmeldeprofil abgerufen.
Veranstaltungsdetails |
Ereignisname |
GET_LOGIN_PROFILE |
Parameter |
USER_EMAIL |
string
Die E-Mail-Adresse des handelnden Nutzers.
|
|
Beispielanfrage |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=GET_LOGIN_PROFILE&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
Nachrichtenformat der Admin-Konsole |
{USER_EMAIL} retrieved the profile information used for logging in to a virtual machine on Google Compute Engine.
|
Öffentlichen SSH-Schlüssel aktualisieren
Der Nutzer hat einen öffentlichen SSH-Schlüssel aktualisiert.
Veranstaltungsdetails |
Ereignisname |
UPDATE_SSH_PUBLIC_KEY |
Parameter |
USER_EMAIL |
string
Die E-Mail-Adresse des handelnden Nutzers.
|
|
Beispielanfrage |
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
|
Nachrichtenformat der Admin-Konsole |
{USER_EMAIL} updated an SSH public key.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2022-12-19 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]],[]]