Skip to content

Commit cb3f62a

Browse files
OAS Update
1 parent 511ad7f commit cb3f62a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

services/service-account/v2/service-account.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@
214214
},
215215
"keyAlgorithm": {
216216
"enum": [
217-
"RSA_2048"
217+
"RSA_2048",
218+
"RSA_4096"
218219
],
219220
"type": "string"
220221
},
@@ -415,7 +416,8 @@
415416
},
416417
"keyAlgorithm": {
417418
"enum": [
418-
"RSA_2048"
419+
"RSA_2048",
420+
"RSA_4096"
419421
],
420422
"type": "string"
421423
},
@@ -588,7 +590,8 @@
588590
},
589591
"keyAlgorithm": {
590592
"enum": [
591-
"RSA_2048"
593+
"RSA_2048",
594+
"RSA_4096"
592595
],
593596
"type": "string"
594597
},
@@ -671,7 +674,8 @@
671674
},
672675
"keyAlgorithm": {
673676
"enum": [
674-
"RSA_2048"
677+
"RSA_2048",
678+
"RSA_4096"
675679
],
676680
"type": "string"
677681
},

0 commit comments

Comments
 (0)