Class GoogleFirestoreAdminV1EncryptionConfig
Encryption configuration for a new database being created from another source. The source could be a Backup .
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class GoogleFirestoreAdminV1EncryptionConfig : IDirectResponseSchema
Properties
CustomerManagedEncryption
Use Customer Managed Encryption Keys (CMEK) for encryption.
Declaration
[JsonProperty("customerManagedEncryption")]
public virtual GoogleFirestoreAdminV1CustomerManagedEncryptionOptions CustomerManagedEncryption { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirestoreAdminV1CustomerManagedEncryptionOptions |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleDefaultEncryption
Use Google default encryption.
Declaration
[JsonProperty("googleDefaultEncryption")]
public virtual GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions GoogleDefaultEncryption { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions |
UseSourceEncryption
The database will use the same encryption configuration as the source.
Declaration
[JsonProperty("useSourceEncryption")]
public virtual GoogleFirestoreAdminV1SourceEncryptionOptions UseSourceEncryption { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirestoreAdminV1SourceEncryptionOptions |