Skip to content

Commit 55a4bfc

Browse files
Generate kms
1 parent d14550d commit 55a4bfc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

services/kms/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
467fe4d305e48699c34835e45fd1c7b486be01d2
1+
1b60c8c31bf54c6160da7979afc673ffc6865e48

services/kms/src/stackit/kms/models/protection.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@
2121

2222
class Protection(str, Enum):
2323
"""
24-
The underlying system that is responsible for protecting the key material.
24+
The underlying system that is responsible for protecting the key material. (\"hsm\" is a private preview feature).
2525
"""
2626

2727
"""
2828
allowed enum values
2929
"""
3030
SOFTWARE = "software"
31+
HSM = "hsm"
3132

3233
@classmethod
3334
def from_json(cls, json_str: str) -> Self:

0 commit comments

Comments
 (0)