Google Cloud Key Management Service v1 API - Enum ProtectionLevel (3.7.0)

public enum ProtectionLevel

Reference documentation and code samples for the Google Cloud Key Management Service v1 API enum ProtectionLevel.

[ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] specifies how cryptographic operations are performed. For more information, see Protection levels.

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Fields

NameDescription
External

Crypto operations are performed by an external key manager.

ExternalVpc

Crypto operations are performed in an EKM-over-VPC backend.

Hsm

Crypto operations are performed in a Hardware Security Module.

Software

Crypto operations are performed in software.

Unspecified

Not specified.