public sealed class KmsWrappedCryptoKey : IMessage<KmsWrappedCryptoKey>, IEquatable<KmsWrappedCryptoKey>, IDeepCloneable<KmsWrappedCryptoKey>, IBufferMessage, IMessage
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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This page details the `KmsWrappedCryptoKey` class within the `Google.Cloud.Dlp.V2` namespace, which is used to employ an existing data crypto key that has been wrapped by Key Management Service (KMS)."],["The `KmsWrappedCryptoKey` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["There are numerous versions of `KmsWrappedCryptoKey` listed, ranging from version 2.15.0 to the latest version 4.16.0, each with its own documentation link."],["Using a KMS-wrapped crypto key requires specific IAM permissions (`dlp.kms.encrypt`), and interacting with Cloud KMS will incur associated charges."],["The class has two key properties: `CryptoKeyName`, which is the required KMS CryptoKey resource name, and `WrappedKey`, which holds the required wrapped data crypto key, which must be either 128-, 192-, or 256-bit."]]],[]]