Google Cloud Platform Activity Events
이 문서에서는 다양한 유형의 Google Cloud Platform 활동 이벤트에 대한 이벤트 및 매개변수를 나열합니다. 이러한 이벤트는 Activityities.list()를 applicationName=gcp
로 호출하여 검색할 수 있습니다.
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.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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."]]],[]]