AlloyDB v1 API - Enum EncryptionInfo.Types.Type (1.6.0)

public enum EncryptionInfo.Types.Type

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

Possible encryption types.

Namespace

Google.Cloud.AlloyDb.V1

Assembly

Google.Cloud.AlloyDb.V1.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.