CustomerSettings
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
שדות |
vpcSettings |
object (VPCSettings )
הגדרות VPC SC של הלקוח. אם השדה updateMask ריק, השדה הזה יתעדכן על סמך הבקשה settings.updateCustomer.
|
auditLoggingSettings |
object (AuditLoggingSettings )
הגדרות הרישום ביומן הביקורת של הלקוח. אם השדה updateMask ריק, השדה הזה יתעדכן על סמך הבקשה settings.updateCustomer.
|
VPCSettings
ייצוג ב-JSON |
{
"project": string
} |
שדות |
project |
string
שם המשאב של פרויקט GCP שישמש לבדיקת מדיניות VPC SC. הגדרות האבטחה של VPC בפרויקט הזה יחולו על Cloud Search APIs אחרי ש-project_name יתעדכן דרך CustomerService. פורמט: projects/{projectId}
|
AuditLoggingSettings
מייצג את ההגדרות של רישום ביומני הביקורת ב-Cloud
ייצוג ב-JSON |
{
"project": string,
"logAdminReadActions": boolean,
"logDataWriteActions": boolean,
"logDataReadActions": boolean
} |
שדות |
project |
string
שם המשאב של פרויקט GCP שבו יומני הביקורת יישמרו. יומני הביקורת של Cloud יופעלו אחרי ש-project_name יתעדכן דרך CustomerService. פורמט: projects/{projectId}
|
logAdminReadActions |
boolean
האפשרות הזו מציינת אם רישום ביומן הביקורת מופעל או מושבת לגבי ממשקי API לקריאת פעילות אדמין, למשל Get/List DataSources, Get/List SearchApplications וכו'.
|
logDataWriteActions |
boolean
מציין אם רישום ביומן הביקורת מופעל או מושבת בממשקי ה-API לכתיבה של גישה לנתונים, למשל items.index וכו'.
|
logDataReadActions |
boolean
מציין אם יומני הביקורת מופעלים או מושבתים בממשקי API לקריאת נתונים, למשל items.list, items.get וכו'.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 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. |"]]