public enum ProtectionLevelReference 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.V1Assembly
Google.Cloud.Kms.V1.dll
Fields |
|
|---|---|
| Name | Description |
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. |
HsmSingleTenant |
Crypto operations are performed in a single-tenant HSM. |
Software |
Crypto operations are performed in software. |
Unspecified |
Not specified. |