File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- 0e64886dd0847341800d7191ed193b75413be998
1+ 467fe4d305e48699c34835e45fd1c7b486be01d2
Original file line number Diff line number Diff line change @@ -51,7 +51,9 @@ class WrappingKey(BaseModel):
5151 description = "The unique id of the key ring this wrapping key is assigned to." , alias = "keyRingId"
5252 )
5353 protection : Protection
54- public_key : StrictStr = Field (description = "The public key of the wrapping key." , alias = "publicKey" )
54+ public_key : Optional [StrictStr ] = Field (
55+ default = None , description = "The public key of the wrapping key." , alias = "publicKey"
56+ )
5557 purpose : WrappingPurpose
5658 state : StrictStr = Field (description = "The current state of the wrapping key." )
5759 __properties : ClassVar [List [str ]] = [
You can’t perform that action at this time.
0 commit comments