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.
Implements
IMessageCryptoKeyConfig, IEquatableCryptoKeyConfig, IDeepCloneableCryptoKeyConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DataFusion.V1Assembly
Google.Cloud.DataFusion.V1.dll
Constructors
CryptoKeyConfig()
public CryptoKeyConfig()
CryptoKeyConfig(CryptoKeyConfig)
public CryptoKeyConfig(CryptoKeyConfig other)
Parameter | |
---|---|
Name | Description |
other | CryptoKeyConfig |
Properties
KeyReference
public string KeyReference { get; set; }
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/*
.
Property Value | |
---|---|
Type | Description |
string |
KeyReferenceAsCryptoKeyName
public CryptoKeyName KeyReferenceAsCryptoKeyName { get; set; }
CryptoKeyName-typed view over the KeyReference resource name property.
Property Value | |
---|---|
Type | Description |
CryptoKeyName |