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

GoogleCloudIntegrationsV1alphaClientConfig

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

The configuration information for the Client

interface GoogleCloudIntegrationsV1alphaClientConfig {
billingType?:
| "BILLING_TYPE_UNSPECIFIED"
| "BILLING_TYPE_APIGEE_TRIALS"
| "BILLING_TYPE_APIGEE_SUBSCRIPTION"
| "BILLING_TYPE_PAYG";
clientState?: "CLIENT_STATE_UNSPECIFIED" | "CLIENT_STATE_ACTIVE" | "CLIENT_STATE_DISABLED";
createTime?: Date;
description?: string;
enableHttpCall?: boolean;
enableInternalIp?: boolean;
enableManagedAiFeatures?: boolean;
enableVariableMasking?: boolean;
id?: string;
isGmek?: boolean;
p4ServiceAccount?: string;
projectId?: string;
region?: string;
runAsServiceAccount?: string;
}

§Properties

§
billingType?: "BILLING_TYPE_UNSPECIFIED" | "BILLING_TYPE_APIGEE_TRIALS" | "BILLING_TYPE_APIGEE_SUBSCRIPTION" | "BILLING_TYPE_PAYG"
[src]

Indicates the billing type of the client

§
clientState?: "CLIENT_STATE_UNSPECIFIED" | "CLIENT_STATE_ACTIVE" | "CLIENT_STATE_DISABLED"
[src]

Indicates the activity state the client

§
createTime?: Date
[src]

The timestamp when the client was first created.

§

Optional. Customer configuration information for the given client.

§
description?: string
[src]

Description of what the client is used for

§
enableHttpCall?: boolean
[src]

Optional.

§
enableInternalIp?: boolean
[src]

Optional. Indicates the client enables internal IP feature, this is applicable for internal clients only.

§
enableManagedAiFeatures?: boolean
[src]

Optional.

§
enableVariableMasking?: boolean
[src]

Optional.

§
id?: string
[src]

Globally unique ID (project_id + region)

§
isGmek?: boolean
[src]

Optional. Indicates the client is provisioned with CMEK or GMEK.

§
p4ServiceAccount?: string
[src]

The service agent associated with this client

§
projectId?: string
[src]

The GCP project id of the client associated with

§
region?: string
[src]

The region the client is linked to.

§
runAsServiceAccount?: string
[src]