Class CryptoKeyConfig
The crypto key configuration. This field is used by the Customer-managed encryption keys (CMEK) feature.
Implements
Inherited Members
Namespace: Google.Apis.DeveloperConnect.v1.Data
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class CryptoKeyConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KeyReference
Required. 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 |