We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14550d commit 55a4bfcCopy full SHA for 55a4bfc
2 files changed
services/kms/oas_commit
@@ -1 +1 @@
1
-467fe4d305e48699c34835e45fd1c7b486be01d2
+1b60c8c31bf54c6160da7979afc673ffc6865e48
services/kms/src/stackit/kms/models/protection.py
@@ -21,13 +21,14 @@
21
22
class Protection(str, Enum):
23
"""
24
- The underlying system that is responsible for protecting the key material.
+ The underlying system that is responsible for protecting the key material. (\"hsm\" is a private preview feature).
25
26
27
28
allowed enum values
29
30
SOFTWARE = "software"
31
+ HSM = "hsm"
32
33
@classmethod
34
def from_json(cls, json_str: str) -> Self:
0 commit comments