CustomerSettings
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ग्राहक के लेवल पर सेटिंग दिखाता है.
फ़ील्ड |
vpcSettings |
object (VPCSettings )
ग्राहक के लिए वीपीसी एससी की सेटिंग. अगर updateMask खाली है, तो यह फ़ील्ड, settings.updateCustomer अनुरोध के आधार पर अपडेट किया जाएगा.
|
auditLoggingSettings |
object (AuditLoggingSettings )
ग्राहक के लिए, लॉगिंग की सेटिंग को ऑडिट करें. अगर updateMask खाली है, तो यह फ़ील्ड, settings.updateCustomer अनुरोध के आधार पर अपडेट किया जाएगा.
|
VPCSettings
JSON के काेड में दिखाना |
{
"project": string
} |
फ़ील्ड |
project |
string
VPC SC नीति की जांच के लिए इस्तेमाल किए जाने वाले GCP प्रोजेक्ट का रिसॉर्स नेम. CustomerService की मदद से project_name को अपडेट करने के बाद, इस प्रोजेक्ट की VPC सुरक्षा सेटिंग, Cloud Search API के लिए लागू हो जाएंगी. फ़ॉर्मैट: projects/{projectId}
|
AuditLoggingSettings
Cloud ऑडिट लॉगिंग की सेटिंग दिखाता है
JSON के काेड में दिखाना |
{
"project": string,
"logAdminReadActions": boolean,
"logDataWriteActions": boolean,
"logDataReadActions": boolean
} |
फ़ील्ड |
project |
string
ऑडिट लॉग सेव करने के लिए, GCP प्रोजेक्ट का रिसॉर्स नेम. CustomerService की मदद से project_name अपडेट होने के बाद, क्लाउड ऑडिट लॉगिंग की सुविधा चालू हो जाएगी. फ़ॉर्मैट: projects/{projectId}
|
logAdminReadActions |
boolean
इससे पता चलता है कि एडमिन गतिविधि के लिए, डेटा सोर्स पाने/उनकी सूची बनाने, SearchApplications पाने/उनकी सूची बनाने वगैरह जैसे एपीआई को पढ़ने के लिए, ऑडिट लॉगिंग की सुविधा चालू है या बंद.
|
logDataWriteActions |
boolean
इससे पता चलता है कि डेटा ऐक्सेस करने वाले लिखने वाले एपीआई, जैसे कि items.index वगैरह के लिए ऑडिट लॉगिंग की सुविधा चालू है या बंद.
|
logDataReadActions |
boolean
इससे पता चलता है कि डेटा ऐक्सेस करने वाले एपीआई, जैसे कि items.list, items.get वगैरह के लिए ऑडिट लॉगिंग की सुविधा चालू है या बंद.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]