Skip to content

Commit f1a306f

Browse files
OAS Update
1 parent 94b1208 commit f1a306f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,14 @@
151151
},
152152
"CreateServiceAccountKeyPayload": {
153153
"properties": {
154+
"algorithm": {
155+
"description": "Optional, key algorithm of the generated key-pair. Used only if publicKey attribute is not specified, otherwise the algorithm is derived from the public key.",
156+
"enum": [
157+
"RSA_2048",
158+
"RSA_4096"
159+
],
160+
"type": "string"
161+
},
154162
"publicKey": {
155163
"description": "Optional, public key part of the user generated RSA key-pair wrapped in a [X.509 v3 certificate](https://www.rfc-editor.org/rfc/rfc5280)",
156164
"type": "string"

0 commit comments

Comments
 (0)