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

EncryptionInfo

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

Encryption information for the data being ingested.

interface EncryptionInfo {
gcpWrappedKeyInfo?: GcpWrappedKeyInfo;
}

§Properties

§
gcpWrappedKeyInfo?: GcpWrappedKeyInfo
[src]

Google Cloud Platform wrapped key information.