Admin Audit Activity Events - Contacts Settings
Bu belgede, etkinlik ve parametreler için
Kişi Ayarları
Yönetici denetleme etkinliği etkinlikleri. Bu etkinlikleri şu şekilde alabilirsiniz:
Activities.list() çağrısı
applicationName=admin
ile.
Bu tür etkinlikler type=CONTACTS_SETTINGS
ile döndürülür.
Etkinlik ayrıntıları |
Etkinlik adı |
CHANGE_CONTACTS_SETTING |
Parametreler |
DOMAIN_NAME |
string
Birincil alan adı.
|
NEW_VALUE |
string
Bu etkinlik sırasında ayarlanan yeni SETTING_NAME değeri.
|
OLD_VALUE |
string
Bu etkinlik sırasında değiştirilen önceki SETTING_NAME değeri.
|
ORG_UNIT_NAME |
string
Kuruluş birimi adı (yol).
|
SETTING_NAME |
string
Değiştirilen ayarın benzersiz adı (kimlik).
|
|
Örnek istek |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=CHANGE_CONTACTS_SETTING&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
Yönetici Konsolu mesaj biçimi |
{SETTING_NAME} for contacts service changed from {OLD_VALUE} to {NEW_VALUE}
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-08-29 UTC.
[null,null,["Son güncelleme tarihi: 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"]]