1 parent 7e686e8 commit 051dde6Copy full SHA for 051dde6
1 file changed
services/kms/v1/kms.json
@@ -496,9 +496,10 @@
496
]
497
},
498
"protection": {
499
- "description": "The underlying system that is responsible for protecting the key material.",
+ "description": "The underlying system that is responsible for protecting the key material. (\"hsm\" is a private preview feature).",
500
"enum": [
501
- "software"
+ "software",
502
+ "hsm"
503
],
504
"type": "string"
505
0 commit comments