Class GoogleFirestoreAdminV1CmekConfig
The CMEK (Customer Managed Encryption Key) configuration for a Firestore database. If not present, the database is secured by the default Google encryption key.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class GoogleFirestoreAdminV1CmekConfig : IDirectResponseSchema
Properties
ActiveKeyVersion
Output only. Currently in-use KMS key
versions. During key
rotation, there can be multiple in-use key versions. The
expected format is
projects/{project_id}/locations/{kms_location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{key_version}.
Declaration
[JsonProperty("activeKeyVersion")]
public virtual IList<string> ActiveKeyVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KmsKeyName
Required. Only keys in the same location as this database are allowed to be used for encryption. For
Firestore's nam5 multi-region, this corresponds to Cloud KMS multi-region us. For Firestore's eur3
multi-region, this corresponds to Cloud KMS multi-region europe. See
https://cloud.google.com/kms/docs/locations. The expected format is
projects/{project_id}/locations/{kms_location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.
Declaration
[JsonProperty("kmsKeyName")]
public virtual string KmsKeyName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |