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

GoogleCloudConnectorsV1EncryptionKey

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

Encryption Key value.

interface GoogleCloudConnectorsV1EncryptionKey {
kmsKeyName?: string;
type?: "TYPE_UNSPECIFIED" | "GOOGLE_MANAGED" | "CUSTOMER_MANAGED";
}

§Properties

§
kmsKeyName?: string
[src]

The [KMS key name] with which the content of the Operation is encrypted. The expected format: projects/*\/locations/*\/keyRings/*\/cryptoKeys/*. Will be empty string if google managed.

§
type?: "TYPE_UNSPECIFIED" | "GOOGLE_MANAGED" | "CUSTOMER_MANAGED"
[src]

Type.