public sealed class CryptoKeyConfig : IMessage<CryptoKeyConfig>, IEquatable<CryptoKeyConfig>, IDeepCloneable<CryptoKeyConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Data Fusion v1 API class CryptoKeyConfig.
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` class in the Cloud Data Fusion v1 API is 2.4.0, and the documentation provides links to previous versions, going as far back as 1.0.0."],["`CryptoKeyConfig` is a class designed for configuring customer-managed encryption keys (CMEK) within the Cloud Data Fusion v1 API, allowing control over data encryption and decryption."],["The class `CryptoKeyConfig` inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["The `CryptoKeyConfig` class includes two constructors, one default and another that takes another `CryptoKeyConfig` instance for copying, and it also has properties like `KeyReference` and `KeyReferenceAsCryptoKeyName`, used for referencing encryption keys."],["The `KeyReference` property of the `CryptoKeyConfig` class contains the name of the key used to encrypt/decrypt data, and should be formatted as `projects/*/locations/*/keyRings/*/cryptoKeys/*` for Cloud KMS keys."]]],[]]