@n8n-dev/n8n-nodes-googleapis-sqladmin 1.0.0
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.
- package/README.md +206 -0
- package/dist/banner.svg +111 -0
- package/dist/credentials/GoogleapisSqladminApi.credentials.d.ts +9 -0
- package/dist/credentials/GoogleapisSqladminApi.credentials.js +49 -0
- package/dist/credentials/GoogleapisSqladminApi.credentials.js.map +1 -0
- package/dist/icons/googleapis-sqladmin.dark.svg +21 -0
- package/dist/icons/googleapis-sqladmin.svg +21 -0
- package/dist/nodes/GoogleapisSqladmin/GoogleapisSqladmin.node.d.ts +4 -0
- package/dist/nodes/GoogleapisSqladmin/GoogleapisSqladmin.node.js +117 -0
- package/dist/nodes/GoogleapisSqladmin/GoogleapisSqladmin.node.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/GoogleapisSqladmin.node.json +20 -0
- package/dist/nodes/GoogleapisSqladmin/googleapis-sqladmin.dark.svg +21 -0
- package/dist/nodes/GoogleapisSqladmin/googleapis-sqladmin.svg +21 -0
- package/dist/nodes/GoogleapisSqladmin/resources/backup-runs/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSqladmin/resources/backup-runs/index.js +871 -0
- package/dist/nodes/GoogleapisSqladmin/resources/backup-runs/index.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/resources/connect/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSqladmin/resources/connect/index.js +281 -0
- package/dist/nodes/GoogleapisSqladmin/resources/connect/index.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/resources/databases/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSqladmin/resources/databases/index.js +1171 -0
- package/dist/nodes/GoogleapisSqladmin/resources/databases/index.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/resources/flags/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSqladmin/resources/flags/index.js +78 -0
- package/dist/nodes/GoogleapisSqladmin/resources/flags/index.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/resources/index.d.ts +10 -0
- package/dist/nodes/GoogleapisSqladmin/resources/index.js +24 -0
- package/dist/nodes/GoogleapisSqladmin/resources/index.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/resources/instances/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSqladmin/resources/instances/index.js +4968 -0
- package/dist/nodes/GoogleapisSqladmin/resources/instances/index.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/resources/operations/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSqladmin/resources/operations/index.js +213 -0
- package/dist/nodes/GoogleapisSqladmin/resources/operations/index.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/resources/projects/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSqladmin/resources/projects/index.js +677 -0
- package/dist/nodes/GoogleapisSqladmin/resources/projects/index.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/resources/ssl-certs/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSqladmin/resources/ssl-certs/index.js +468 -0
- package/dist/nodes/GoogleapisSqladmin/resources/ssl-certs/index.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/resources/tiers/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSqladmin/resources/tiers/index.js +71 -0
- package/dist/nodes/GoogleapisSqladmin/resources/tiers/index.js.map +1 -0
- package/dist/nodes/GoogleapisSqladmin/resources/users/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSqladmin/resources/users/index.js +1114 -0
- package/dist/nodes/GoogleapisSqladmin/resources/users/index.js.map +1 -0
- package/dist/package.json +62 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +62 -0
|
@@ -0,0 +1,1114 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.usersDescription = void 0;
|
|
4
|
+
exports.usersDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Users"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "SQL Users Delete",
|
|
20
|
+
"value": "SQL Users Delete",
|
|
21
|
+
"action": "SQL Users Delete",
|
|
22
|
+
"description": "Deletes a user from a Cloud SQL instance.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "DELETE",
|
|
26
|
+
"url": "=/v1/projects/{{$parameter[\"project\"]}}/instances/{{$parameter[\"instance\"]}}/users"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "SQL Users List",
|
|
32
|
+
"value": "SQL Users List",
|
|
33
|
+
"action": "SQL Users List",
|
|
34
|
+
"description": "Lists users in the specified Cloud SQL instance.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "GET",
|
|
38
|
+
"url": "=/v1/projects/{{$parameter[\"project\"]}}/instances/{{$parameter[\"instance\"]}}/users"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "SQL Users Insert",
|
|
44
|
+
"value": "SQL Users Insert",
|
|
45
|
+
"action": "SQL Users Insert",
|
|
46
|
+
"description": "Creates a new user in a Cloud SQL instance.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "POST",
|
|
50
|
+
"url": "=/v1/projects/{{$parameter[\"project\"]}}/instances/{{$parameter[\"instance\"]}}/users"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "SQL Users Update",
|
|
56
|
+
"value": "SQL Users Update",
|
|
57
|
+
"action": "SQL Users Update",
|
|
58
|
+
"description": "Updates an existing user in a Cloud SQL instance.",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "PUT",
|
|
62
|
+
"url": "=/v1/projects/{{$parameter[\"project\"]}}/instances/{{$parameter[\"instance\"]}}/users"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "SQL Users Get",
|
|
68
|
+
"value": "SQL Users Get",
|
|
69
|
+
"action": "SQL Users Get",
|
|
70
|
+
"description": "Retrieves a resource containing information about a user.",
|
|
71
|
+
"routing": {
|
|
72
|
+
"request": {
|
|
73
|
+
"method": "GET",
|
|
74
|
+
"url": "=/v1/projects/{{$parameter[\"project\"]}}/instances/{{$parameter[\"instance\"]}}/users/{{$parameter[\"name\"]}}"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"default": ""
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"displayName": "DELETE /v1/projects/{project}/instances/{instance}/users",
|
|
83
|
+
"name": "operation",
|
|
84
|
+
"type": "notice",
|
|
85
|
+
"typeOptions": {
|
|
86
|
+
"theme": "info"
|
|
87
|
+
},
|
|
88
|
+
"default": "",
|
|
89
|
+
"displayOptions": {
|
|
90
|
+
"show": {
|
|
91
|
+
"resource": [
|
|
92
|
+
"Users"
|
|
93
|
+
],
|
|
94
|
+
"operation": [
|
|
95
|
+
"SQL Users Delete"
|
|
96
|
+
]
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"displayName": "Project",
|
|
102
|
+
"name": "project",
|
|
103
|
+
"required": true,
|
|
104
|
+
"description": "Project ID of the project that contains the instance.",
|
|
105
|
+
"default": "",
|
|
106
|
+
"type": "string",
|
|
107
|
+
"displayOptions": {
|
|
108
|
+
"show": {
|
|
109
|
+
"resource": [
|
|
110
|
+
"Users"
|
|
111
|
+
],
|
|
112
|
+
"operation": [
|
|
113
|
+
"SQL Users Delete"
|
|
114
|
+
]
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"displayName": "Instance",
|
|
120
|
+
"name": "instance",
|
|
121
|
+
"required": true,
|
|
122
|
+
"description": "Database instance ID. This does not include the project ID.",
|
|
123
|
+
"default": "",
|
|
124
|
+
"type": "string",
|
|
125
|
+
"displayOptions": {
|
|
126
|
+
"show": {
|
|
127
|
+
"resource": [
|
|
128
|
+
"Users"
|
|
129
|
+
],
|
|
130
|
+
"operation": [
|
|
131
|
+
"SQL Users Delete"
|
|
132
|
+
]
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"displayName": "Host",
|
|
138
|
+
"name": "host",
|
|
139
|
+
"description": "Host of the user in the instance.",
|
|
140
|
+
"default": "",
|
|
141
|
+
"type": "string",
|
|
142
|
+
"routing": {
|
|
143
|
+
"send": {
|
|
144
|
+
"type": "query",
|
|
145
|
+
"property": "host",
|
|
146
|
+
"value": "={{ $value }}",
|
|
147
|
+
"propertyInDotNotation": false
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"displayOptions": {
|
|
151
|
+
"show": {
|
|
152
|
+
"resource": [
|
|
153
|
+
"Users"
|
|
154
|
+
],
|
|
155
|
+
"operation": [
|
|
156
|
+
"SQL Users Delete"
|
|
157
|
+
]
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"displayName": "Name",
|
|
163
|
+
"name": "name",
|
|
164
|
+
"description": "Name of the user in the instance.",
|
|
165
|
+
"default": "",
|
|
166
|
+
"type": "string",
|
|
167
|
+
"routing": {
|
|
168
|
+
"send": {
|
|
169
|
+
"type": "query",
|
|
170
|
+
"property": "name",
|
|
171
|
+
"value": "={{ $value }}",
|
|
172
|
+
"propertyInDotNotation": false
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"displayOptions": {
|
|
176
|
+
"show": {
|
|
177
|
+
"resource": [
|
|
178
|
+
"Users"
|
|
179
|
+
],
|
|
180
|
+
"operation": [
|
|
181
|
+
"SQL Users Delete"
|
|
182
|
+
]
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"displayName": "GET /v1/projects/{project}/instances/{instance}/users",
|
|
188
|
+
"name": "operation",
|
|
189
|
+
"type": "notice",
|
|
190
|
+
"typeOptions": {
|
|
191
|
+
"theme": "info"
|
|
192
|
+
},
|
|
193
|
+
"default": "",
|
|
194
|
+
"displayOptions": {
|
|
195
|
+
"show": {
|
|
196
|
+
"resource": [
|
|
197
|
+
"Users"
|
|
198
|
+
],
|
|
199
|
+
"operation": [
|
|
200
|
+
"SQL Users List"
|
|
201
|
+
]
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"displayName": "Project",
|
|
207
|
+
"name": "project",
|
|
208
|
+
"required": true,
|
|
209
|
+
"description": "Project ID of the project that contains the instance.",
|
|
210
|
+
"default": "",
|
|
211
|
+
"type": "string",
|
|
212
|
+
"displayOptions": {
|
|
213
|
+
"show": {
|
|
214
|
+
"resource": [
|
|
215
|
+
"Users"
|
|
216
|
+
],
|
|
217
|
+
"operation": [
|
|
218
|
+
"SQL Users List"
|
|
219
|
+
]
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"displayName": "Instance",
|
|
225
|
+
"name": "instance",
|
|
226
|
+
"required": true,
|
|
227
|
+
"description": "Database instance ID. This does not include the project ID.",
|
|
228
|
+
"default": "",
|
|
229
|
+
"type": "string",
|
|
230
|
+
"displayOptions": {
|
|
231
|
+
"show": {
|
|
232
|
+
"resource": [
|
|
233
|
+
"Users"
|
|
234
|
+
],
|
|
235
|
+
"operation": [
|
|
236
|
+
"SQL Users List"
|
|
237
|
+
]
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"displayName": "POST /v1/projects/{project}/instances/{instance}/users",
|
|
243
|
+
"name": "operation",
|
|
244
|
+
"type": "notice",
|
|
245
|
+
"typeOptions": {
|
|
246
|
+
"theme": "info"
|
|
247
|
+
},
|
|
248
|
+
"default": "",
|
|
249
|
+
"displayOptions": {
|
|
250
|
+
"show": {
|
|
251
|
+
"resource": [
|
|
252
|
+
"Users"
|
|
253
|
+
],
|
|
254
|
+
"operation": [
|
|
255
|
+
"SQL Users Insert"
|
|
256
|
+
]
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"displayName": "Project",
|
|
262
|
+
"name": "project",
|
|
263
|
+
"required": true,
|
|
264
|
+
"description": "Project ID of the project that contains the instance.",
|
|
265
|
+
"default": "",
|
|
266
|
+
"type": "string",
|
|
267
|
+
"displayOptions": {
|
|
268
|
+
"show": {
|
|
269
|
+
"resource": [
|
|
270
|
+
"Users"
|
|
271
|
+
],
|
|
272
|
+
"operation": [
|
|
273
|
+
"SQL Users Insert"
|
|
274
|
+
]
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"displayName": "Instance",
|
|
280
|
+
"name": "instance",
|
|
281
|
+
"required": true,
|
|
282
|
+
"description": "Database instance ID. This does not include the project ID.",
|
|
283
|
+
"default": "",
|
|
284
|
+
"type": "string",
|
|
285
|
+
"displayOptions": {
|
|
286
|
+
"show": {
|
|
287
|
+
"resource": [
|
|
288
|
+
"Users"
|
|
289
|
+
],
|
|
290
|
+
"operation": [
|
|
291
|
+
"SQL Users Insert"
|
|
292
|
+
]
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"displayName": "Dual Password Type",
|
|
298
|
+
"name": "dualPasswordType",
|
|
299
|
+
"type": "options",
|
|
300
|
+
"default": "DUAL_PASSWORD_TYPE_UNSPECIFIED",
|
|
301
|
+
"description": "Dual password status for the user.",
|
|
302
|
+
"options": [
|
|
303
|
+
{
|
|
304
|
+
"name": "DUAL PASSWORD TYPE UNSPECIFIED",
|
|
305
|
+
"value": "DUAL_PASSWORD_TYPE_UNSPECIFIED"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"name": "NO MODIFY DUAL PASSWORD",
|
|
309
|
+
"value": "NO_MODIFY_DUAL_PASSWORD"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"name": "NO DUAL PASSWORD",
|
|
313
|
+
"value": "NO_DUAL_PASSWORD"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"name": "DUAL PASSWORD",
|
|
317
|
+
"value": "DUAL_PASSWORD"
|
|
318
|
+
}
|
|
319
|
+
],
|
|
320
|
+
"routing": {
|
|
321
|
+
"send": {
|
|
322
|
+
"property": "dualPasswordType",
|
|
323
|
+
"propertyInDotNotation": false,
|
|
324
|
+
"type": "body",
|
|
325
|
+
"value": "={{ $value }}"
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
"displayOptions": {
|
|
329
|
+
"show": {
|
|
330
|
+
"resource": [
|
|
331
|
+
"Users"
|
|
332
|
+
],
|
|
333
|
+
"operation": [
|
|
334
|
+
"SQL Users Insert"
|
|
335
|
+
]
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"displayName": "Etag",
|
|
341
|
+
"name": "etag",
|
|
342
|
+
"type": "string",
|
|
343
|
+
"default": "",
|
|
344
|
+
"description": "This field is deprecated and will be removed from a future version of the API.",
|
|
345
|
+
"routing": {
|
|
346
|
+
"send": {
|
|
347
|
+
"property": "etag",
|
|
348
|
+
"propertyInDotNotation": false,
|
|
349
|
+
"type": "body",
|
|
350
|
+
"value": "={{ $value }}"
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
"displayOptions": {
|
|
354
|
+
"show": {
|
|
355
|
+
"resource": [
|
|
356
|
+
"Users"
|
|
357
|
+
],
|
|
358
|
+
"operation": [
|
|
359
|
+
"SQL Users Insert"
|
|
360
|
+
]
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"displayName": "Host",
|
|
366
|
+
"name": "host",
|
|
367
|
+
"type": "string",
|
|
368
|
+
"default": "",
|
|
369
|
+
"description": "Optional. The host from which the user can connect. For `insert` operations, host defaults to an empty string. For `update` operations, host is specified as part of the request URL. The host name cannot be updated after insertion. For a MySQL instance, it's required; for a PostgreSQL or SQL Server instance, it's optional.",
|
|
370
|
+
"routing": {
|
|
371
|
+
"send": {
|
|
372
|
+
"property": "host",
|
|
373
|
+
"propertyInDotNotation": false,
|
|
374
|
+
"type": "body",
|
|
375
|
+
"value": "={{ $value }}"
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
"displayOptions": {
|
|
379
|
+
"show": {
|
|
380
|
+
"resource": [
|
|
381
|
+
"Users"
|
|
382
|
+
],
|
|
383
|
+
"operation": [
|
|
384
|
+
"SQL Users Insert"
|
|
385
|
+
]
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"displayName": "Instance",
|
|
391
|
+
"name": "instance",
|
|
392
|
+
"type": "string",
|
|
393
|
+
"default": "",
|
|
394
|
+
"description": "The name of the Cloud SQL instance. This does not include the project ID. Can be omitted for `update` because it is already specified on the URL.",
|
|
395
|
+
"routing": {
|
|
396
|
+
"send": {
|
|
397
|
+
"property": "instance",
|
|
398
|
+
"propertyInDotNotation": false,
|
|
399
|
+
"type": "body",
|
|
400
|
+
"value": "={{ $value }}"
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
"displayOptions": {
|
|
404
|
+
"show": {
|
|
405
|
+
"resource": [
|
|
406
|
+
"Users"
|
|
407
|
+
],
|
|
408
|
+
"operation": [
|
|
409
|
+
"SQL Users Insert"
|
|
410
|
+
]
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"displayName": "Kind",
|
|
416
|
+
"name": "kind",
|
|
417
|
+
"type": "string",
|
|
418
|
+
"default": "",
|
|
419
|
+
"description": "This is always `sql#user`.",
|
|
420
|
+
"routing": {
|
|
421
|
+
"send": {
|
|
422
|
+
"property": "kind",
|
|
423
|
+
"propertyInDotNotation": false,
|
|
424
|
+
"type": "body",
|
|
425
|
+
"value": "={{ $value }}"
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
"displayOptions": {
|
|
429
|
+
"show": {
|
|
430
|
+
"resource": [
|
|
431
|
+
"Users"
|
|
432
|
+
],
|
|
433
|
+
"operation": [
|
|
434
|
+
"SQL Users Insert"
|
|
435
|
+
]
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"displayName": "Name",
|
|
441
|
+
"name": "name",
|
|
442
|
+
"type": "string",
|
|
443
|
+
"default": "",
|
|
444
|
+
"description": "The name of the user in the Cloud SQL instance. Can be omitted for `update` because it is already specified in the URL.",
|
|
445
|
+
"routing": {
|
|
446
|
+
"send": {
|
|
447
|
+
"property": "name",
|
|
448
|
+
"propertyInDotNotation": false,
|
|
449
|
+
"type": "body",
|
|
450
|
+
"value": "={{ $value }}"
|
|
451
|
+
}
|
|
452
|
+
},
|
|
453
|
+
"displayOptions": {
|
|
454
|
+
"show": {
|
|
455
|
+
"resource": [
|
|
456
|
+
"Users"
|
|
457
|
+
],
|
|
458
|
+
"operation": [
|
|
459
|
+
"SQL Users Insert"
|
|
460
|
+
]
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"displayName": "Password",
|
|
466
|
+
"name": "password",
|
|
467
|
+
"type": "string",
|
|
468
|
+
"default": "",
|
|
469
|
+
"description": "The password for the user.",
|
|
470
|
+
"routing": {
|
|
471
|
+
"send": {
|
|
472
|
+
"property": "password",
|
|
473
|
+
"propertyInDotNotation": false,
|
|
474
|
+
"type": "body",
|
|
475
|
+
"value": "={{ $value }}"
|
|
476
|
+
}
|
|
477
|
+
},
|
|
478
|
+
"displayOptions": {
|
|
479
|
+
"show": {
|
|
480
|
+
"resource": [
|
|
481
|
+
"Users"
|
|
482
|
+
],
|
|
483
|
+
"operation": [
|
|
484
|
+
"SQL Users Insert"
|
|
485
|
+
]
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"displayName": "Password Policy",
|
|
491
|
+
"name": "passwordPolicy",
|
|
492
|
+
"type": "json",
|
|
493
|
+
"default": "{\n \"status\": {}\n}",
|
|
494
|
+
"description": "User level password validation policy.",
|
|
495
|
+
"routing": {
|
|
496
|
+
"send": {
|
|
497
|
+
"property": "passwordPolicy",
|
|
498
|
+
"propertyInDotNotation": false,
|
|
499
|
+
"type": "body",
|
|
500
|
+
"value": "={{ JSON.parse($value) }}"
|
|
501
|
+
}
|
|
502
|
+
},
|
|
503
|
+
"displayOptions": {
|
|
504
|
+
"show": {
|
|
505
|
+
"resource": [
|
|
506
|
+
"Users"
|
|
507
|
+
],
|
|
508
|
+
"operation": [
|
|
509
|
+
"SQL Users Insert"
|
|
510
|
+
]
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"displayName": "Project",
|
|
516
|
+
"name": "project",
|
|
517
|
+
"type": "string",
|
|
518
|
+
"default": "",
|
|
519
|
+
"description": "The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable. Can be omitted for `update` because it is already specified on the URL.",
|
|
520
|
+
"routing": {
|
|
521
|
+
"send": {
|
|
522
|
+
"property": "project",
|
|
523
|
+
"propertyInDotNotation": false,
|
|
524
|
+
"type": "body",
|
|
525
|
+
"value": "={{ $value }}"
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
"displayOptions": {
|
|
529
|
+
"show": {
|
|
530
|
+
"resource": [
|
|
531
|
+
"Users"
|
|
532
|
+
],
|
|
533
|
+
"operation": [
|
|
534
|
+
"SQL Users Insert"
|
|
535
|
+
]
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"displayName": "Sqlserver User Details",
|
|
541
|
+
"name": "sqlserverUserDetails",
|
|
542
|
+
"type": "json",
|
|
543
|
+
"default": "{\n \"serverRoles\": [\n null\n ]\n}",
|
|
544
|
+
"description": "Represents a Sql Server user on the Cloud SQL instance.",
|
|
545
|
+
"routing": {
|
|
546
|
+
"send": {
|
|
547
|
+
"property": "sqlserverUserDetails",
|
|
548
|
+
"propertyInDotNotation": false,
|
|
549
|
+
"type": "body",
|
|
550
|
+
"value": "={{ JSON.parse($value) }}"
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
"displayOptions": {
|
|
554
|
+
"show": {
|
|
555
|
+
"resource": [
|
|
556
|
+
"Users"
|
|
557
|
+
],
|
|
558
|
+
"operation": [
|
|
559
|
+
"SQL Users Insert"
|
|
560
|
+
]
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"displayName": "Type",
|
|
566
|
+
"name": "type",
|
|
567
|
+
"type": "options",
|
|
568
|
+
"default": "BUILT_IN",
|
|
569
|
+
"description": "The user type. It determines the method to authenticate the user during login. The default is the database's built-in user type.",
|
|
570
|
+
"options": [
|
|
571
|
+
{
|
|
572
|
+
"name": "BUILT IN",
|
|
573
|
+
"value": "BUILT_IN"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"name": "CLOUD IAM USER",
|
|
577
|
+
"value": "CLOUD_IAM_USER"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"name": "CLOUD IAM SERVICE ACCOUNT",
|
|
581
|
+
"value": "CLOUD_IAM_SERVICE_ACCOUNT"
|
|
582
|
+
}
|
|
583
|
+
],
|
|
584
|
+
"routing": {
|
|
585
|
+
"send": {
|
|
586
|
+
"property": "type",
|
|
587
|
+
"propertyInDotNotation": false,
|
|
588
|
+
"type": "body",
|
|
589
|
+
"value": "={{ $value }}"
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
"displayOptions": {
|
|
593
|
+
"show": {
|
|
594
|
+
"resource": [
|
|
595
|
+
"Users"
|
|
596
|
+
],
|
|
597
|
+
"operation": [
|
|
598
|
+
"SQL Users Insert"
|
|
599
|
+
]
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"displayName": "PUT /v1/projects/{project}/instances/{instance}/users",
|
|
605
|
+
"name": "operation",
|
|
606
|
+
"type": "notice",
|
|
607
|
+
"typeOptions": {
|
|
608
|
+
"theme": "info"
|
|
609
|
+
},
|
|
610
|
+
"default": "",
|
|
611
|
+
"displayOptions": {
|
|
612
|
+
"show": {
|
|
613
|
+
"resource": [
|
|
614
|
+
"Users"
|
|
615
|
+
],
|
|
616
|
+
"operation": [
|
|
617
|
+
"SQL Users Update"
|
|
618
|
+
]
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"displayName": "Project",
|
|
624
|
+
"name": "project",
|
|
625
|
+
"required": true,
|
|
626
|
+
"description": "Project ID of the project that contains the instance.",
|
|
627
|
+
"default": "",
|
|
628
|
+
"type": "string",
|
|
629
|
+
"displayOptions": {
|
|
630
|
+
"show": {
|
|
631
|
+
"resource": [
|
|
632
|
+
"Users"
|
|
633
|
+
],
|
|
634
|
+
"operation": [
|
|
635
|
+
"SQL Users Update"
|
|
636
|
+
]
|
|
637
|
+
}
|
|
638
|
+
}
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"displayName": "Instance",
|
|
642
|
+
"name": "instance",
|
|
643
|
+
"required": true,
|
|
644
|
+
"description": "Database instance ID. This does not include the project ID.",
|
|
645
|
+
"default": "",
|
|
646
|
+
"type": "string",
|
|
647
|
+
"displayOptions": {
|
|
648
|
+
"show": {
|
|
649
|
+
"resource": [
|
|
650
|
+
"Users"
|
|
651
|
+
],
|
|
652
|
+
"operation": [
|
|
653
|
+
"SQL Users Update"
|
|
654
|
+
]
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"displayName": "Host",
|
|
660
|
+
"name": "host",
|
|
661
|
+
"description": "Optional. Host of the user in the instance.",
|
|
662
|
+
"default": "",
|
|
663
|
+
"type": "string",
|
|
664
|
+
"routing": {
|
|
665
|
+
"send": {
|
|
666
|
+
"type": "query",
|
|
667
|
+
"property": "host",
|
|
668
|
+
"value": "={{ $value }}",
|
|
669
|
+
"propertyInDotNotation": false
|
|
670
|
+
}
|
|
671
|
+
},
|
|
672
|
+
"displayOptions": {
|
|
673
|
+
"show": {
|
|
674
|
+
"resource": [
|
|
675
|
+
"Users"
|
|
676
|
+
],
|
|
677
|
+
"operation": [
|
|
678
|
+
"SQL Users Update"
|
|
679
|
+
]
|
|
680
|
+
}
|
|
681
|
+
}
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"displayName": "Name",
|
|
685
|
+
"name": "name",
|
|
686
|
+
"description": "Name of the user in the instance.",
|
|
687
|
+
"default": "",
|
|
688
|
+
"type": "string",
|
|
689
|
+
"routing": {
|
|
690
|
+
"send": {
|
|
691
|
+
"type": "query",
|
|
692
|
+
"property": "name",
|
|
693
|
+
"value": "={{ $value }}",
|
|
694
|
+
"propertyInDotNotation": false
|
|
695
|
+
}
|
|
696
|
+
},
|
|
697
|
+
"displayOptions": {
|
|
698
|
+
"show": {
|
|
699
|
+
"resource": [
|
|
700
|
+
"Users"
|
|
701
|
+
],
|
|
702
|
+
"operation": [
|
|
703
|
+
"SQL Users Update"
|
|
704
|
+
]
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"displayName": "Dual Password Type",
|
|
710
|
+
"name": "dualPasswordType",
|
|
711
|
+
"type": "options",
|
|
712
|
+
"default": "DUAL_PASSWORD_TYPE_UNSPECIFIED",
|
|
713
|
+
"description": "Dual password status for the user.",
|
|
714
|
+
"options": [
|
|
715
|
+
{
|
|
716
|
+
"name": "DUAL PASSWORD TYPE UNSPECIFIED",
|
|
717
|
+
"value": "DUAL_PASSWORD_TYPE_UNSPECIFIED"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"name": "NO MODIFY DUAL PASSWORD",
|
|
721
|
+
"value": "NO_MODIFY_DUAL_PASSWORD"
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"name": "NO DUAL PASSWORD",
|
|
725
|
+
"value": "NO_DUAL_PASSWORD"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"name": "DUAL PASSWORD",
|
|
729
|
+
"value": "DUAL_PASSWORD"
|
|
730
|
+
}
|
|
731
|
+
],
|
|
732
|
+
"routing": {
|
|
733
|
+
"send": {
|
|
734
|
+
"property": "dualPasswordType",
|
|
735
|
+
"propertyInDotNotation": false,
|
|
736
|
+
"type": "body",
|
|
737
|
+
"value": "={{ $value }}"
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
"displayOptions": {
|
|
741
|
+
"show": {
|
|
742
|
+
"resource": [
|
|
743
|
+
"Users"
|
|
744
|
+
],
|
|
745
|
+
"operation": [
|
|
746
|
+
"SQL Users Update"
|
|
747
|
+
]
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"displayName": "Etag",
|
|
753
|
+
"name": "etag",
|
|
754
|
+
"type": "string",
|
|
755
|
+
"default": "",
|
|
756
|
+
"description": "This field is deprecated and will be removed from a future version of the API.",
|
|
757
|
+
"routing": {
|
|
758
|
+
"send": {
|
|
759
|
+
"property": "etag",
|
|
760
|
+
"propertyInDotNotation": false,
|
|
761
|
+
"type": "body",
|
|
762
|
+
"value": "={{ $value }}"
|
|
763
|
+
}
|
|
764
|
+
},
|
|
765
|
+
"displayOptions": {
|
|
766
|
+
"show": {
|
|
767
|
+
"resource": [
|
|
768
|
+
"Users"
|
|
769
|
+
],
|
|
770
|
+
"operation": [
|
|
771
|
+
"SQL Users Update"
|
|
772
|
+
]
|
|
773
|
+
}
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"displayName": "Host",
|
|
778
|
+
"name": "host",
|
|
779
|
+
"type": "string",
|
|
780
|
+
"default": "",
|
|
781
|
+
"description": "Optional. The host from which the user can connect. For `insert` operations, host defaults to an empty string. For `update` operations, host is specified as part of the request URL. The host name cannot be updated after insertion. For a MySQL instance, it's required; for a PostgreSQL or SQL Server instance, it's optional.",
|
|
782
|
+
"routing": {
|
|
783
|
+
"send": {
|
|
784
|
+
"property": "host",
|
|
785
|
+
"propertyInDotNotation": false,
|
|
786
|
+
"type": "body",
|
|
787
|
+
"value": "={{ $value }}"
|
|
788
|
+
}
|
|
789
|
+
},
|
|
790
|
+
"displayOptions": {
|
|
791
|
+
"show": {
|
|
792
|
+
"resource": [
|
|
793
|
+
"Users"
|
|
794
|
+
],
|
|
795
|
+
"operation": [
|
|
796
|
+
"SQL Users Update"
|
|
797
|
+
]
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"displayName": "Instance",
|
|
803
|
+
"name": "instance",
|
|
804
|
+
"type": "string",
|
|
805
|
+
"default": "",
|
|
806
|
+
"description": "The name of the Cloud SQL instance. This does not include the project ID. Can be omitted for `update` because it is already specified on the URL.",
|
|
807
|
+
"routing": {
|
|
808
|
+
"send": {
|
|
809
|
+
"property": "instance",
|
|
810
|
+
"propertyInDotNotation": false,
|
|
811
|
+
"type": "body",
|
|
812
|
+
"value": "={{ $value }}"
|
|
813
|
+
}
|
|
814
|
+
},
|
|
815
|
+
"displayOptions": {
|
|
816
|
+
"show": {
|
|
817
|
+
"resource": [
|
|
818
|
+
"Users"
|
|
819
|
+
],
|
|
820
|
+
"operation": [
|
|
821
|
+
"SQL Users Update"
|
|
822
|
+
]
|
|
823
|
+
}
|
|
824
|
+
}
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"displayName": "Kind",
|
|
828
|
+
"name": "kind",
|
|
829
|
+
"type": "string",
|
|
830
|
+
"default": "",
|
|
831
|
+
"description": "This is always `sql#user`.",
|
|
832
|
+
"routing": {
|
|
833
|
+
"send": {
|
|
834
|
+
"property": "kind",
|
|
835
|
+
"propertyInDotNotation": false,
|
|
836
|
+
"type": "body",
|
|
837
|
+
"value": "={{ $value }}"
|
|
838
|
+
}
|
|
839
|
+
},
|
|
840
|
+
"displayOptions": {
|
|
841
|
+
"show": {
|
|
842
|
+
"resource": [
|
|
843
|
+
"Users"
|
|
844
|
+
],
|
|
845
|
+
"operation": [
|
|
846
|
+
"SQL Users Update"
|
|
847
|
+
]
|
|
848
|
+
}
|
|
849
|
+
}
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"displayName": "Name",
|
|
853
|
+
"name": "name",
|
|
854
|
+
"type": "string",
|
|
855
|
+
"default": "",
|
|
856
|
+
"description": "The name of the user in the Cloud SQL instance. Can be omitted for `update` because it is already specified in the URL.",
|
|
857
|
+
"routing": {
|
|
858
|
+
"send": {
|
|
859
|
+
"property": "name",
|
|
860
|
+
"propertyInDotNotation": false,
|
|
861
|
+
"type": "body",
|
|
862
|
+
"value": "={{ $value }}"
|
|
863
|
+
}
|
|
864
|
+
},
|
|
865
|
+
"displayOptions": {
|
|
866
|
+
"show": {
|
|
867
|
+
"resource": [
|
|
868
|
+
"Users"
|
|
869
|
+
],
|
|
870
|
+
"operation": [
|
|
871
|
+
"SQL Users Update"
|
|
872
|
+
]
|
|
873
|
+
}
|
|
874
|
+
}
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"displayName": "Password",
|
|
878
|
+
"name": "password",
|
|
879
|
+
"type": "string",
|
|
880
|
+
"default": "",
|
|
881
|
+
"description": "The password for the user.",
|
|
882
|
+
"routing": {
|
|
883
|
+
"send": {
|
|
884
|
+
"property": "password",
|
|
885
|
+
"propertyInDotNotation": false,
|
|
886
|
+
"type": "body",
|
|
887
|
+
"value": "={{ $value }}"
|
|
888
|
+
}
|
|
889
|
+
},
|
|
890
|
+
"displayOptions": {
|
|
891
|
+
"show": {
|
|
892
|
+
"resource": [
|
|
893
|
+
"Users"
|
|
894
|
+
],
|
|
895
|
+
"operation": [
|
|
896
|
+
"SQL Users Update"
|
|
897
|
+
]
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"displayName": "Password Policy",
|
|
903
|
+
"name": "passwordPolicy",
|
|
904
|
+
"type": "json",
|
|
905
|
+
"default": "{\n \"status\": {}\n}",
|
|
906
|
+
"description": "User level password validation policy.",
|
|
907
|
+
"routing": {
|
|
908
|
+
"send": {
|
|
909
|
+
"property": "passwordPolicy",
|
|
910
|
+
"propertyInDotNotation": false,
|
|
911
|
+
"type": "body",
|
|
912
|
+
"value": "={{ JSON.parse($value) }}"
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
"displayOptions": {
|
|
916
|
+
"show": {
|
|
917
|
+
"resource": [
|
|
918
|
+
"Users"
|
|
919
|
+
],
|
|
920
|
+
"operation": [
|
|
921
|
+
"SQL Users Update"
|
|
922
|
+
]
|
|
923
|
+
}
|
|
924
|
+
}
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"displayName": "Project",
|
|
928
|
+
"name": "project",
|
|
929
|
+
"type": "string",
|
|
930
|
+
"default": "",
|
|
931
|
+
"description": "The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable. Can be omitted for `update` because it is already specified on the URL.",
|
|
932
|
+
"routing": {
|
|
933
|
+
"send": {
|
|
934
|
+
"property": "project",
|
|
935
|
+
"propertyInDotNotation": false,
|
|
936
|
+
"type": "body",
|
|
937
|
+
"value": "={{ $value }}"
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
"displayOptions": {
|
|
941
|
+
"show": {
|
|
942
|
+
"resource": [
|
|
943
|
+
"Users"
|
|
944
|
+
],
|
|
945
|
+
"operation": [
|
|
946
|
+
"SQL Users Update"
|
|
947
|
+
]
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"displayName": "Sqlserver User Details",
|
|
953
|
+
"name": "sqlserverUserDetails",
|
|
954
|
+
"type": "json",
|
|
955
|
+
"default": "{\n \"serverRoles\": [\n null\n ]\n}",
|
|
956
|
+
"description": "Represents a Sql Server user on the Cloud SQL instance.",
|
|
957
|
+
"routing": {
|
|
958
|
+
"send": {
|
|
959
|
+
"property": "sqlserverUserDetails",
|
|
960
|
+
"propertyInDotNotation": false,
|
|
961
|
+
"type": "body",
|
|
962
|
+
"value": "={{ JSON.parse($value) }}"
|
|
963
|
+
}
|
|
964
|
+
},
|
|
965
|
+
"displayOptions": {
|
|
966
|
+
"show": {
|
|
967
|
+
"resource": [
|
|
968
|
+
"Users"
|
|
969
|
+
],
|
|
970
|
+
"operation": [
|
|
971
|
+
"SQL Users Update"
|
|
972
|
+
]
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"displayName": "Type",
|
|
978
|
+
"name": "type",
|
|
979
|
+
"type": "options",
|
|
980
|
+
"default": "BUILT_IN",
|
|
981
|
+
"description": "The user type. It determines the method to authenticate the user during login. The default is the database's built-in user type.",
|
|
982
|
+
"options": [
|
|
983
|
+
{
|
|
984
|
+
"name": "BUILT IN",
|
|
985
|
+
"value": "BUILT_IN"
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"name": "CLOUD IAM USER",
|
|
989
|
+
"value": "CLOUD_IAM_USER"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"name": "CLOUD IAM SERVICE ACCOUNT",
|
|
993
|
+
"value": "CLOUD_IAM_SERVICE_ACCOUNT"
|
|
994
|
+
}
|
|
995
|
+
],
|
|
996
|
+
"routing": {
|
|
997
|
+
"send": {
|
|
998
|
+
"property": "type",
|
|
999
|
+
"propertyInDotNotation": false,
|
|
1000
|
+
"type": "body",
|
|
1001
|
+
"value": "={{ $value }}"
|
|
1002
|
+
}
|
|
1003
|
+
},
|
|
1004
|
+
"displayOptions": {
|
|
1005
|
+
"show": {
|
|
1006
|
+
"resource": [
|
|
1007
|
+
"Users"
|
|
1008
|
+
],
|
|
1009
|
+
"operation": [
|
|
1010
|
+
"SQL Users Update"
|
|
1011
|
+
]
|
|
1012
|
+
}
|
|
1013
|
+
}
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"displayName": "GET /v1/projects/{project}/instances/{instance}/users/{name}",
|
|
1017
|
+
"name": "operation",
|
|
1018
|
+
"type": "notice",
|
|
1019
|
+
"typeOptions": {
|
|
1020
|
+
"theme": "info"
|
|
1021
|
+
},
|
|
1022
|
+
"default": "",
|
|
1023
|
+
"displayOptions": {
|
|
1024
|
+
"show": {
|
|
1025
|
+
"resource": [
|
|
1026
|
+
"Users"
|
|
1027
|
+
],
|
|
1028
|
+
"operation": [
|
|
1029
|
+
"SQL Users Get"
|
|
1030
|
+
]
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"displayName": "Project",
|
|
1036
|
+
"name": "project",
|
|
1037
|
+
"required": true,
|
|
1038
|
+
"description": "Project ID of the project that contains the instance.",
|
|
1039
|
+
"default": "",
|
|
1040
|
+
"type": "string",
|
|
1041
|
+
"displayOptions": {
|
|
1042
|
+
"show": {
|
|
1043
|
+
"resource": [
|
|
1044
|
+
"Users"
|
|
1045
|
+
],
|
|
1046
|
+
"operation": [
|
|
1047
|
+
"SQL Users Get"
|
|
1048
|
+
]
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"displayName": "Instance",
|
|
1054
|
+
"name": "instance",
|
|
1055
|
+
"required": true,
|
|
1056
|
+
"description": "Database instance ID. This does not include the project ID.",
|
|
1057
|
+
"default": "",
|
|
1058
|
+
"type": "string",
|
|
1059
|
+
"displayOptions": {
|
|
1060
|
+
"show": {
|
|
1061
|
+
"resource": [
|
|
1062
|
+
"Users"
|
|
1063
|
+
],
|
|
1064
|
+
"operation": [
|
|
1065
|
+
"SQL Users Get"
|
|
1066
|
+
]
|
|
1067
|
+
}
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"displayName": "Name",
|
|
1072
|
+
"name": "name",
|
|
1073
|
+
"required": true,
|
|
1074
|
+
"description": "User of the instance.",
|
|
1075
|
+
"default": "",
|
|
1076
|
+
"type": "string",
|
|
1077
|
+
"displayOptions": {
|
|
1078
|
+
"show": {
|
|
1079
|
+
"resource": [
|
|
1080
|
+
"Users"
|
|
1081
|
+
],
|
|
1082
|
+
"operation": [
|
|
1083
|
+
"SQL Users Get"
|
|
1084
|
+
]
|
|
1085
|
+
}
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"displayName": "Host",
|
|
1090
|
+
"name": "host",
|
|
1091
|
+
"description": "Host of a user of the instance.",
|
|
1092
|
+
"default": "",
|
|
1093
|
+
"type": "string",
|
|
1094
|
+
"routing": {
|
|
1095
|
+
"send": {
|
|
1096
|
+
"type": "query",
|
|
1097
|
+
"property": "host",
|
|
1098
|
+
"value": "={{ $value }}",
|
|
1099
|
+
"propertyInDotNotation": false
|
|
1100
|
+
}
|
|
1101
|
+
},
|
|
1102
|
+
"displayOptions": {
|
|
1103
|
+
"show": {
|
|
1104
|
+
"resource": [
|
|
1105
|
+
"Users"
|
|
1106
|
+
],
|
|
1107
|
+
"operation": [
|
|
1108
|
+
"SQL Users Get"
|
|
1109
|
+
]
|
|
1110
|
+
}
|
|
1111
|
+
}
|
|
1112
|
+
},
|
|
1113
|
+
];
|
|
1114
|
+
//# sourceMappingURL=index.js.map
|