Google Cloud Platform Activity Events
يسرد هذا المستند الأحداث والمعلّمات لأنواع مختلفة من أحداث النشاط في Google Cloud Platform. يمكنك استرداد هذه الأحداث من خلال
استدعاء Activity.list()
مع applicationName=gcp
.
تسجيل الدخول إلى نظام التشغيل Cloud
التفاعل مع 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.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2022-12-20 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2022-12-20 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]