public sealed class CryptoKeyConfig : IMessage<CryptoKeyConfig>, IEquatable<CryptoKeyConfig>, IDeepCloneable<CryptoKeyConfig>, IBufferMessage, IMessage
The crypto key configuration. This field is used by the Customer-managed
encryption keys (CMEK) feature.
The name of the key which is used to encrypt/decrypt customer data. For key
in Cloud KMS, the key should be in the format of
projects/*/locations/*/keyRings/*/cryptoKeys/*.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `CryptoKeyConfig` is 2.4.0, with other versions ranging from 1.0.0 to 2.3.0 also available."],["`CryptoKeyConfig` is a class used for configuring customer-managed encryption keys (CMEK) within the Google Cloud Data Fusion V1 environment."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CryptoKeyConfig` class has two constructors and a `KeyReference` property, which takes in a string and represents the key used for encrypting and decrypting customer data."],["The class inherits methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from `Object`."]]],[]]