Chế độ cài đặt Nhật ký kiểm tra cho khách hàng. Nếu updateMask trống, thì trường này sẽ được cập nhật dựa trên yêu cầu settings.updateCustomer.
VPCSettings
Biểu diễn dưới dạng JSON
{"project": string}
Trường
project
string
Tên tài nguyên của Dự án GCP sẽ được dùng để kiểm tra chính sách về VPC SC. Chế độ cài đặt bảo mật VPC trên dự án này sẽ được áp dụng cho các API Tìm kiếm trên đám mây sau khi project_name được cập nhật thông qua CustomerService. Định dạng: projects/{projectId}
AuditLoggingSettings
Biểu thị chế độ cài đặt cho tính năng ghi nhật ký kiểm tra trên Cloud
Tên tài nguyên của Dự án GCP để lưu trữ nhật ký kiểm tra. Tính năng ghi nhật ký kiểm tra trên đám mây sẽ được bật sau khi project_name được cập nhật thông qua CustomerService. Định dạng: projects/{projectId}
logAdminReadActions
boolean
Cho biết tính năng ghi nhật ký kiểm tra đang bật/tắt cho các API đọc hoạt động của quản trị viên, tức là Get/List DataSources (Lấy/Liệt kê DataSources), Get/List SearchApplications (Lấy/Liệt kê SearchApplications), v.v.
logDataWriteActions
boolean
Cho biết liệu tính năng ghi nhật ký kiểm tra có đang bật/tắt cho các API ghi quyền truy cập dữ liệu hay không, tức là items.index, v.v.
logDataReadActions
boolean
Cho biết liệu tính năng ghi nhật ký kiểm tra có đang bật/tắt cho các API đọc quyền truy cập dữ liệu hay không, tức là items.list, items.get, v.v.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[],[],null,["# CustomerSettings\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [VPCSettings](#VPCSettings)\n - [JSON representation](#VPCSettings.SCHEMA_REPRESENTATION)\n- [AuditLoggingSettings](#AuditLoggingSettings)\n - [JSON representation](#AuditLoggingSettings.SCHEMA_REPRESENTATION)\n\nRepresents settings at a customer level.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"vpcSettings\": { object (/workspace/cloud-search/docs/reference/rest/v1/CustomerSettings#VPCSettings) }, \"auditLoggingSettings\": { object (/workspace/cloud-search/docs/reference/rest/v1/CustomerSettings#AuditLoggingSettings) } } ``` |\n\n| Fields ||\n|------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `vpcSettings` | `object (`[VPCSettings](/workspace/cloud-search/docs/reference/rest/v1/CustomerSettings#VPCSettings)`)` VPC SC settings for the customer. If updateMask is empty then this field will be updated based on settings.updateCustomer request. |\n| `auditLoggingSettings` | `object (`[AuditLoggingSettings](/workspace/cloud-search/docs/reference/rest/v1/CustomerSettings#AuditLoggingSettings)`)` Audit Logging settings for the customer. If updateMask is empty then this field will be updated based on settings.updateCustomer request. |\n\nVPCSettings\n-----------\n\n| JSON representation |\n|-------------------------------|\n| ``` { \"project\": string } ``` |\n\n| Fields ||\n|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `project` | `string` The resource name of the GCP Project to be used for VPC SC policy check. VPC security settings on this project will be honored for Cloud Search APIs after project_name has been updated through CustomerService. Format: projects/{projectId} |\n\nAuditLoggingSettings\n--------------------\n\nRepresents the settings for Cloud audit logging\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"project\": string, \"logAdminReadActions\": boolean, \"logDataWriteActions\": boolean, \"logDataReadActions\": boolean } ``` |\n\n| Fields ||\n|-----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `project` | `string` The resource name of the GCP Project to store audit logs. Cloud audit logging will be enabled after project_name has been updated through CustomerService. Format: projects/{projectId} |\n| `logAdminReadActions` | `boolean` Indicates whether audit logging is on/off for admin activity read APIs i.e. Get/List DataSources, Get/List SearchApplications etc. |\n| `logDataWriteActions` | `boolean` Indicates whether audit logging is on/off for data access write APIs i.e. items.index etc. |\n| `logDataReadActions` | `boolean` Indicates whether audit logging is on/off for data access read APIs i.e. items.list, items.get etc. |"]]