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;
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

§

Cloud KMS config for Auth Module to encrypt/decrypt credentials.

§
createTime?: Date
[src]

The timestamp when the client was first created.

§
description?: string
[src]

Description of what the client is used for

§
enableVariableMasking?: boolean
[src]

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

§
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]

Default run-as service account email, set up during project provision time, that will be used to generate auth token to be used in Connector task, Rest caller task, Cloud function task and Subworkflows.