GoogleCloudIntegrationsV1alphaCustomerConfig
import type { GoogleCloudIntegrationsV1alphaCustomerConfig } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
Customer configuration information for the given client
interface GoogleCloudIntegrationsV1alphaCustomerConfig {
cloudKmsConfig?: GoogleCloudIntegrationsV1alphaCloudKmsConfig;
enableHttpCall?: boolean;
enableManagedAiFeatures?: boolean;
enableVariableMasking?: boolean;
runAsServiceAccount?: string;
}§Properties
§
cloudKmsConfig?: GoogleCloudIntegrationsV1alphaCloudKmsConfig
[src]Optional. Cloud KMS config for Auth Module to encrypt/decrypt credentials.
§
enableHttpCall?: boolean
[src]Optional. Indicates if the client should be allowed to make HTTP calls. True if http call feature should be turned on for this region.
§
enableManagedAiFeatures?: boolean
[src]Optional. Indicates if the client should be allowed to use managed AI features, i.e. using Cloud Companion APIs of the tenant project. This will allow the customers to use features like Troubleshooting, OpenAPI spec enrichment, etc. for free.