Cloud KMS V1 Client - Class ProtectionLevel (1.16.4)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud KMS V1 Client class ProtectionLevel.
ProtectionLevel specifies how
cryptographic operations are performed. For more information, see Protection
levels.
Protobuf type google.cloud.kms.v1.ProtectionLevel
Methods
name
Parameter |
---|
Name | Description |
value |
mixed
|
value
Parameter |
---|
Name | Description |
name |
mixed
|
Constants
PROTECTION_LEVEL_UNSPECIFIED
Not specified.
Generated from protobuf enum PROTECTION_LEVEL_UNSPECIFIED = 0;
SOFTWARE
Crypto operations are performed in software.
Generated from protobuf enum SOFTWARE = 1;
HSM
Crypto operations are performed in a Hardware Security Module.
Generated from protobuf enum HSM = 2;
EXTERNAL
Crypto operations are performed by an external key manager.
Generated from protobuf enum EXTERNAL = 3;
EXTERNAL_VPC
Crypto operations are performed in an EKM-over-VPC backend.
Generated from protobuf enum EXTERNAL_VPC = 4;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-01 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2024-10-01 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-01 UTC."]]