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.