이 문서에서는 다양한 유형의 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
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 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."]]],[]]