Google Cloud Platform Activity Events
Dokumen ini mencantumkan peristiwa dan parameter untuk berbagai jenis peristiwa aktivitas Google Cloud Platform. Anda dapat mengambil peristiwa ini dengan memanggil Activities.list() dengan applicationName=gcp
.
Login Cloud OS
Interaksi dengan Cloud OS Login API.
Peristiwa jenis ini ditampilkan dengan type=CLOUD_OSLOGIN
.
Tambahkan kunci publik SSH
Pengguna menambahkan kunci publik SSH.
Detail acara |
Nama peristiwa |
IMPORT_SSH_PUBLIC_KEY |
Parameter |
USER_EMAIL |
string
Alamat email pengguna yang bertindak.
|
|
Permintaan sampel |
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
|
Format pesan Konsol Admin |
{USER_EMAIL} added an SSH public key.
|
Menghapus akun POSIX
Pengguna menghapus akun POSIX.
Detail acara |
Nama peristiwa |
DELETE_POSIX_ACCOUNT |
Parameter |
USER_EMAIL |
string
Alamat email pengguna yang bertindak.
|
|
Permintaan sampel |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=DELETE_POSIX_ACCOUNT&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
Format pesan Konsol Admin |
{USER_EMAIL} deleted a POSIX account.
|
Menghapus kunci publik SSH
Pengguna menghapus kunci publik SSH.
Detail acara |
Nama peristiwa |
DELETE_SSH_PUBLIC_KEY |
Parameter |
USER_EMAIL |
string
Alamat email pengguna yang bertindak.
|
|
Permintaan sampel |
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
|
Format pesan Konsol Admin |
{USER_EMAIL} deleted an SSH public key.
|
Mengambil kunci publik SSH
Pengguna mengambil kunci publik SSH.
Detail acara |
Nama peristiwa |
GET_SSH_PUBLIC_KEY |
Parameter |
USER_EMAIL |
string
Alamat email pengguna yang bertindak.
|
|
Permintaan sampel |
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
|
Format pesan Konsol Admin |
{USER_EMAIL} retrieved an SSH public key.
|
Mengambil profil login
Pengguna mengambil profil login.
Detail acara |
Nama peristiwa |
GET_LOGIN_PROFILE |
Parameter |
USER_EMAIL |
string
Alamat email pengguna yang bertindak.
|
|
Permintaan sampel |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=GET_LOGIN_PROFILE&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
Format pesan Konsol Admin |
{USER_EMAIL} retrieved the profile information used for logging in to a virtual machine on Google Compute Engine.
|
Memperbarui kunci publik SSH
Pengguna memperbarui kunci publik SSH.
Detail acara |
Nama peristiwa |
UPDATE_SSH_PUBLIC_KEY |
Parameter |
USER_EMAIL |
string
Alamat email pengguna yang bertindak.
|
|
Permintaan sampel |
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
|
Format pesan Konsol Admin |
{USER_EMAIL} updated an SSH public key.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2022-12-19 UTC.
[null,null,["Terakhir diperbarui pada 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."]]],[]]