stackit-kms 0.5.0__tar.gz → 0.7.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/PKG-INFO +1 -1
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/pyproject.toml +1 -1
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/key.py +2 -2
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/version.py +1 -1
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/wrapping_key.py +7 -4
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/LICENSE.md +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/NOTICE.txt +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/README.md +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/__init__.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/api/__init__.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/api/default_api.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/api_client.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/api_response.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/configuration.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/exceptions.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/__init__.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/access_scope.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/algorithm.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/create_key_payload.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/create_key_ring_payload.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/create_wrapping_key_payload.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/decrypt_payload.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/decrypted_data.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/encrypt_payload.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/encrypted_data.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/http_error.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/import_key_payload.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/key_list.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/key_ring.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/key_ring_list.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/protection.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/purpose.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/sign_payload.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/signed_data.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/verified_data.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/verify_payload.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/version_list.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/wrapping_algorithm.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/wrapping_key_list.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/wrapping_purpose.py +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/py.typed +0 -0
- {stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/rest.py +0 -0
|
@@ -57,8 +57,8 @@ class Key(BaseModel):
|
|
|
57
57
|
description="The display name to distinguish multiple keys.", alias="displayName"
|
|
58
58
|
)
|
|
59
59
|
id: StrictStr = Field(description="A auto generated unique id which identifies the keys.")
|
|
60
|
-
import_only:
|
|
61
|
-
|
|
60
|
+
import_only: StrictBool = Field(
|
|
61
|
+
description="States whether versions can be created or only imported.", alias="importOnly"
|
|
62
62
|
)
|
|
63
63
|
key_ring_id: StrictStr = Field(
|
|
64
64
|
description="The unique id of the key ring this key is assigned to.", alias="keyRingId"
|
|
@@ -44,7 +44,7 @@ class Version(BaseModel):
|
|
|
44
44
|
description="The scheduled date when a version's key material will be erased completely from the backend",
|
|
45
45
|
alias="destroyDate",
|
|
46
46
|
)
|
|
47
|
-
disabled:
|
|
47
|
+
disabled: StrictBool = Field(description="States whether versions is enabled or disabled.")
|
|
48
48
|
key_id: StrictStr = Field(description="The unique id of the key this version is assigned to.", alias="keyId")
|
|
49
49
|
key_ring_id: StrictStr = Field(
|
|
50
50
|
description="The unique id of the key ring the key of this version is assigned to.", alias="keyRingId"
|
|
@@ -50,9 +50,7 @@ class WrappingKey(BaseModel):
|
|
|
50
50
|
description="The unique id of the key ring this wrapping key is assigned to.", alias="keyRingId"
|
|
51
51
|
)
|
|
52
52
|
protection: Protection
|
|
53
|
-
public_key:
|
|
54
|
-
default=None, description="The public key of the wrapping key.", alias="publicKey"
|
|
55
|
-
)
|
|
53
|
+
public_key: StrictStr = Field(description="The public key of the wrapping key.", alias="publicKey")
|
|
56
54
|
purpose: WrappingPurpose
|
|
57
55
|
state: StrictStr = Field(description="The current state of the wrapping key.")
|
|
58
56
|
__properties: ClassVar[List[str]] = [
|
|
@@ -134,8 +132,13 @@ class WrappingKey(BaseModel):
|
|
|
134
132
|
* `None` is only added to the output dict for nullable fields that
|
|
135
133
|
were set at model initialization. Other fields with value `None`
|
|
136
134
|
are ignored.
|
|
135
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
137
136
|
"""
|
|
138
|
-
excluded_fields: Set[str] = set(
|
|
137
|
+
excluded_fields: Set[str] = set(
|
|
138
|
+
[
|
|
139
|
+
"public_key",
|
|
140
|
+
]
|
|
141
|
+
)
|
|
139
142
|
|
|
140
143
|
_dict = self.model_dump(
|
|
141
144
|
by_alias=True,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackit_kms-0.5.0 → stackit_kms-0.7.0}/src/stackit/kms/models/create_wrapping_key_payload.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|