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

GoogleCloudIntegrationsV1alphaCustomerConfig

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

Customer configuration information for the given client

interface GoogleCloudIntegrationsV1alphaCustomerConfig {
enableHttpCall?: boolean;
enableManagedAiFeatures?: boolean;
enableVariableMasking?: boolean;
runAsServiceAccount?: string;
}

§Properties

§

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.

§
enableVariableMasking?: boolean
[src]

Optional. True if variable masking feature should be turned on for this region.

§
runAsServiceAccount?: string
[src]

Optional. Run-as service account to be updated for the provisioned client.