CustomerSettings
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি গ্রাহক স্তরে সেটিংস প্রতিনিধিত্ব করে।
ক্ষেত্র |
---|
vpcSettings | object ( VPCSettings ) গ্রাহকের জন্য VPC SC সেটিংস। যদি UpdateMask খালি থাকে তাহলে settings.updateCustomer অনুরোধের ভিত্তিতে এই ক্ষেত্রটি আপডেট করা হবে। |
auditLoggingSettings | object ( AuditLoggingSettings ) গ্রাহকের জন্য অডিট লগিং সেটিংস। যদি UpdateMask খালি থাকে তাহলে settings.updateCustomer অনুরোধের ভিত্তিতে এই ক্ষেত্রটি আপডেট করা হবে। |
ভিপিসিসেটিংস
JSON প্রতিনিধিত্ব |
---|
{
"project": string
} |
ক্ষেত্র |
---|
project | string VPC SC পলিসি চেকের জন্য GCP প্রোজেক্টের রিসোর্স নাম। Project_name CustomerService-এর মাধ্যমে আপডেট হওয়ার পরে এই প্রকল্পে VPC নিরাপত্তা সেটিংস ক্লাউড অনুসন্ধান API-এর জন্য সম্মানিত হবে। বিন্যাস: প্রকল্প/{projectId} |
অডিটলগিং সেটিংস
ক্লাউড অডিট লগিংয়ের জন্য সেটিংস প্রতিনিধিত্ব করে
JSON প্রতিনিধিত্ব |
---|
{
"project": string,
"logAdminReadActions": boolean,
"logDataWriteActions": boolean,
"logDataReadActions": boolean
} |
ক্ষেত্র |
---|
project | string অডিট লগ সংরক্ষণের জন্য GCP প্রকল্পের সম্পদের নাম। কাস্টমার সার্ভিসের মাধ্যমে প্রকল্প_নাম আপডেট হওয়ার পরে ক্লাউড অডিট লগিং সক্ষম করা হবে। বিন্যাস: প্রকল্প/{projectId} |
logAdminReadActions | boolean অ্যাডমিন অ্যাক্টিভিটি রিড API যেমন Get/List Data Sources, Get/List Search Applications ইত্যাদির জন্য অডিট লগিং চালু/বন্ধ আছে কিনা তা নির্দেশ করে। |
logDataWriteActions | boolean ডেটা অ্যাক্সেস লিখতে APIs যেমন items.index ইত্যাদির জন্য অডিট লগিং চালু/বন্ধ আছে কিনা তা নির্দেশ করে। |
logDataReadActions | boolean ডেটা অ্যাক্সেস রিড API যেমন items.list, items.get ইত্যাদির জন্য অডিট লগিং চালু/বন্ধ আছে কিনা তা নির্দেশ করে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, 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. |"]]