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

GooglePrivacyDlpV2KmsWrappedCryptoKey

import type { GooglePrivacyDlpV2KmsWrappedCryptoKey } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see [Creating a wrapped key] (https://cloud.google.com/sensitive-data-protection/docs/create-wrapped-key). Note: When you use Cloud KMS for cryptographic operations, charges apply.

interface GooglePrivacyDlpV2KmsWrappedCryptoKey {
cryptoKeyName?: string;
wrappedKey?: Uint8Array;
}

§Properties

§
cryptoKeyName?: string
[src]

Required. The resource name of the KMS CryptoKey to use for unwrapping.

§
wrappedKey?: Uint8Array
[src]

Required. The wrapped data crypto key.