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

GoogleCloudIntegrationsV1alphaProvisionClientRequest

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

Request for the Provision rpc

interface GoogleCloudIntegrationsV1alphaProvisionClientRequest {
createSampleWorkflows?: boolean;
provisionGmek?: boolean;
runAsServiceAccount?: string;
skipCpProvision?: boolean;
}

§Properties

§

Optional. OPTIONAL: Cloud KMS config for AuthModule to encrypt/decrypt credentials.

§
createSampleWorkflows?: boolean
[src]

Optional. Indicates if sample workflow should be created along with provisioning

§
provisionGmek?: boolean
[src]

Optional. Deprecated. Indicates provision with GMEK or CMEK. This field is deprecated and the provision would always be GMEK if cloud_kms_config is not present in the request.

§
runAsServiceAccount?: string
[src]

Optional. User input run-as service account, if empty, will bring up a new default service account

§
skipCpProvision?: boolean
[src]

Optional. Indicates if skip CP provision or not