이 문서에서는 다양한 유형의 Keep 감사 활동 이벤트에 대한 이벤트 및 매개변수를 나열합니다. 이러한 이벤트는 Activityities.list()를 applicationName=keep로 호출하여 검색할 수 있습니다.
사용자 액션
사용자가 시작하는 이벤트입니다.
이 유형의 이벤트는 type=user_action와 함께 반환됩니다.
첨부파일 삭제됨
사용자가 메모에서 첨부파일을 삭제할 때 생성되는 일정입니다 (그림 제외).
이벤트 세부정보
이벤트 이름
deleted_attachment
매개변수
attachment_name
string
첨부파일 리소스 URI입니다.
note_name
string
리소스 URI를 기록해 두세요.
owner_email
string
소유자 이메일을 참고하세요.
샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=deleted_attachment&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} deleted an attachment
첨부파일 업로드됨
사용자가 메모에 새 첨부파일을 업로드할 때 생성되는 일정입니다 (그림 제외).
이벤트 세부정보
이벤트 이름
uploaded_attachment
매개변수
attachment_name
string
첨부파일 리소스 URI입니다.
note_name
string
리소스 URI를 기록해 두세요.
owner_email
string
소유자 이메일을 참고하세요.
샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=uploaded_attachment&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} uploaded an attachment
메모 콘텐츠 수정됨
사용자가 메모의 제목, 텍스트 또는 목록 항목을 수정할 때 생성되는 이벤트입니다.
이벤트 세부정보
이벤트 이름
edited_note_content
매개변수
note_name
string
리소스 URI를 기록해 두세요.
owner_email
string
소유자 이메일을 참고하세요.
샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=edited_note_content&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} edited note content
메모가 생성됨
사용자가 메모를 만들 때 생성되는 일정입니다.
이벤트 세부정보
이벤트 이름
created_note
매개변수
note_name
string
리소스 URI를 기록해 두세요.
owner_email
string
소유자 이메일을 참고하세요.
샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=created_note&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} created a note
메모가 삭제되었습니다.
소유자가 메모를 삭제하면 생성되는 일정입니다.
이벤트 세부정보
이벤트 이름
deleted_note
매개변수
note_name
string
리소스 URI를 기록해 두세요.
owner_email
string
소유자 이메일을 참고하세요.
샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=deleted_note&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} deleted a note
권한 수정됨
사용자가 메모에 대한 액세스 권한을 얻거나 잃을 때 생성되는 이벤트입니다.
이벤트 세부정보
이벤트 이름
modified_acl
매개변수
note_name
string
리소스 URI를 기록해 두세요.
owner_email
string
소유자 이메일을 참고하세요.
샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=modified_acl&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 Keep Audit activity events, accessible via the Activities.list() method with `applicationName=keep`, providing insights into user actions related to Google Keep."],["Events are categorized as user-initiated (`type=user_action`) and include actions like creating, editing, and deleting notes and attachments."],["Each event type has specific parameters, such as note and attachment resource URIs and the owner's email, aiding in detailed activity tracking."],["Sample requests are provided to demonstrate how to retrieve event data using the Google Admin API."],["Admin Console message formats offer concise descriptions of user actions for easier interpretation within the console."]]],[]]