AlloyDB v1beta API - Enum EncryptionInfo.Types.Type (1.0.0-beta05)

public enum EncryptionInfo.Types.Type

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

Possible encryption types.

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

Google.Cloud.AlloyDb.V1Beta.dll

Fields

Name Description
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.