Admin Audit Activity Events - Contacts Settings
เอกสารนี้แสดงรายการเหตุการณ์และพารามิเตอร์สำหรับ
การตั้งค่ารายชื่อติดต่อ
เหตุการณ์ของกิจกรรมการตรวจสอบของผู้ดูแลระบบ คุณสามารถดึงข้อมูลเหตุการณ์เหล่านี้ได้โดย
การเรียกใช้ 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
ชื่อที่ไม่ซ้ำกัน (รหัส) ของการตั้งค่าที่มีการเปลี่ยนแปลง
|
|
ตัวอย่างคำขอ |
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}
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-29 UTC
[null,null,["อัปเดตล่าสุด 2024-08-29 UTC"],[[["This document outlines event details and parameters for retrieving Contacts Settings Admin Audit activity events."],["You can access these events using the Activities.list() method with applicationName set to \"admin\"."],["Events related to Contacts Settings are identified by the type \"CONTACTS_SETTINGS\"."],["The \"CHANGE_CONTACTS_SETTING\" event captures modifications to Contacts Settings, providing details like the old and new values, domain name, and organizational unit."]]],["The document outlines activity events for Contacts Settings, retrievable via the `Activities.list()` API with `applicationName=admin`. The event type is `CONTACTS_SETTINGS`, and the specific event is `CHANGE_CONTACTS_SETTING`. This event tracks changes to a setting, capturing the `DOMAIN_NAME`, `NEW_VALUE`, `OLD_VALUE`, `ORG_UNIT_NAME`, and `SETTING_NAME`. A sample API request to retrieve this data and the format of the message displayed in the Admin console are also provided.\n"]]