이 문서에는
연락처 설정
관리자 감사 활동 이벤트입니다. 이러한 이벤트는
Activities.list()를 호출하여
applicationName=admin.
연락처 설정
이 유형의 이벤트는 type=CONTACTS_SETTINGS와 함께 반환됩니다.
연락처 설정 변경
이벤트 세부정보
이벤트 이름
CHANGE_CONTACTS_SETTING
매개변수
DOMAIN_NAME
string
기본 도메인 이름입니다.
NEW_VALUE
string
이 이벤트 중에 설정된 새 SETTING_NAME 값입니다.
OLD_VALUE
string
이 이벤트 중에 대체된 이전 SETTING_NAME 값입니다.
ORG_UNIT_NAME
string
조직 단위 (OU) 이름 (경로)입니다.
SETTING_NAME
string
변경된 설정의 고유 이름 (ID)입니다.
샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHANGE_CONTACTS_SETTING&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{SETTING_NAME} for contacts service changed from {OLD_VALUE} to {NEW_VALUE}
[[["이해하기 쉬움","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"]],["최종 업데이트: 2025-08-01(UTC)"],[],[],null,["# Admin Audit Activity Events - Contacts Settings\n\nThis document lists the events and parameters for\nContacts Settings\nAdmin Audit activity events. You can retrieve these events by\ncalling [Activities.list()](/workspace/admin/reports/v1/reference/activities/list)\nwith `applicationName=admin`.\n\nContacts Settings\n-----------------\n\n\nEvents of this type are returned with `type=CONTACTS_SETTINGS`.\n\n### Contacts Setting Change\n\n| Event details ||\n|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Event name | `CHANGE_CONTACTS_SETTING` |\n| Parameters | |---------------------|---------------------------------------------------------------------------------| | `DOMAIN_``NAME` | `string` The primary domain name. | | `NEW_``VALUE` | `string` The new `SETTING_NAME` value that was set during this event. | | `OLD_``VALUE` | `string` The previous `SETTING_NAME` value that was replaced during this event. | | `ORG_``UNIT_``NAME` | `string` The organizational unit (OU) name (path). | | `SETTING_``NAME` | `string` The unique name (ID) of the setting that was changed. | |\n| Sample request | `GET https://admin.googleapis.com``/admin``/reports``/v1``/activity``/users``/all``/applications``/`**admin** `?eventName=`**CHANGE_CONTACTS_SETTING** `&maxResults=10``&access_token=`\u003cvar translate=\"no\"\u003eYOUR_ACCESS_TOKEN\u003c/var\u003e |\n| Admin Console message format | \u003cvar translate=\"no\"\u003e{SETTING_NAME}\u003c/var\u003e` for contacts service changed from `\u003cvar translate=\"no\"\u003e{OLD_VALUE}\u003c/var\u003e` to `\u003cvar translate=\"no\"\u003e{NEW_VALUE}\u003c/var\u003e |"]]