Show / Hide Table of Contents

Class GoogleFirestoreAdminV1EncryptionConfig

Encryption configuration for a new database being created from another source. The source could be a Backup .

Inheritance
object
GoogleFirestoreAdminV1EncryptionConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX