- JSON 表示法
- VPCSettings
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表示法
- AuditLoggingSettings
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表示法
表示客户级别的设置。
JSON 表示法 |
---|
{ "vpcSettings": { object ( |
字段 | |
---|---|
vpcSettings |
客户的 VPC SC 设置。如果 updateMask 为空,则将根据 settings.updateCustomer 请求更新此字段。 |
auditLoggingSettings |
客户的审核日志记录设置。如果 updateMask 为空,则将根据 settings.updateCustomer 请求更新此字段。 |
VPCSettings
JSON 表示法 |
---|
{ "project": string } |
字段 | |
---|---|
project |
要用于 VPC SC 政策检查的 GCP 项目的资源名称。通过 CustomerService 更新 project_name 后,Cloud Search API 将遵循此项目的 VPC 安全设置。格式:projects/{projectId} |
AuditLoggingSettings
表示 Cloud Audit Logging 的设置
JSON 表示法 |
---|
{ "project": string, "logAdminReadActions": boolean, "logDataWriteActions": boolean, "logDataReadActions": boolean } |
字段 | |
---|---|
project |
用于存储审核日志的 GCP 项目的资源名称。通过 CustomerService 更新 project_name 后,系统将启用 Cloud Audit Logging。格式:projects/{projectId} |
logAdminReadActions |
指示是否为管理员活动读取 API(即 Get/List DataSources、Get/List SearchApplications 等)开启/关闭审核日志记录。 |
logDataWriteActions |
指示是否为数据访问写入 API(即 items.index 等)启用/停用审核日志记录。 |
logDataReadActions |
指示是否为数据访问读取 API(即 items.list、items.get 等)开启/关闭审核日志记录。 |