Class GoogleFirestoreAdminV1CustomerManagedEncryptionOptions
The configuration options for using CMEK (Customer Managed Encryption Key) encryption.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class GoogleFirestoreAdminV1CustomerManagedEncryptionOptions : IDirectResponseSchema
Properties
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 the 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 |