Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CustomerSettings

import type { CustomerSettings } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";

Represents settings at a customer level.

interface CustomerSettings {
auditLoggingSettings?: AuditLoggingSettings;
vpcSettings?: VPCSettings;
}

§Properties

§
auditLoggingSettings?: AuditLoggingSettings
[src]

Audit Logging settings for the customer. If update_mask is empty then this field will be updated based on UpdateCustomerSettings request.

§
vpcSettings?: VPCSettings
[src]

VPC SC settings for the customer. If update_mask is empty then this field will be updated based on UpdateCustomerSettings request.