Skip to content

Commit be759cd

Browse files
OAS Update
1 parent 9e0cf24 commit be759cd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

services/kms/v1/kms.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,9 @@
421421
"id",
422422
"displayName",
423423
"state",
424+
"description",
424425
"createdAt",
426+
"importOnly",
425427
"keyRingId",
426428
"protection",
427429
"purpose",
@@ -477,6 +479,7 @@
477479
"required": [
478480
"id",
479481
"displayName",
482+
"description",
480483
"state",
481484
"createdAt"
482485
]
@@ -594,7 +597,8 @@
594597
"state",
595598
"createdAt",
596599
"keyId",
597-
"keyRingId"
600+
"keyRingId",
601+
"disabled"
598602
]
599603
},
600604
"versionList": {
@@ -667,6 +671,7 @@
667671
},
668672
"publicKey": {
669673
"description": "The public key of the wrapping key.",
674+
"readOnly": true,
670675
"type": "string"
671676
},
672677
"purpose": {
@@ -687,6 +692,8 @@
687692
"required": [
688693
"id",
689694
"displayName",
695+
"description",
696+
"publicKey",
690697
"state",
691698
"createdAt",
692699
"expiresAt",

services/kms/v1beta/kms.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,9 @@
427427
"required": [
428428
"id",
429429
"displayName",
430+
"description",
431+
"protection",
432+
"importOnly",
430433
"state",
431434
"createdAt",
432435
"keyRingId",
@@ -484,6 +487,7 @@
484487
"required": [
485488
"id",
486489
"displayName",
490+
"description",
487491
"state",
488492
"createdAt"
489493
]
@@ -600,6 +604,7 @@
600604
"number",
601605
"state",
602606
"createdAt",
607+
"disabled",
603608
"keyId",
604609
"keyRingId"
605610
]
@@ -697,11 +702,13 @@
697702
"required": [
698703
"id",
699704
"displayName",
705+
"description",
700706
"state",
701707
"createdAt",
702708
"expiresAt",
703709
"keyRingId",
704710
"backend",
711+
"protection",
705712
"purpose",
706713
"algorithm",
707714
"access_scope"

0 commit comments

Comments
 (0)