Chat Audit Activity Events

이 문서에는 다양한 유형의 Chat 감사 활동 이벤트입니다. 이러한 이벤트는 Activities.list()를 호출하여 applicationName=chat.

사용자 작업

이 유형의 이벤트는 type=user_action와 함께 반환됩니다.

채팅 참여자 추가

이벤트 세부정보
이벤트 이름 add_room_member
매개변수
actor

string

작업 수행자.

actor_type

string

배우 유형에 대한 설명입니다. 가능한 값은 다음과 같습니다.

  • ADMIN
    작업 수행자 유형은 관리자입니다.
  • NON_ADMIN
    작업 수행자 유형이 관리자가 아님
room_id

string

객실 ID

target_users

string

타겟 사용자

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/chat?eventName=add_room_member&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} added a room member.

첨부파일 다운로드

이벤트 세부정보
이벤트 이름 attachment_download
매개변수
actor

string

작업 수행자.

attachment_hash

string

첨부파일 해시.

attachment_name

string

첨부파일 이름.

attachment_url

string

첨부파일 URL입니다.

room_id

string

객실 ID

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/chat?eventName=attachment_download&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} downloaded an attachment.

첨부파일 업로드

이벤트 세부정보
이벤트 이름 attachment_upload
매개변수
actor

string

작업 수행자.

attachment_hash

string

첨부파일 해시.

attachment_name

string

첨부파일 이름.

dlp_scan_status

string

메일 또는 첨부파일의 데이터 손실 방지 (DLP) 검사 상태에 대한 설명입니다. 가능한 값은 다음과 같습니다.

  • DLP_NOT_APPLICABLE
    메일 또는 첨부파일은 적용되지 않아 데이터 손실 방지에서 검사하지 못했습니다.
  • DLP_PARTIALLY_SCANNED
    데이터 손실 방지에서 메일 또는 첨부파일을 부분적으로 검사했지만 일부 규칙이 실패했습니다.
  • DLP_SCAN_FAILED
    데이터 손실 방지에서 메일 또는 첨부파일을 검사하지 못했습니다.
  • DLP_SCANNED
    데이터 손실 방지팀에서 메일 또는 첨부파일을 검사했습니다.
  • DLP_SCANNED_AND_WARNED
    데이터 손실 방지팀에서 메일 또는 첨부파일을 검사한 후 발신자에게 콘텐츠 위반 가능성이 있다고 경고했습니다.
room_id

string

객실 ID

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/chat?eventName=attachment_upload&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} uploaded an attachment.

채팅방 차단

이벤트 세부정보
이벤트 이름 block_room
매개변수
actor

string

작업 수행자.

room_id

string

객실 ID

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/chat?eventName=block_room&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} blocked a room.

사용자 차단

이벤트 세부정보
이벤트 이름 block_user
매개변수
actor

string

작업 수행자.

room_id

string

객실 ID

target_users

string

타겟 사용자

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/chat?eventName=block_user&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} blocked a user.

채팅 메시지 시작됨

이벤트 세부정보
이벤트 이름 direct_message_started
매개변수
actor

string

작업 수행자.

dlp_scan_status

string

메일 또는 첨부파일의 데이터 손실 방지 (DLP) 검사 상태에 대한 설명입니다. 가능한 값은 다음과 같습니다.

  • DLP_NOT_APPLICABLE
    메일 또는 첨부파일은 적용되지 않아 데이터 손실 방지에서 검사하지 못했습니다.
  • DLP_PARTIALLY_SCANNED
    데이터 손실 방지에서 메일 또는 첨부파일을 부분적으로 검사했지만 일부 규칙이 실패했습니다.
  • DLP_SCAN_FAILED
    데이터 손실 방지에서 메일 또는 첨부파일을 검사하지 못했습니다.
  • DLP_SCANNED
    데이터 손실 방지팀에서 메일 또는 첨부파일을 검사했습니다.
  • DLP_SCANNED_AND_WARNED
    데이터 손실 방지팀에서 메일 또는 첨부파일을 검사한 후 발신자에게 콘텐츠 위반 가능성이 있다고 경고했습니다.
room_id

string

객실 ID

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/chat?eventName=direct_message_started&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} started a direct message.

이모티콘 생성됨

이벤트 세부정보
이벤트 이름 emoji_created
매개변수
actor

string

작업 수행자.

emoji_shortcode

string

이모티콘 단축 코드입니다.

filename

string

파일 이름.

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/chat?eventName=emoji_created&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} created an emoji.

이모티콘 삭제됨

이벤트 세부정보
이벤트 이름 emoji_deleted
매개변수
actor

string

작업 수행자.

emoji_shortcode

string

이모티콘 단축 코드입니다.

filename

string

파일 이름.

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/chat?eventName=emoji_deleted&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} deleted an emoji.

초대 수락

이벤트 세부정보
이벤트 이름 invite_accept
매개변수
actor

string

작업 수행자.

room_id

string

객실 ID

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/chat?eventName=invite_accept&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} accepted an invitation to join a room.

초대 거부

이벤트 세부정보
이벤트 이름 invite_decline
매개변수
actor

string

작업 수행자.

room_id

string

객실 ID

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/chat?eventName=invite_decline&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} declined an invitation to join a room.

초대 보내기

이벤트 세부정보
이벤트 이름 invite_send
매개변수
actor

string

작업 수행자.

room_id

string

객실 ID

target_users

string

타겟 사용자

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/chat?eventName=invite_send&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} sent an invite.

메시지 수정됨

이벤트 세부정보
이벤트 이름 message_edited
매개변수
actor

string

작업 수행자.

attachment_hash

string

첨부파일 해시.

attachment_name

string

첨부파일 이름.

dlp_scan_status

string

메일 또는 첨부파일의 데이터 손실 방지 (DLP) 검사 상태에 대한 설명입니다. 가능한 값은 다음과 같습니다.

  • DLP_NOT_APPLICABLE
    메일 또는 첨부파일은 적용되지 않아 데이터 손실 방지에서 검사하지 못했습니다.
  • DLP_PARTIALLY_SCANNED
    데이터 손실 방지에서 메일 또는 첨부파일을 부분적으로 검사했지만 일부 규칙이 실패했습니다.
  • DLP_SCAN_FAILED
    데이터 손실 방지에서 메일 또는 첨부파일을 검사하지 못했습니다.
  • DLP_SCANNED
    데이터 손실 방지팀에서 메일 또는 첨부파일을 검사했습니다.
  • DLP_SCANNED_AND_WARNED
    데이터 손실 방지팀에서 메일 또는 첨부파일을 검사한 후 발신자에게 콘텐츠 위반 가능성이 있다고 경고했습니다.
message_id

string

메시지 ID입니다.

room_id

string

객실 ID

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/chat?eventName=message_edited&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} edited a message.

메시지 게시됨

이벤트 세부정보
이벤트 이름 message_posted
매개변수
actor

string

작업 수행자.

attachment_hash

string

첨부파일 해시.

attachment_name

string

첨부파일 이름.

dlp_scan_status

string

메일 또는 첨부파일의 데이터 손실 방지 (DLP) 검사 상태에 대한 설명입니다. 가능한 값은 다음과 같습니다.

  • DLP_NOT_APPLICABLE
    메일 또는 첨부파일은 적용되지 않아 데이터 손실 방지에서 검사하지 못했습니다.
  • DLP_PARTIALLY_SCANNED
    데이터 손실 방지에서 메일 또는 첨부파일을 부분적으로 검사했지만 일부 규칙이 실패했습니다.
  • DLP_SCAN_FAILED
    데이터 손실 방지에서 메일 또는 첨부파일을 검사하지 못했습니다.
  • DLP_SCANNED
    데이터 손실 방지팀에서 메일 또는 첨부파일을 검사했습니다.
  • DLP_SCANNED_AND_WARNED
    데이터 손실 방지팀에서 메일 또는 첨부파일을 검사한 후 발신자에게 콘텐츠 위반 가능성이 있다고 경고했습니다.
message_id

string

메시지 ID입니다.

room_id

string

객실 ID

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/chat?eventName=message_posted&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} posted a message.

메시지 신고됨

이벤트 세부정보
이벤트 이름 message_reported
매개변수
actor

string

작업 수행자.

message_id

string

메시지 ID입니다.

report_type

string

스페이스에서 작성된 보고서의 보고서 유형에 관한 설명입니다. 가능한 값은 다음과 같습니다.

  • CONFIDENTIAL_INFORMATION
    스페이스에서 보고된 메시지의 보고서 유형은 기밀 정보입니다.
  • DISCRIMINATION
    스페이스에서 신고된 메시지의 신고 유형은 차별입니다.
  • EXPLICIT_CONTENT
    스페이스에서 신고된 메시지의 신고 유형은 선정적인 콘텐츠입니다.
  • HARASSMENT
    스페이스에서 신고된 메시지의 신고 유형은 괴롭힘입니다.
  • OTHER
    스페이스에서 보고된 메시지의 보고서 유형은 다른 유형입니다.
  • SENSITIVE_INFORMATION
  • SPAM
    스페이스에서 신고된 메시지의 신고 유형은 스팸입니다.
  • VIOLATION_UNSPECIFIED
room_id

string

객실 ID

target_users

string

타겟 사용자

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/chat?eventName=message_reported&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} reported a message.

채팅 참여자 삭제

이벤트 세부정보
이벤트 이름 remove_room_member
매개변수
actor

string

작업 수행자.

actor_type

string

배우 유형에 대한 설명입니다. 가능한 값은 다음과 같습니다.

  • ADMIN
    작업 수행자 유형은 관리자입니다.
  • NON_ADMIN
    작업 수행자 유형이 관리자가 아님
room_id

string

객실 ID

target_users

string

타겟 사용자

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/chat?eventName=remove_room_member&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} removed a room member.

회의실 생성됨

이벤트 세부정보
이벤트 이름 room_created
매개변수
actor

string

작업 수행자.

room_id

string

객실 ID

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/chat?eventName=room_created&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{actor} created a room.