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"]],[["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-21 UTC."],[[["This document provides reference documentation for the `CryptoKeyConfig` class within the Google Cloud Data Fusion v1 API, specifically version 2.3.0, and also provides links to prior versions."],["`CryptoKeyConfig` is used for configuring customer-managed encryption keys (CMEK) within Cloud Data Fusion and is part of the `Google.Cloud.DataFusion.V1` namespace."],["The `CryptoKeyConfig` class allows setting the `KeyReference` property, which specifies the encryption/decryption key, ideally in the Cloud KMS format `projects/*/locations/*/keyRings/*/cryptoKeys/*`, and also offers a `KeyReferenceAsCryptoKeyName` property."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The API documentation also includes two constructors for `CryptoKeyConfig`, one default constructor and another that allows cloning an existing `CryptoKeyConfig` object."]]],[]]