AlloyDB v1alpha API - Enum EncryptionInfo.Types.Type (1.0.0-alpha07)

public enum EncryptionInfo.Types.Type

Reference documentation and code samples for the AlloyDB v1alpha API enum EncryptionInfo.Types.Type.

Possible encryption types.

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Fields

NameDescription
CustomerManagedEncryption

The data is encrypted at rest with a key that is managed by the customer. KMS key versions will be populated.

GoogleDefaultEncryption

The data is encrypted at rest with a key that is fully managed by Google. No key version will be populated. This is the default state.

Unspecified

Encryption type not specified. Defaults to GOOGLE_DEFAULT_ENCRYPTION.