Class CryptoKeyConfig
The crypto key configuration. This field is used by the Customer-managed encryption keys (CMEK) feature.
Implements
Inherited Members
Namespace: Google.Apis.DataFusion.v1beta1.Data
Assembly: Google.Apis.DataFusion.v1beta1.dll
Syntax
public class CryptoKeyConfig : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
KeyReference
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/*.
Declaration
[JsonProperty("keyReference")]
public virtual string KeyReference { get; set; }Property Value
| Type | Description | 
|---|---|
| string |