@n8n-dev/n8n-nodes-googleapis-oslogin 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 +105 -0
- package/dist/banner.svg +111 -0
- package/dist/credentials/GoogleapisOsloginApi.credentials.d.ts +9 -0
- package/dist/credentials/GoogleapisOsloginApi.credentials.js +49 -0
- package/dist/credentials/GoogleapisOsloginApi.credentials.js.map +1 -0
- package/dist/icons/googleapis-oslogin.dark.png +0 -0
- package/dist/icons/googleapis-oslogin.png +0 -0
- package/dist/nodes/GoogleapisOslogin/GoogleapisOslogin.node.d.ts +4 -0
- package/dist/nodes/GoogleapisOslogin/GoogleapisOslogin.node.js +54 -0
- package/dist/nodes/GoogleapisOslogin/GoogleapisOslogin.node.js.map +1 -0
- package/dist/nodes/GoogleapisOslogin/GoogleapisOslogin.node.json +20 -0
- package/dist/nodes/GoogleapisOslogin/googleapis-oslogin.dark.png +0 -0
- package/dist/nodes/GoogleapisOslogin/googleapis-oslogin.png +0 -0
- package/dist/nodes/GoogleapisOslogin/resources/index.d.ts +1 -0
- package/dist/nodes/GoogleapisOslogin/resources/index.js +6 -0
- package/dist/nodes/GoogleapisOslogin/resources/index.js.map +1 -0
- package/dist/nodes/GoogleapisOslogin/resources/users/index.d.ts +2 -0
- package/dist/nodes/GoogleapisOslogin/resources/users/index.js +794 -0
- package/dist/nodes/GoogleapisOslogin/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,794 @@
|
|
|
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": "Oslogin Users SSH Public Keys Delete",
|
|
20
|
+
"value": "Oslogin Users SSH Public Keys Delete",
|
|
21
|
+
"action": "Oslogin Users SSH Public Keys Delete",
|
|
22
|
+
"description": "Deletes an SSH public key.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "DELETE",
|
|
26
|
+
"url": "=/v1beta/{{$parameter[\"name\"]}}"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Oslogin Users SSH Public Keys Get",
|
|
32
|
+
"value": "Oslogin Users SSH Public Keys Get",
|
|
33
|
+
"action": "Oslogin Users SSH Public Keys Get",
|
|
34
|
+
"description": "Retrieves an SSH public key.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "GET",
|
|
38
|
+
"url": "=/v1beta/{{$parameter[\"name\"]}}"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Oslogin Users SSH Public Keys Patch",
|
|
44
|
+
"value": "Oslogin Users SSH Public Keys Patch",
|
|
45
|
+
"action": "Oslogin Users SSH Public Keys Patch",
|
|
46
|
+
"description": "Updates an SSH public key and returns the profile information. This method supports patch semantics.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "PATCH",
|
|
50
|
+
"url": "=/v1beta/{{$parameter[\"name\"]}}"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Oslogin Users Get Login Profile",
|
|
56
|
+
"value": "Oslogin Users Get Login Profile",
|
|
57
|
+
"action": "Oslogin Users Get Login Profile",
|
|
58
|
+
"description": "Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine.",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "GET",
|
|
62
|
+
"url": "=/v1beta/{{$parameter[\"name\"]}}/loginProfile"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "Oslogin Users SSH Public Keys Create",
|
|
68
|
+
"value": "Oslogin Users SSH Public Keys Create",
|
|
69
|
+
"action": "Oslogin Users SSH Public Keys Create",
|
|
70
|
+
"description": "Create an SSH public key",
|
|
71
|
+
"routing": {
|
|
72
|
+
"request": {
|
|
73
|
+
"method": "POST",
|
|
74
|
+
"url": "=/v1beta/{{$parameter[\"parent\"]}}/sshPublicKeys"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "Oslogin Users Import SSH Public Key",
|
|
80
|
+
"value": "Oslogin Users Import SSH Public Key",
|
|
81
|
+
"action": "Oslogin Users Import SSH Public Key",
|
|
82
|
+
"description": "Adds an SSH public key and returns the profile information. Default POSIX account information is set when no username and UID exist as part of the login profile.",
|
|
83
|
+
"routing": {
|
|
84
|
+
"request": {
|
|
85
|
+
"method": "POST",
|
|
86
|
+
"url": "=/v1beta/{{$parameter[\"parent\"]}}:importSshPublicKey"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"default": ""
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"displayName": "DELETE /v1beta/{name}",
|
|
95
|
+
"name": "operation",
|
|
96
|
+
"type": "notice",
|
|
97
|
+
"typeOptions": {
|
|
98
|
+
"theme": "info"
|
|
99
|
+
},
|
|
100
|
+
"default": "",
|
|
101
|
+
"displayOptions": {
|
|
102
|
+
"show": {
|
|
103
|
+
"resource": [
|
|
104
|
+
"Users"
|
|
105
|
+
],
|
|
106
|
+
"operation": [
|
|
107
|
+
"Oslogin Users SSH Public Keys Delete"
|
|
108
|
+
]
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"displayName": "Name",
|
|
114
|
+
"name": "name",
|
|
115
|
+
"required": true,
|
|
116
|
+
"description": "Required. The fingerprint of the public key to update. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format `users/{user}/sshPublicKeys/{fingerprint}`.",
|
|
117
|
+
"default": "",
|
|
118
|
+
"type": "string",
|
|
119
|
+
"displayOptions": {
|
|
120
|
+
"show": {
|
|
121
|
+
"resource": [
|
|
122
|
+
"Users"
|
|
123
|
+
],
|
|
124
|
+
"operation": [
|
|
125
|
+
"Oslogin Users SSH Public Keys Delete"
|
|
126
|
+
]
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"displayName": "GET /v1beta/{name}",
|
|
132
|
+
"name": "operation",
|
|
133
|
+
"type": "notice",
|
|
134
|
+
"typeOptions": {
|
|
135
|
+
"theme": "info"
|
|
136
|
+
},
|
|
137
|
+
"default": "",
|
|
138
|
+
"displayOptions": {
|
|
139
|
+
"show": {
|
|
140
|
+
"resource": [
|
|
141
|
+
"Users"
|
|
142
|
+
],
|
|
143
|
+
"operation": [
|
|
144
|
+
"Oslogin Users SSH Public Keys Get"
|
|
145
|
+
]
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"displayName": "Name",
|
|
151
|
+
"name": "name",
|
|
152
|
+
"required": true,
|
|
153
|
+
"description": "Required. The fingerprint of the public key to retrieve. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format `users/{user}/sshPublicKeys/{fingerprint}`.",
|
|
154
|
+
"default": "",
|
|
155
|
+
"type": "string",
|
|
156
|
+
"displayOptions": {
|
|
157
|
+
"show": {
|
|
158
|
+
"resource": [
|
|
159
|
+
"Users"
|
|
160
|
+
],
|
|
161
|
+
"operation": [
|
|
162
|
+
"Oslogin Users SSH Public Keys Get"
|
|
163
|
+
]
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"displayName": "PATCH /v1beta/{name}",
|
|
169
|
+
"name": "operation",
|
|
170
|
+
"type": "notice",
|
|
171
|
+
"typeOptions": {
|
|
172
|
+
"theme": "info"
|
|
173
|
+
},
|
|
174
|
+
"default": "",
|
|
175
|
+
"displayOptions": {
|
|
176
|
+
"show": {
|
|
177
|
+
"resource": [
|
|
178
|
+
"Users"
|
|
179
|
+
],
|
|
180
|
+
"operation": [
|
|
181
|
+
"Oslogin Users SSH Public Keys Patch"
|
|
182
|
+
]
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"displayName": "Name",
|
|
188
|
+
"name": "name",
|
|
189
|
+
"required": true,
|
|
190
|
+
"description": "Required. The fingerprint of the public key to update. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format `users/{user}/sshPublicKeys/{fingerprint}`.",
|
|
191
|
+
"default": "",
|
|
192
|
+
"type": "string",
|
|
193
|
+
"displayOptions": {
|
|
194
|
+
"show": {
|
|
195
|
+
"resource": [
|
|
196
|
+
"Users"
|
|
197
|
+
],
|
|
198
|
+
"operation": [
|
|
199
|
+
"Oslogin Users SSH Public Keys Patch"
|
|
200
|
+
]
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"displayName": "Update Mask",
|
|
206
|
+
"name": "updateMask",
|
|
207
|
+
"description": "Mask to control which fields get updated. Updates all if not present.",
|
|
208
|
+
"default": "",
|
|
209
|
+
"type": "string",
|
|
210
|
+
"routing": {
|
|
211
|
+
"send": {
|
|
212
|
+
"type": "query",
|
|
213
|
+
"property": "updateMask",
|
|
214
|
+
"value": "={{ $value }}",
|
|
215
|
+
"propertyInDotNotation": false
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
"displayOptions": {
|
|
219
|
+
"show": {
|
|
220
|
+
"resource": [
|
|
221
|
+
"Users"
|
|
222
|
+
],
|
|
223
|
+
"operation": [
|
|
224
|
+
"Oslogin Users SSH Public Keys Patch"
|
|
225
|
+
]
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"displayName": "Expiration Time Usec",
|
|
231
|
+
"name": "expirationTimeUsec",
|
|
232
|
+
"type": "string",
|
|
233
|
+
"default": "",
|
|
234
|
+
"description": "An expiration time in microseconds since epoch.",
|
|
235
|
+
"routing": {
|
|
236
|
+
"send": {
|
|
237
|
+
"property": "expirationTimeUsec",
|
|
238
|
+
"propertyInDotNotation": false,
|
|
239
|
+
"type": "body",
|
|
240
|
+
"value": "={{ $value }}"
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
"displayOptions": {
|
|
244
|
+
"show": {
|
|
245
|
+
"resource": [
|
|
246
|
+
"Users"
|
|
247
|
+
],
|
|
248
|
+
"operation": [
|
|
249
|
+
"Oslogin Users SSH Public Keys Patch"
|
|
250
|
+
]
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"displayName": "Fingerprint",
|
|
256
|
+
"name": "fingerprint",
|
|
257
|
+
"type": "string",
|
|
258
|
+
"default": "",
|
|
259
|
+
"description": "Output only. The SHA-256 fingerprint of the SSH public key.",
|
|
260
|
+
"routing": {
|
|
261
|
+
"send": {
|
|
262
|
+
"property": "fingerprint",
|
|
263
|
+
"propertyInDotNotation": false,
|
|
264
|
+
"type": "body",
|
|
265
|
+
"value": "={{ $value }}"
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
"displayOptions": {
|
|
269
|
+
"show": {
|
|
270
|
+
"resource": [
|
|
271
|
+
"Users"
|
|
272
|
+
],
|
|
273
|
+
"operation": [
|
|
274
|
+
"Oslogin Users SSH Public Keys Patch"
|
|
275
|
+
]
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"displayName": "Key",
|
|
281
|
+
"name": "key",
|
|
282
|
+
"type": "string",
|
|
283
|
+
"default": "",
|
|
284
|
+
"description": "Public key text in SSH format, defined by RFC4253 section 6.6.",
|
|
285
|
+
"routing": {
|
|
286
|
+
"send": {
|
|
287
|
+
"property": "key",
|
|
288
|
+
"propertyInDotNotation": false,
|
|
289
|
+
"type": "body",
|
|
290
|
+
"value": "={{ $value }}"
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"displayOptions": {
|
|
294
|
+
"show": {
|
|
295
|
+
"resource": [
|
|
296
|
+
"Users"
|
|
297
|
+
],
|
|
298
|
+
"operation": [
|
|
299
|
+
"Oslogin Users SSH Public Keys Patch"
|
|
300
|
+
]
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"displayName": "Name",
|
|
306
|
+
"name": "name",
|
|
307
|
+
"type": "string",
|
|
308
|
+
"default": "",
|
|
309
|
+
"description": "Output only. The canonical resource name.",
|
|
310
|
+
"routing": {
|
|
311
|
+
"send": {
|
|
312
|
+
"property": "name",
|
|
313
|
+
"propertyInDotNotation": false,
|
|
314
|
+
"type": "body",
|
|
315
|
+
"value": "={{ $value }}"
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
"displayOptions": {
|
|
319
|
+
"show": {
|
|
320
|
+
"resource": [
|
|
321
|
+
"Users"
|
|
322
|
+
],
|
|
323
|
+
"operation": [
|
|
324
|
+
"Oslogin Users SSH Public Keys Patch"
|
|
325
|
+
]
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"displayName": "GET /v1beta/{name}/loginProfile",
|
|
331
|
+
"name": "operation",
|
|
332
|
+
"type": "notice",
|
|
333
|
+
"typeOptions": {
|
|
334
|
+
"theme": "info"
|
|
335
|
+
},
|
|
336
|
+
"default": "",
|
|
337
|
+
"displayOptions": {
|
|
338
|
+
"show": {
|
|
339
|
+
"resource": [
|
|
340
|
+
"Users"
|
|
341
|
+
],
|
|
342
|
+
"operation": [
|
|
343
|
+
"Oslogin Users Get Login Profile"
|
|
344
|
+
]
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"displayName": "Name",
|
|
350
|
+
"name": "name",
|
|
351
|
+
"required": true,
|
|
352
|
+
"description": "Required. The unique ID for the user in format `users/{user}`.",
|
|
353
|
+
"default": "",
|
|
354
|
+
"type": "string",
|
|
355
|
+
"displayOptions": {
|
|
356
|
+
"show": {
|
|
357
|
+
"resource": [
|
|
358
|
+
"Users"
|
|
359
|
+
],
|
|
360
|
+
"operation": [
|
|
361
|
+
"Oslogin Users Get Login Profile"
|
|
362
|
+
]
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"displayName": "Project ID",
|
|
368
|
+
"name": "projectId",
|
|
369
|
+
"description": "The project ID of the Google Cloud Platform project.",
|
|
370
|
+
"default": "",
|
|
371
|
+
"type": "string",
|
|
372
|
+
"routing": {
|
|
373
|
+
"send": {
|
|
374
|
+
"type": "query",
|
|
375
|
+
"property": "projectId",
|
|
376
|
+
"value": "={{ $value }}",
|
|
377
|
+
"propertyInDotNotation": false
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
"displayOptions": {
|
|
381
|
+
"show": {
|
|
382
|
+
"resource": [
|
|
383
|
+
"Users"
|
|
384
|
+
],
|
|
385
|
+
"operation": [
|
|
386
|
+
"Oslogin Users Get Login Profile"
|
|
387
|
+
]
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"displayName": "System ID",
|
|
393
|
+
"name": "systemId",
|
|
394
|
+
"description": "A system ID for filtering the results of the request.",
|
|
395
|
+
"default": "",
|
|
396
|
+
"type": "string",
|
|
397
|
+
"routing": {
|
|
398
|
+
"send": {
|
|
399
|
+
"type": "query",
|
|
400
|
+
"property": "systemId",
|
|
401
|
+
"value": "={{ $value }}",
|
|
402
|
+
"propertyInDotNotation": false
|
|
403
|
+
}
|
|
404
|
+
},
|
|
405
|
+
"displayOptions": {
|
|
406
|
+
"show": {
|
|
407
|
+
"resource": [
|
|
408
|
+
"Users"
|
|
409
|
+
],
|
|
410
|
+
"operation": [
|
|
411
|
+
"Oslogin Users Get Login Profile"
|
|
412
|
+
]
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"displayName": "View",
|
|
418
|
+
"name": "view",
|
|
419
|
+
"description": "The view configures whether to retrieve security keys information.",
|
|
420
|
+
"default": "LOGIN_PROFILE_VIEW_UNSPECIFIED",
|
|
421
|
+
"type": "options",
|
|
422
|
+
"options": [
|
|
423
|
+
{
|
|
424
|
+
"name": "LOGIN PROFILE VIEW UNSPECIFIED",
|
|
425
|
+
"value": "LOGIN_PROFILE_VIEW_UNSPECIFIED"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"name": "BASIC",
|
|
429
|
+
"value": "BASIC"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"name": "SECURITY KEY",
|
|
433
|
+
"value": "SECURITY_KEY"
|
|
434
|
+
}
|
|
435
|
+
],
|
|
436
|
+
"routing": {
|
|
437
|
+
"send": {
|
|
438
|
+
"type": "query",
|
|
439
|
+
"property": "view",
|
|
440
|
+
"value": "={{ $value }}",
|
|
441
|
+
"propertyInDotNotation": false
|
|
442
|
+
}
|
|
443
|
+
},
|
|
444
|
+
"displayOptions": {
|
|
445
|
+
"show": {
|
|
446
|
+
"resource": [
|
|
447
|
+
"Users"
|
|
448
|
+
],
|
|
449
|
+
"operation": [
|
|
450
|
+
"Oslogin Users Get Login Profile"
|
|
451
|
+
]
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"displayName": "POST /v1beta/{parent}/sshPublicKeys",
|
|
457
|
+
"name": "operation",
|
|
458
|
+
"type": "notice",
|
|
459
|
+
"typeOptions": {
|
|
460
|
+
"theme": "info"
|
|
461
|
+
},
|
|
462
|
+
"default": "",
|
|
463
|
+
"displayOptions": {
|
|
464
|
+
"show": {
|
|
465
|
+
"resource": [
|
|
466
|
+
"Users"
|
|
467
|
+
],
|
|
468
|
+
"operation": [
|
|
469
|
+
"Oslogin Users SSH Public Keys Create"
|
|
470
|
+
]
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"displayName": "Parent",
|
|
476
|
+
"name": "parent",
|
|
477
|
+
"required": true,
|
|
478
|
+
"description": "Required. The unique ID for the user in format `users/{user}`.",
|
|
479
|
+
"default": "",
|
|
480
|
+
"type": "string",
|
|
481
|
+
"displayOptions": {
|
|
482
|
+
"show": {
|
|
483
|
+
"resource": [
|
|
484
|
+
"Users"
|
|
485
|
+
],
|
|
486
|
+
"operation": [
|
|
487
|
+
"Oslogin Users SSH Public Keys Create"
|
|
488
|
+
]
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"displayName": "Expiration Time Usec",
|
|
494
|
+
"name": "expirationTimeUsec",
|
|
495
|
+
"type": "string",
|
|
496
|
+
"default": "",
|
|
497
|
+
"description": "An expiration time in microseconds since epoch.",
|
|
498
|
+
"routing": {
|
|
499
|
+
"send": {
|
|
500
|
+
"property": "expirationTimeUsec",
|
|
501
|
+
"propertyInDotNotation": false,
|
|
502
|
+
"type": "body",
|
|
503
|
+
"value": "={{ $value }}"
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
"displayOptions": {
|
|
507
|
+
"show": {
|
|
508
|
+
"resource": [
|
|
509
|
+
"Users"
|
|
510
|
+
],
|
|
511
|
+
"operation": [
|
|
512
|
+
"Oslogin Users SSH Public Keys Create"
|
|
513
|
+
]
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"displayName": "Fingerprint",
|
|
519
|
+
"name": "fingerprint",
|
|
520
|
+
"type": "string",
|
|
521
|
+
"default": "",
|
|
522
|
+
"description": "Output only. The SHA-256 fingerprint of the SSH public key.",
|
|
523
|
+
"routing": {
|
|
524
|
+
"send": {
|
|
525
|
+
"property": "fingerprint",
|
|
526
|
+
"propertyInDotNotation": false,
|
|
527
|
+
"type": "body",
|
|
528
|
+
"value": "={{ $value }}"
|
|
529
|
+
}
|
|
530
|
+
},
|
|
531
|
+
"displayOptions": {
|
|
532
|
+
"show": {
|
|
533
|
+
"resource": [
|
|
534
|
+
"Users"
|
|
535
|
+
],
|
|
536
|
+
"operation": [
|
|
537
|
+
"Oslogin Users SSH Public Keys Create"
|
|
538
|
+
]
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"displayName": "Key",
|
|
544
|
+
"name": "key",
|
|
545
|
+
"type": "string",
|
|
546
|
+
"default": "",
|
|
547
|
+
"description": "Public key text in SSH format, defined by RFC4253 section 6.6.",
|
|
548
|
+
"routing": {
|
|
549
|
+
"send": {
|
|
550
|
+
"property": "key",
|
|
551
|
+
"propertyInDotNotation": false,
|
|
552
|
+
"type": "body",
|
|
553
|
+
"value": "={{ $value }}"
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
"displayOptions": {
|
|
557
|
+
"show": {
|
|
558
|
+
"resource": [
|
|
559
|
+
"Users"
|
|
560
|
+
],
|
|
561
|
+
"operation": [
|
|
562
|
+
"Oslogin Users SSH Public Keys Create"
|
|
563
|
+
]
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"displayName": "Name",
|
|
569
|
+
"name": "name",
|
|
570
|
+
"type": "string",
|
|
571
|
+
"default": "",
|
|
572
|
+
"description": "Output only. The canonical resource name.",
|
|
573
|
+
"routing": {
|
|
574
|
+
"send": {
|
|
575
|
+
"property": "name",
|
|
576
|
+
"propertyInDotNotation": false,
|
|
577
|
+
"type": "body",
|
|
578
|
+
"value": "={{ $value }}"
|
|
579
|
+
}
|
|
580
|
+
},
|
|
581
|
+
"displayOptions": {
|
|
582
|
+
"show": {
|
|
583
|
+
"resource": [
|
|
584
|
+
"Users"
|
|
585
|
+
],
|
|
586
|
+
"operation": [
|
|
587
|
+
"Oslogin Users SSH Public Keys Create"
|
|
588
|
+
]
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"displayName": "POST /v1beta/{parent}:importSshPublicKey",
|
|
594
|
+
"name": "operation",
|
|
595
|
+
"type": "notice",
|
|
596
|
+
"typeOptions": {
|
|
597
|
+
"theme": "info"
|
|
598
|
+
},
|
|
599
|
+
"default": "",
|
|
600
|
+
"displayOptions": {
|
|
601
|
+
"show": {
|
|
602
|
+
"resource": [
|
|
603
|
+
"Users"
|
|
604
|
+
],
|
|
605
|
+
"operation": [
|
|
606
|
+
"Oslogin Users Import SSH Public Key"
|
|
607
|
+
]
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"displayName": "Parent",
|
|
613
|
+
"name": "parent",
|
|
614
|
+
"required": true,
|
|
615
|
+
"description": "The unique ID for the user in format `users/{user}`.",
|
|
616
|
+
"default": "",
|
|
617
|
+
"type": "string",
|
|
618
|
+
"displayOptions": {
|
|
619
|
+
"show": {
|
|
620
|
+
"resource": [
|
|
621
|
+
"Users"
|
|
622
|
+
],
|
|
623
|
+
"operation": [
|
|
624
|
+
"Oslogin Users Import SSH Public Key"
|
|
625
|
+
]
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"displayName": "Project ID",
|
|
631
|
+
"name": "projectId",
|
|
632
|
+
"description": "The project ID of the Google Cloud Platform project.",
|
|
633
|
+
"default": "",
|
|
634
|
+
"type": "string",
|
|
635
|
+
"routing": {
|
|
636
|
+
"send": {
|
|
637
|
+
"type": "query",
|
|
638
|
+
"property": "projectId",
|
|
639
|
+
"value": "={{ $value }}",
|
|
640
|
+
"propertyInDotNotation": false
|
|
641
|
+
}
|
|
642
|
+
},
|
|
643
|
+
"displayOptions": {
|
|
644
|
+
"show": {
|
|
645
|
+
"resource": [
|
|
646
|
+
"Users"
|
|
647
|
+
],
|
|
648
|
+
"operation": [
|
|
649
|
+
"Oslogin Users Import SSH Public Key"
|
|
650
|
+
]
|
|
651
|
+
}
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"displayName": "View",
|
|
656
|
+
"name": "view",
|
|
657
|
+
"description": "The view configures whether to retrieve security keys information.",
|
|
658
|
+
"default": "LOGIN_PROFILE_VIEW_UNSPECIFIED",
|
|
659
|
+
"type": "options",
|
|
660
|
+
"options": [
|
|
661
|
+
{
|
|
662
|
+
"name": "LOGIN PROFILE VIEW UNSPECIFIED",
|
|
663
|
+
"value": "LOGIN_PROFILE_VIEW_UNSPECIFIED"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"name": "BASIC",
|
|
667
|
+
"value": "BASIC"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"name": "SECURITY KEY",
|
|
671
|
+
"value": "SECURITY_KEY"
|
|
672
|
+
}
|
|
673
|
+
],
|
|
674
|
+
"routing": {
|
|
675
|
+
"send": {
|
|
676
|
+
"type": "query",
|
|
677
|
+
"property": "view",
|
|
678
|
+
"value": "={{ $value }}",
|
|
679
|
+
"propertyInDotNotation": false
|
|
680
|
+
}
|
|
681
|
+
},
|
|
682
|
+
"displayOptions": {
|
|
683
|
+
"show": {
|
|
684
|
+
"resource": [
|
|
685
|
+
"Users"
|
|
686
|
+
],
|
|
687
|
+
"operation": [
|
|
688
|
+
"Oslogin Users Import SSH Public Key"
|
|
689
|
+
]
|
|
690
|
+
}
|
|
691
|
+
}
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"displayName": "Expiration Time Usec",
|
|
695
|
+
"name": "expirationTimeUsec",
|
|
696
|
+
"type": "string",
|
|
697
|
+
"default": "",
|
|
698
|
+
"description": "An expiration time in microseconds since epoch.",
|
|
699
|
+
"routing": {
|
|
700
|
+
"send": {
|
|
701
|
+
"property": "expirationTimeUsec",
|
|
702
|
+
"propertyInDotNotation": false,
|
|
703
|
+
"type": "body",
|
|
704
|
+
"value": "={{ $value }}"
|
|
705
|
+
}
|
|
706
|
+
},
|
|
707
|
+
"displayOptions": {
|
|
708
|
+
"show": {
|
|
709
|
+
"resource": [
|
|
710
|
+
"Users"
|
|
711
|
+
],
|
|
712
|
+
"operation": [
|
|
713
|
+
"Oslogin Users Import SSH Public Key"
|
|
714
|
+
]
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"displayName": "Fingerprint",
|
|
720
|
+
"name": "fingerprint",
|
|
721
|
+
"type": "string",
|
|
722
|
+
"default": "",
|
|
723
|
+
"description": "Output only. The SHA-256 fingerprint of the SSH public key.",
|
|
724
|
+
"routing": {
|
|
725
|
+
"send": {
|
|
726
|
+
"property": "fingerprint",
|
|
727
|
+
"propertyInDotNotation": false,
|
|
728
|
+
"type": "body",
|
|
729
|
+
"value": "={{ $value }}"
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
"displayOptions": {
|
|
733
|
+
"show": {
|
|
734
|
+
"resource": [
|
|
735
|
+
"Users"
|
|
736
|
+
],
|
|
737
|
+
"operation": [
|
|
738
|
+
"Oslogin Users Import SSH Public Key"
|
|
739
|
+
]
|
|
740
|
+
}
|
|
741
|
+
}
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"displayName": "Key",
|
|
745
|
+
"name": "key",
|
|
746
|
+
"type": "string",
|
|
747
|
+
"default": "",
|
|
748
|
+
"description": "Public key text in SSH format, defined by RFC4253 section 6.6.",
|
|
749
|
+
"routing": {
|
|
750
|
+
"send": {
|
|
751
|
+
"property": "key",
|
|
752
|
+
"propertyInDotNotation": false,
|
|
753
|
+
"type": "body",
|
|
754
|
+
"value": "={{ $value }}"
|
|
755
|
+
}
|
|
756
|
+
},
|
|
757
|
+
"displayOptions": {
|
|
758
|
+
"show": {
|
|
759
|
+
"resource": [
|
|
760
|
+
"Users"
|
|
761
|
+
],
|
|
762
|
+
"operation": [
|
|
763
|
+
"Oslogin Users Import SSH Public Key"
|
|
764
|
+
]
|
|
765
|
+
}
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"displayName": "Name",
|
|
770
|
+
"name": "name",
|
|
771
|
+
"type": "string",
|
|
772
|
+
"default": "",
|
|
773
|
+
"description": "Output only. The canonical resource name.",
|
|
774
|
+
"routing": {
|
|
775
|
+
"send": {
|
|
776
|
+
"property": "name",
|
|
777
|
+
"propertyInDotNotation": false,
|
|
778
|
+
"type": "body",
|
|
779
|
+
"value": "={{ $value }}"
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
"displayOptions": {
|
|
783
|
+
"show": {
|
|
784
|
+
"resource": [
|
|
785
|
+
"Users"
|
|
786
|
+
],
|
|
787
|
+
"operation": [
|
|
788
|
+
"Oslogin Users Import SSH Public Key"
|
|
789
|
+
]
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
},
|
|
793
|
+
];
|
|
794
|
+
//# sourceMappingURL=index.js.map
|