@n8n-dev/n8n-nodes-googleapis-recaptchaenterprise 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 +113 -0
- package/dist/banner.svg +129 -0
- package/dist/credentials/GoogleapisRecaptchaenterpriseApi.credentials.d.ts +9 -0
- package/dist/credentials/GoogleapisRecaptchaenterpriseApi.credentials.js +49 -0
- package/dist/credentials/GoogleapisRecaptchaenterpriseApi.credentials.js.map +1 -0
- package/dist/icons/googleapis-recaptchaenterprise.dark.svg +21 -0
- package/dist/icons/googleapis-recaptchaenterprise.svg +21 -0
- package/dist/nodes/GoogleapisRecaptchaenterprise/GoogleapisRecaptchaenterprise.node.d.ts +4 -0
- package/dist/nodes/GoogleapisRecaptchaenterprise/GoogleapisRecaptchaenterprise.node.js +54 -0
- package/dist/nodes/GoogleapisRecaptchaenterprise/GoogleapisRecaptchaenterprise.node.js.map +1 -0
- package/dist/nodes/GoogleapisRecaptchaenterprise/GoogleapisRecaptchaenterprise.node.json +20 -0
- package/dist/nodes/GoogleapisRecaptchaenterprise/googleapis-recaptchaenterprise.dark.svg +21 -0
- package/dist/nodes/GoogleapisRecaptchaenterprise/googleapis-recaptchaenterprise.svg +21 -0
- package/dist/nodes/GoogleapisRecaptchaenterprise/resources/index.d.ts +1 -0
- package/dist/nodes/GoogleapisRecaptchaenterprise/resources/index.js +6 -0
- package/dist/nodes/GoogleapisRecaptchaenterprise/resources/index.js.map +1 -0
- package/dist/nodes/GoogleapisRecaptchaenterprise/resources/projects/index.d.ts +2 -0
- package/dist/nodes/GoogleapisRecaptchaenterprise/resources/projects/index.js +1955 -0
- package/dist/nodes/GoogleapisRecaptchaenterprise/resources/projects/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,1955 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.projectsDescription = void 0;
|
|
4
|
+
exports.projectsDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Projects"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Recaptchaenterprise Projects Keys Retrieve Legacy Secret Key",
|
|
20
|
+
"value": "Recaptchaenterprise Projects Keys Retrieve Legacy Secret Key",
|
|
21
|
+
"action": "Recaptchaenterprise Projects Keys Retrieve Legacy Secret Key",
|
|
22
|
+
"description": "Returns the secret key related to the specified public key. You must use the legacy secret key only in a 3rd party integration with legacy reCAPTCHA.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/v1/{{$parameter[\"key\"]}}:retrieveLegacySecretKey"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Recaptchaenterprise Projects Keys Delete",
|
|
32
|
+
"value": "Recaptchaenterprise Projects Keys Delete",
|
|
33
|
+
"action": "Recaptchaenterprise Projects Keys Delete",
|
|
34
|
+
"description": "Deletes the specified key.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "DELETE",
|
|
38
|
+
"url": "=/v1/{{$parameter[\"name\"]}}"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Recaptchaenterprise Projects Keys Get Metrics",
|
|
44
|
+
"value": "Recaptchaenterprise Projects Keys Get Metrics",
|
|
45
|
+
"action": "Recaptchaenterprise Projects Keys Get Metrics",
|
|
46
|
+
"description": "Get some aggregated metrics for a Key. This data can be used to build dashboards.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "GET",
|
|
50
|
+
"url": "=/v1/{{$parameter[\"name\"]}}"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Recaptchaenterprise Projects Keys Patch",
|
|
56
|
+
"value": "Recaptchaenterprise Projects Keys Patch",
|
|
57
|
+
"action": "Recaptchaenterprise Projects Keys Patch",
|
|
58
|
+
"description": "Updates the specified key.",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "PATCH",
|
|
62
|
+
"url": "=/v1/{{$parameter[\"name\"]}}"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "Recaptchaenterprise Projects Assessments Annotate",
|
|
68
|
+
"value": "Recaptchaenterprise Projects Assessments Annotate",
|
|
69
|
+
"action": "Recaptchaenterprise Projects Assessments Annotate",
|
|
70
|
+
"description": "Annotates a previously created Assessment to provide additional information on whether the event turned out to be authentic or fraudulent.",
|
|
71
|
+
"routing": {
|
|
72
|
+
"request": {
|
|
73
|
+
"method": "POST",
|
|
74
|
+
"url": "=/v1/{{$parameter[\"name\"]}}:annotate"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "Recaptchaenterprise Projects Keys Migrate",
|
|
80
|
+
"value": "Recaptchaenterprise Projects Keys Migrate",
|
|
81
|
+
"action": "Recaptchaenterprise Projects Keys Migrate",
|
|
82
|
+
"description": "Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. Once a key is migrated, it can be used from either product. SiteVerify requests are billed as CreateAssessment calls. You must be authenticated as one of the current owners of the reCAPTCHA Site Key, and your user must have the reCAPTCHA Enterprise Admin IAM role in the destination project.",
|
|
83
|
+
"routing": {
|
|
84
|
+
"request": {
|
|
85
|
+
"method": "POST",
|
|
86
|
+
"url": "=/v1/{{$parameter[\"name\"]}}:migrate"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "Recaptchaenterprise Projects Assessments Create",
|
|
92
|
+
"value": "Recaptchaenterprise Projects Assessments Create",
|
|
93
|
+
"action": "Recaptchaenterprise Projects Assessments Create",
|
|
94
|
+
"description": "Creates an Assessment of the likelihood an event is legitimate.",
|
|
95
|
+
"routing": {
|
|
96
|
+
"request": {
|
|
97
|
+
"method": "POST",
|
|
98
|
+
"url": "=/v1/{{$parameter[\"parent\"]}}/assessments"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "Recaptchaenterprise Projects Firewallpolicies List",
|
|
104
|
+
"value": "Recaptchaenterprise Projects Firewallpolicies List",
|
|
105
|
+
"action": "Recaptchaenterprise Projects Firewallpolicies List",
|
|
106
|
+
"description": "Returns the list of all firewall policies that belong to a project.",
|
|
107
|
+
"routing": {
|
|
108
|
+
"request": {
|
|
109
|
+
"method": "GET",
|
|
110
|
+
"url": "=/v1/{{$parameter[\"parent\"]}}/firewallpolicies"
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "Recaptchaenterprise Projects Firewallpolicies Create",
|
|
116
|
+
"value": "Recaptchaenterprise Projects Firewallpolicies Create",
|
|
117
|
+
"action": "Recaptchaenterprise Projects Firewallpolicies Create",
|
|
118
|
+
"description": "Creates a new FirewallPolicy, specifying conditions at which reCAPTCHA Enterprise actions can be executed. A project may have a maximum of 1000 policies.",
|
|
119
|
+
"routing": {
|
|
120
|
+
"request": {
|
|
121
|
+
"method": "POST",
|
|
122
|
+
"url": "=/v1/{{$parameter[\"parent\"]}}/firewallpolicies"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "Recaptchaenterprise Projects Keys List",
|
|
128
|
+
"value": "Recaptchaenterprise Projects Keys List",
|
|
129
|
+
"action": "Recaptchaenterprise Projects Keys List",
|
|
130
|
+
"description": "Returns the list of all keys that belong to a project.",
|
|
131
|
+
"routing": {
|
|
132
|
+
"request": {
|
|
133
|
+
"method": "GET",
|
|
134
|
+
"url": "=/v1/{{$parameter[\"parent\"]}}/keys"
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "Recaptchaenterprise Projects Keys Create",
|
|
140
|
+
"value": "Recaptchaenterprise Projects Keys Create",
|
|
141
|
+
"action": "Recaptchaenterprise Projects Keys Create",
|
|
142
|
+
"description": "Creates a new reCAPTCHA Enterprise key.",
|
|
143
|
+
"routing": {
|
|
144
|
+
"request": {
|
|
145
|
+
"method": "POST",
|
|
146
|
+
"url": "=/v1/{{$parameter[\"parent\"]}}/keys"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "Recaptchaenterprise Projects Relatedaccountgroups Memberships List",
|
|
152
|
+
"value": "Recaptchaenterprise Projects Relatedaccountgroups Memberships List",
|
|
153
|
+
"action": "Recaptchaenterprise Projects Relatedaccountgroups Memberships List",
|
|
154
|
+
"description": "Get memberships in a group of related accounts.",
|
|
155
|
+
"routing": {
|
|
156
|
+
"request": {
|
|
157
|
+
"method": "GET",
|
|
158
|
+
"url": "=/v1/{{$parameter[\"parent\"]}}/memberships"
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "Recaptchaenterprise Projects Relatedaccountgroups List",
|
|
164
|
+
"value": "Recaptchaenterprise Projects Relatedaccountgroups List",
|
|
165
|
+
"action": "Recaptchaenterprise Projects Relatedaccountgroups List",
|
|
166
|
+
"description": "List groups of related accounts.",
|
|
167
|
+
"routing": {
|
|
168
|
+
"request": {
|
|
169
|
+
"method": "GET",
|
|
170
|
+
"url": "=/v1/{{$parameter[\"parent\"]}}/relatedaccountgroups"
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "Recaptchaenterprise Projects Relatedaccountgroupmemberships Search",
|
|
176
|
+
"value": "Recaptchaenterprise Projects Relatedaccountgroupmemberships Search",
|
|
177
|
+
"action": "Recaptchaenterprise Projects Relatedaccountgroupmemberships Search",
|
|
178
|
+
"description": "Search group memberships related to a given account.",
|
|
179
|
+
"routing": {
|
|
180
|
+
"request": {
|
|
181
|
+
"method": "POST",
|
|
182
|
+
"url": "=/v1/{{$parameter[\"project\"]}}/relatedaccountgroupmemberships:search"
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
],
|
|
187
|
+
"default": ""
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"displayName": "GET /v1/{key}:retrieveLegacySecretKey",
|
|
191
|
+
"name": "operation",
|
|
192
|
+
"type": "notice",
|
|
193
|
+
"typeOptions": {
|
|
194
|
+
"theme": "info"
|
|
195
|
+
},
|
|
196
|
+
"default": "",
|
|
197
|
+
"displayOptions": {
|
|
198
|
+
"show": {
|
|
199
|
+
"resource": [
|
|
200
|
+
"Projects"
|
|
201
|
+
],
|
|
202
|
+
"operation": [
|
|
203
|
+
"Recaptchaenterprise Projects Keys Retrieve Legacy Secret Key"
|
|
204
|
+
]
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"displayName": "Key",
|
|
210
|
+
"name": "key",
|
|
211
|
+
"required": true,
|
|
212
|
+
"description": "Required. The public key name linked to the requested secret key in the format \"projects/{project}/keys/{key}\".",
|
|
213
|
+
"default": "",
|
|
214
|
+
"type": "string",
|
|
215
|
+
"displayOptions": {
|
|
216
|
+
"show": {
|
|
217
|
+
"resource": [
|
|
218
|
+
"Projects"
|
|
219
|
+
],
|
|
220
|
+
"operation": [
|
|
221
|
+
"Recaptchaenterprise Projects Keys Retrieve Legacy Secret Key"
|
|
222
|
+
]
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"displayName": "DELETE /v1/{name}",
|
|
228
|
+
"name": "operation",
|
|
229
|
+
"type": "notice",
|
|
230
|
+
"typeOptions": {
|
|
231
|
+
"theme": "info"
|
|
232
|
+
},
|
|
233
|
+
"default": "",
|
|
234
|
+
"displayOptions": {
|
|
235
|
+
"show": {
|
|
236
|
+
"resource": [
|
|
237
|
+
"Projects"
|
|
238
|
+
],
|
|
239
|
+
"operation": [
|
|
240
|
+
"Recaptchaenterprise Projects Keys Delete"
|
|
241
|
+
]
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"displayName": "Name",
|
|
247
|
+
"name": "name",
|
|
248
|
+
"required": true,
|
|
249
|
+
"description": "Required. The name of the key to be deleted, in the format \"projects/{project}/keys/{key}\".",
|
|
250
|
+
"default": "",
|
|
251
|
+
"type": "string",
|
|
252
|
+
"displayOptions": {
|
|
253
|
+
"show": {
|
|
254
|
+
"resource": [
|
|
255
|
+
"Projects"
|
|
256
|
+
],
|
|
257
|
+
"operation": [
|
|
258
|
+
"Recaptchaenterprise Projects Keys Delete"
|
|
259
|
+
]
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"displayName": "GET /v1/{name}",
|
|
265
|
+
"name": "operation",
|
|
266
|
+
"type": "notice",
|
|
267
|
+
"typeOptions": {
|
|
268
|
+
"theme": "info"
|
|
269
|
+
},
|
|
270
|
+
"default": "",
|
|
271
|
+
"displayOptions": {
|
|
272
|
+
"show": {
|
|
273
|
+
"resource": [
|
|
274
|
+
"Projects"
|
|
275
|
+
],
|
|
276
|
+
"operation": [
|
|
277
|
+
"Recaptchaenterprise Projects Keys Get Metrics"
|
|
278
|
+
]
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"displayName": "Name",
|
|
284
|
+
"name": "name",
|
|
285
|
+
"required": true,
|
|
286
|
+
"description": "Required. The name of the requested metrics, in the format \"projects/{project}/keys/{key}/metrics\".",
|
|
287
|
+
"default": "",
|
|
288
|
+
"type": "string",
|
|
289
|
+
"displayOptions": {
|
|
290
|
+
"show": {
|
|
291
|
+
"resource": [
|
|
292
|
+
"Projects"
|
|
293
|
+
],
|
|
294
|
+
"operation": [
|
|
295
|
+
"Recaptchaenterprise Projects Keys Get Metrics"
|
|
296
|
+
]
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"displayName": "PATCH /v1/{name}",
|
|
302
|
+
"name": "operation",
|
|
303
|
+
"type": "notice",
|
|
304
|
+
"typeOptions": {
|
|
305
|
+
"theme": "info"
|
|
306
|
+
},
|
|
307
|
+
"default": "",
|
|
308
|
+
"displayOptions": {
|
|
309
|
+
"show": {
|
|
310
|
+
"resource": [
|
|
311
|
+
"Projects"
|
|
312
|
+
],
|
|
313
|
+
"operation": [
|
|
314
|
+
"Recaptchaenterprise Projects Keys Patch"
|
|
315
|
+
]
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"displayName": "Name",
|
|
321
|
+
"name": "name",
|
|
322
|
+
"required": true,
|
|
323
|
+
"description": "The resource name for the Key in the format \"projects/{project}/keys/{key}\".",
|
|
324
|
+
"default": "",
|
|
325
|
+
"type": "string",
|
|
326
|
+
"displayOptions": {
|
|
327
|
+
"show": {
|
|
328
|
+
"resource": [
|
|
329
|
+
"Projects"
|
|
330
|
+
],
|
|
331
|
+
"operation": [
|
|
332
|
+
"Recaptchaenterprise Projects Keys Patch"
|
|
333
|
+
]
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"displayName": "Update Mask",
|
|
339
|
+
"name": "updateMask",
|
|
340
|
+
"description": "Optional. The mask to control which fields of the key get updated. If the mask is not present, all fields will be updated.",
|
|
341
|
+
"default": "",
|
|
342
|
+
"type": "string",
|
|
343
|
+
"routing": {
|
|
344
|
+
"send": {
|
|
345
|
+
"type": "query",
|
|
346
|
+
"property": "updateMask",
|
|
347
|
+
"value": "={{ $value }}",
|
|
348
|
+
"propertyInDotNotation": false
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
"displayOptions": {
|
|
352
|
+
"show": {
|
|
353
|
+
"resource": [
|
|
354
|
+
"Projects"
|
|
355
|
+
],
|
|
356
|
+
"operation": [
|
|
357
|
+
"Recaptchaenterprise Projects Keys Patch"
|
|
358
|
+
]
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"displayName": "Android Settings",
|
|
364
|
+
"name": "androidSettings",
|
|
365
|
+
"type": "json",
|
|
366
|
+
"default": "{\n \"allowedPackageNames\": [\n null\n ]\n}",
|
|
367
|
+
"description": "Settings specific to keys that can be used by Android apps.",
|
|
368
|
+
"routing": {
|
|
369
|
+
"send": {
|
|
370
|
+
"property": "androidSettings",
|
|
371
|
+
"propertyInDotNotation": false,
|
|
372
|
+
"type": "body",
|
|
373
|
+
"value": "={{ JSON.parse($value) }}"
|
|
374
|
+
}
|
|
375
|
+
},
|
|
376
|
+
"displayOptions": {
|
|
377
|
+
"show": {
|
|
378
|
+
"resource": [
|
|
379
|
+
"Projects"
|
|
380
|
+
],
|
|
381
|
+
"operation": [
|
|
382
|
+
"Recaptchaenterprise Projects Keys Patch"
|
|
383
|
+
]
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"displayName": "Create Time",
|
|
389
|
+
"name": "createTime",
|
|
390
|
+
"type": "string",
|
|
391
|
+
"default": "",
|
|
392
|
+
"description": "Output only. The timestamp corresponding to the creation of this key.",
|
|
393
|
+
"routing": {
|
|
394
|
+
"send": {
|
|
395
|
+
"property": "createTime",
|
|
396
|
+
"propertyInDotNotation": false,
|
|
397
|
+
"type": "body",
|
|
398
|
+
"value": "={{ $value }}"
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
"displayOptions": {
|
|
402
|
+
"show": {
|
|
403
|
+
"resource": [
|
|
404
|
+
"Projects"
|
|
405
|
+
],
|
|
406
|
+
"operation": [
|
|
407
|
+
"Recaptchaenterprise Projects Keys Patch"
|
|
408
|
+
]
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"displayName": "Display Name",
|
|
414
|
+
"name": "displayName",
|
|
415
|
+
"type": "string",
|
|
416
|
+
"default": "",
|
|
417
|
+
"description": "Human-readable display name of this key. Modifiable by user.",
|
|
418
|
+
"routing": {
|
|
419
|
+
"send": {
|
|
420
|
+
"property": "displayName",
|
|
421
|
+
"propertyInDotNotation": false,
|
|
422
|
+
"type": "body",
|
|
423
|
+
"value": "={{ $value }}"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
"displayOptions": {
|
|
427
|
+
"show": {
|
|
428
|
+
"resource": [
|
|
429
|
+
"Projects"
|
|
430
|
+
],
|
|
431
|
+
"operation": [
|
|
432
|
+
"Recaptchaenterprise Projects Keys Patch"
|
|
433
|
+
]
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"displayName": "Ios Settings",
|
|
439
|
+
"name": "iosSettings",
|
|
440
|
+
"type": "json",
|
|
441
|
+
"default": "{\n \"allowedBundleIds\": [\n null\n ]\n}",
|
|
442
|
+
"description": "Settings specific to keys that can be used by iOS apps.",
|
|
443
|
+
"routing": {
|
|
444
|
+
"send": {
|
|
445
|
+
"property": "iosSettings",
|
|
446
|
+
"propertyInDotNotation": false,
|
|
447
|
+
"type": "body",
|
|
448
|
+
"value": "={{ JSON.parse($value) }}"
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
"displayOptions": {
|
|
452
|
+
"show": {
|
|
453
|
+
"resource": [
|
|
454
|
+
"Projects"
|
|
455
|
+
],
|
|
456
|
+
"operation": [
|
|
457
|
+
"Recaptchaenterprise Projects Keys Patch"
|
|
458
|
+
]
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"displayName": "Labels",
|
|
464
|
+
"name": "labels",
|
|
465
|
+
"type": "json",
|
|
466
|
+
"default": "{}",
|
|
467
|
+
"description": "See Creating and managing labels.",
|
|
468
|
+
"routing": {
|
|
469
|
+
"send": {
|
|
470
|
+
"property": "labels",
|
|
471
|
+
"propertyInDotNotation": false,
|
|
472
|
+
"type": "body",
|
|
473
|
+
"value": "={{ JSON.parse($value) }}"
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
"displayOptions": {
|
|
477
|
+
"show": {
|
|
478
|
+
"resource": [
|
|
479
|
+
"Projects"
|
|
480
|
+
],
|
|
481
|
+
"operation": [
|
|
482
|
+
"Recaptchaenterprise Projects Keys Patch"
|
|
483
|
+
]
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"displayName": "Name",
|
|
489
|
+
"name": "name",
|
|
490
|
+
"type": "string",
|
|
491
|
+
"default": "",
|
|
492
|
+
"description": "The resource name for the Key in the format \"projects/{project}/keys/{key}\".",
|
|
493
|
+
"routing": {
|
|
494
|
+
"send": {
|
|
495
|
+
"property": "name",
|
|
496
|
+
"propertyInDotNotation": false,
|
|
497
|
+
"type": "body",
|
|
498
|
+
"value": "={{ $value }}"
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
"displayOptions": {
|
|
502
|
+
"show": {
|
|
503
|
+
"resource": [
|
|
504
|
+
"Projects"
|
|
505
|
+
],
|
|
506
|
+
"operation": [
|
|
507
|
+
"Recaptchaenterprise Projects Keys Patch"
|
|
508
|
+
]
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"displayName": "Testing Options",
|
|
514
|
+
"name": "testingOptions",
|
|
515
|
+
"type": "json",
|
|
516
|
+
"default": "{}",
|
|
517
|
+
"description": "Options for user acceptance testing.",
|
|
518
|
+
"routing": {
|
|
519
|
+
"send": {
|
|
520
|
+
"property": "testingOptions",
|
|
521
|
+
"propertyInDotNotation": false,
|
|
522
|
+
"type": "body",
|
|
523
|
+
"value": "={{ JSON.parse($value) }}"
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
"displayOptions": {
|
|
527
|
+
"show": {
|
|
528
|
+
"resource": [
|
|
529
|
+
"Projects"
|
|
530
|
+
],
|
|
531
|
+
"operation": [
|
|
532
|
+
"Recaptchaenterprise Projects Keys Patch"
|
|
533
|
+
]
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"displayName": "Waf Settings",
|
|
539
|
+
"name": "wafSettings",
|
|
540
|
+
"type": "json",
|
|
541
|
+
"default": "{}",
|
|
542
|
+
"description": "Settings specific to keys that can be used for WAF (Web Application Firewall).",
|
|
543
|
+
"routing": {
|
|
544
|
+
"send": {
|
|
545
|
+
"property": "wafSettings",
|
|
546
|
+
"propertyInDotNotation": false,
|
|
547
|
+
"type": "body",
|
|
548
|
+
"value": "={{ JSON.parse($value) }}"
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
"displayOptions": {
|
|
552
|
+
"show": {
|
|
553
|
+
"resource": [
|
|
554
|
+
"Projects"
|
|
555
|
+
],
|
|
556
|
+
"operation": [
|
|
557
|
+
"Recaptchaenterprise Projects Keys Patch"
|
|
558
|
+
]
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"displayName": "Web Settings",
|
|
564
|
+
"name": "webSettings",
|
|
565
|
+
"type": "json",
|
|
566
|
+
"default": "{\n \"allowedDomains\": [\n null\n ]\n}",
|
|
567
|
+
"description": "Settings specific to keys that can be used by websites.",
|
|
568
|
+
"routing": {
|
|
569
|
+
"send": {
|
|
570
|
+
"property": "webSettings",
|
|
571
|
+
"propertyInDotNotation": false,
|
|
572
|
+
"type": "body",
|
|
573
|
+
"value": "={{ JSON.parse($value) }}"
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
"displayOptions": {
|
|
577
|
+
"show": {
|
|
578
|
+
"resource": [
|
|
579
|
+
"Projects"
|
|
580
|
+
],
|
|
581
|
+
"operation": [
|
|
582
|
+
"Recaptchaenterprise Projects Keys Patch"
|
|
583
|
+
]
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"displayName": "POST /v1/{name}:annotate",
|
|
589
|
+
"name": "operation",
|
|
590
|
+
"type": "notice",
|
|
591
|
+
"typeOptions": {
|
|
592
|
+
"theme": "info"
|
|
593
|
+
},
|
|
594
|
+
"default": "",
|
|
595
|
+
"displayOptions": {
|
|
596
|
+
"show": {
|
|
597
|
+
"resource": [
|
|
598
|
+
"Projects"
|
|
599
|
+
],
|
|
600
|
+
"operation": [
|
|
601
|
+
"Recaptchaenterprise Projects Assessments Annotate"
|
|
602
|
+
]
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"displayName": "Name",
|
|
608
|
+
"name": "name",
|
|
609
|
+
"required": true,
|
|
610
|
+
"description": "Required. The resource name of the Assessment, in the format \"projects/{project}/assessments/{assessment}\".",
|
|
611
|
+
"default": "",
|
|
612
|
+
"type": "string",
|
|
613
|
+
"displayOptions": {
|
|
614
|
+
"show": {
|
|
615
|
+
"resource": [
|
|
616
|
+
"Projects"
|
|
617
|
+
],
|
|
618
|
+
"operation": [
|
|
619
|
+
"Recaptchaenterprise Projects Assessments Annotate"
|
|
620
|
+
]
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"displayName": "Annotation",
|
|
626
|
+
"name": "annotation",
|
|
627
|
+
"type": "options",
|
|
628
|
+
"default": "ANNOTATION_UNSPECIFIED",
|
|
629
|
+
"description": "Optional. The annotation that will be assigned to the Event. This field can be left empty to provide reasons that apply to an event without concluding whether the event is legitimate or fraudulent.",
|
|
630
|
+
"options": [
|
|
631
|
+
{
|
|
632
|
+
"name": "ANNOTATION UNSPECIFIED",
|
|
633
|
+
"value": "ANNOTATION_UNSPECIFIED"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"name": "LEGITIMATE",
|
|
637
|
+
"value": "LEGITIMATE"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"name": "FRAUDULENT",
|
|
641
|
+
"value": "FRAUDULENT"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"name": "PASSWORD CORRECT",
|
|
645
|
+
"value": "PASSWORD_CORRECT"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"name": "PASSWORD INCORRECT",
|
|
649
|
+
"value": "PASSWORD_INCORRECT"
|
|
650
|
+
}
|
|
651
|
+
],
|
|
652
|
+
"routing": {
|
|
653
|
+
"send": {
|
|
654
|
+
"property": "annotation",
|
|
655
|
+
"propertyInDotNotation": false,
|
|
656
|
+
"type": "body",
|
|
657
|
+
"value": "={{ $value }}"
|
|
658
|
+
}
|
|
659
|
+
},
|
|
660
|
+
"displayOptions": {
|
|
661
|
+
"show": {
|
|
662
|
+
"resource": [
|
|
663
|
+
"Projects"
|
|
664
|
+
],
|
|
665
|
+
"operation": [
|
|
666
|
+
"Recaptchaenterprise Projects Assessments Annotate"
|
|
667
|
+
]
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"displayName": "Hashed Account ID",
|
|
673
|
+
"name": "hashedAccountId",
|
|
674
|
+
"type": "string",
|
|
675
|
+
"default": "",
|
|
676
|
+
"description": "Optional. Unique stable hashed user identifier to apply to the assessment. This is an alternative to setting the hashed_account_id in CreateAssessment, for example when the account identifier is not yet known in the initial request. It is recommended that the identifier is hashed using hmac-sha256 with stable secret.",
|
|
677
|
+
"routing": {
|
|
678
|
+
"send": {
|
|
679
|
+
"property": "hashedAccountId",
|
|
680
|
+
"propertyInDotNotation": false,
|
|
681
|
+
"type": "body",
|
|
682
|
+
"value": "={{ $value }}"
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
"displayOptions": {
|
|
686
|
+
"show": {
|
|
687
|
+
"resource": [
|
|
688
|
+
"Projects"
|
|
689
|
+
],
|
|
690
|
+
"operation": [
|
|
691
|
+
"Recaptchaenterprise Projects Assessments Annotate"
|
|
692
|
+
]
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"displayName": "Reasons",
|
|
698
|
+
"name": "reasons",
|
|
699
|
+
"type": "json",
|
|
700
|
+
"default": "[\n null\n]",
|
|
701
|
+
"description": "Optional. Optional reasons for the annotation that will be assigned to the Event.",
|
|
702
|
+
"routing": {
|
|
703
|
+
"send": {
|
|
704
|
+
"property": "reasons",
|
|
705
|
+
"propertyInDotNotation": false,
|
|
706
|
+
"type": "body",
|
|
707
|
+
"value": "={{ JSON.parse($value) }}"
|
|
708
|
+
}
|
|
709
|
+
},
|
|
710
|
+
"displayOptions": {
|
|
711
|
+
"show": {
|
|
712
|
+
"resource": [
|
|
713
|
+
"Projects"
|
|
714
|
+
],
|
|
715
|
+
"operation": [
|
|
716
|
+
"Recaptchaenterprise Projects Assessments Annotate"
|
|
717
|
+
]
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"displayName": "Transaction Event",
|
|
723
|
+
"name": "transactionEvent",
|
|
724
|
+
"type": "json",
|
|
725
|
+
"default": "{}",
|
|
726
|
+
"description": "Describes an event in the lifecycle of a payment transaction.",
|
|
727
|
+
"routing": {
|
|
728
|
+
"send": {
|
|
729
|
+
"property": "transactionEvent",
|
|
730
|
+
"propertyInDotNotation": false,
|
|
731
|
+
"type": "body",
|
|
732
|
+
"value": "={{ JSON.parse($value) }}"
|
|
733
|
+
}
|
|
734
|
+
},
|
|
735
|
+
"displayOptions": {
|
|
736
|
+
"show": {
|
|
737
|
+
"resource": [
|
|
738
|
+
"Projects"
|
|
739
|
+
],
|
|
740
|
+
"operation": [
|
|
741
|
+
"Recaptchaenterprise Projects Assessments Annotate"
|
|
742
|
+
]
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"displayName": "POST /v1/{name}:migrate",
|
|
748
|
+
"name": "operation",
|
|
749
|
+
"type": "notice",
|
|
750
|
+
"typeOptions": {
|
|
751
|
+
"theme": "info"
|
|
752
|
+
},
|
|
753
|
+
"default": "",
|
|
754
|
+
"displayOptions": {
|
|
755
|
+
"show": {
|
|
756
|
+
"resource": [
|
|
757
|
+
"Projects"
|
|
758
|
+
],
|
|
759
|
+
"operation": [
|
|
760
|
+
"Recaptchaenterprise Projects Keys Migrate"
|
|
761
|
+
]
|
|
762
|
+
}
|
|
763
|
+
}
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"displayName": "Name",
|
|
767
|
+
"name": "name",
|
|
768
|
+
"required": true,
|
|
769
|
+
"description": "Required. The name of the key to be migrated, in the format \"projects/{project}/keys/{key}\".",
|
|
770
|
+
"default": "",
|
|
771
|
+
"type": "string",
|
|
772
|
+
"displayOptions": {
|
|
773
|
+
"show": {
|
|
774
|
+
"resource": [
|
|
775
|
+
"Projects"
|
|
776
|
+
],
|
|
777
|
+
"operation": [
|
|
778
|
+
"Recaptchaenterprise Projects Keys Migrate"
|
|
779
|
+
]
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"displayName": "Skip Billing Check",
|
|
785
|
+
"name": "skipBillingCheck",
|
|
786
|
+
"type": "boolean",
|
|
787
|
+
"default": true,
|
|
788
|
+
"description": "Optional. If true, skips the billing check. A reCAPTCHA Enterprise key or migrated key behaves differently than a reCAPTCHA (non-Enterprise version) key when you reach a quota limit (see https://cloud.google.com/recaptcha-enterprise/quotas#quota_limit). To avoid any disruption of your usage, we check that a billing account is present. If your usage of reCAPTCHA is under the free quota, you can safely skip the billing check and proceed with the migration. See https://cloud.google.com/recaptcha-enterprise/docs/billing-information.",
|
|
789
|
+
"routing": {
|
|
790
|
+
"send": {
|
|
791
|
+
"property": "skipBillingCheck",
|
|
792
|
+
"propertyInDotNotation": false,
|
|
793
|
+
"type": "body",
|
|
794
|
+
"value": "={{ $value }}"
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
"displayOptions": {
|
|
798
|
+
"show": {
|
|
799
|
+
"resource": [
|
|
800
|
+
"Projects"
|
|
801
|
+
],
|
|
802
|
+
"operation": [
|
|
803
|
+
"Recaptchaenterprise Projects Keys Migrate"
|
|
804
|
+
]
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"displayName": "POST /v1/{parent}/assessments",
|
|
810
|
+
"name": "operation",
|
|
811
|
+
"type": "notice",
|
|
812
|
+
"typeOptions": {
|
|
813
|
+
"theme": "info"
|
|
814
|
+
},
|
|
815
|
+
"default": "",
|
|
816
|
+
"displayOptions": {
|
|
817
|
+
"show": {
|
|
818
|
+
"resource": [
|
|
819
|
+
"Projects"
|
|
820
|
+
],
|
|
821
|
+
"operation": [
|
|
822
|
+
"Recaptchaenterprise Projects Assessments Create"
|
|
823
|
+
]
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"displayName": "Parent",
|
|
829
|
+
"name": "parent",
|
|
830
|
+
"required": true,
|
|
831
|
+
"description": "Required. The name of the project in which the assessment will be created, in the format \"projects/{project}\".",
|
|
832
|
+
"default": "",
|
|
833
|
+
"type": "string",
|
|
834
|
+
"displayOptions": {
|
|
835
|
+
"show": {
|
|
836
|
+
"resource": [
|
|
837
|
+
"Projects"
|
|
838
|
+
],
|
|
839
|
+
"operation": [
|
|
840
|
+
"Recaptchaenterprise Projects Assessments Create"
|
|
841
|
+
]
|
|
842
|
+
}
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"displayName": "Account Defender Assessment",
|
|
847
|
+
"name": "accountDefenderAssessment",
|
|
848
|
+
"type": "json",
|
|
849
|
+
"default": "{\n \"labels\": [\n null\n ]\n}",
|
|
850
|
+
"description": "Account defender risk assessment.",
|
|
851
|
+
"routing": {
|
|
852
|
+
"send": {
|
|
853
|
+
"property": "accountDefenderAssessment",
|
|
854
|
+
"propertyInDotNotation": false,
|
|
855
|
+
"type": "body",
|
|
856
|
+
"value": "={{ JSON.parse($value) }}"
|
|
857
|
+
}
|
|
858
|
+
},
|
|
859
|
+
"displayOptions": {
|
|
860
|
+
"show": {
|
|
861
|
+
"resource": [
|
|
862
|
+
"Projects"
|
|
863
|
+
],
|
|
864
|
+
"operation": [
|
|
865
|
+
"Recaptchaenterprise Projects Assessments Create"
|
|
866
|
+
]
|
|
867
|
+
}
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"displayName": "Account Verification",
|
|
872
|
+
"name": "accountVerification",
|
|
873
|
+
"type": "json",
|
|
874
|
+
"default": "{\n \"endpoints\": [\n {}\n ]\n}",
|
|
875
|
+
"description": "Information about account verification, used for identity verification.",
|
|
876
|
+
"routing": {
|
|
877
|
+
"send": {
|
|
878
|
+
"property": "accountVerification",
|
|
879
|
+
"propertyInDotNotation": false,
|
|
880
|
+
"type": "body",
|
|
881
|
+
"value": "={{ JSON.parse($value) }}"
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
"displayOptions": {
|
|
885
|
+
"show": {
|
|
886
|
+
"resource": [
|
|
887
|
+
"Projects"
|
|
888
|
+
],
|
|
889
|
+
"operation": [
|
|
890
|
+
"Recaptchaenterprise Projects Assessments Create"
|
|
891
|
+
]
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"displayName": "Event",
|
|
897
|
+
"name": "event",
|
|
898
|
+
"type": "json",
|
|
899
|
+
"default": "{\n \"headers\": [\n null\n ],\n \"transactionData\": {\n \"billingAddress\": {\n \"address\": [\n null\n ]\n },\n \"gatewayInfo\": {},\n \"items\": [\n {}\n ],\n \"merchants\": [\n {}\n ],\n \"shippingAddress\": {},\n \"user\": {}\n }\n}",
|
|
900
|
+
"description": "The event being assessed.",
|
|
901
|
+
"routing": {
|
|
902
|
+
"send": {
|
|
903
|
+
"property": "event",
|
|
904
|
+
"propertyInDotNotation": false,
|
|
905
|
+
"type": "body",
|
|
906
|
+
"value": "={{ JSON.parse($value) }}"
|
|
907
|
+
}
|
|
908
|
+
},
|
|
909
|
+
"displayOptions": {
|
|
910
|
+
"show": {
|
|
911
|
+
"resource": [
|
|
912
|
+
"Projects"
|
|
913
|
+
],
|
|
914
|
+
"operation": [
|
|
915
|
+
"Recaptchaenterprise Projects Assessments Create"
|
|
916
|
+
]
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"displayName": "Firewall Policy Assessment",
|
|
922
|
+
"name": "firewallPolicyAssessment",
|
|
923
|
+
"type": "json",
|
|
924
|
+
"default": "{\n \"error\": {\n \"details\": [\n null\n ]\n },\n \"firewallPolicy\": {\n \"actions\": [\n {\n \"allow\": {},\n \"block\": {},\n \"redirect\": {},\n \"setHeader\": {},\n \"substitute\": {}\n }\n ]\n }\n}",
|
|
925
|
+
"description": "Policy config assessment.",
|
|
926
|
+
"routing": {
|
|
927
|
+
"send": {
|
|
928
|
+
"property": "firewallPolicyAssessment",
|
|
929
|
+
"propertyInDotNotation": false,
|
|
930
|
+
"type": "body",
|
|
931
|
+
"value": "={{ JSON.parse($value) }}"
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
"displayOptions": {
|
|
935
|
+
"show": {
|
|
936
|
+
"resource": [
|
|
937
|
+
"Projects"
|
|
938
|
+
],
|
|
939
|
+
"operation": [
|
|
940
|
+
"Recaptchaenterprise Projects Assessments Create"
|
|
941
|
+
]
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"displayName": "Fraud Prevention Assessment",
|
|
947
|
+
"name": "fraudPreventionAssessment",
|
|
948
|
+
"type": "json",
|
|
949
|
+
"default": "{\n \"behavioralTrustVerdict\": {},\n \"cardTestingVerdict\": {},\n \"stolenInstrumentVerdict\": {}\n}",
|
|
950
|
+
"description": "Assessment for Fraud Prevention.",
|
|
951
|
+
"routing": {
|
|
952
|
+
"send": {
|
|
953
|
+
"property": "fraudPreventionAssessment",
|
|
954
|
+
"propertyInDotNotation": false,
|
|
955
|
+
"type": "body",
|
|
956
|
+
"value": "={{ JSON.parse($value) }}"
|
|
957
|
+
}
|
|
958
|
+
},
|
|
959
|
+
"displayOptions": {
|
|
960
|
+
"show": {
|
|
961
|
+
"resource": [
|
|
962
|
+
"Projects"
|
|
963
|
+
],
|
|
964
|
+
"operation": [
|
|
965
|
+
"Recaptchaenterprise Projects Assessments Create"
|
|
966
|
+
]
|
|
967
|
+
}
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"displayName": "Name",
|
|
972
|
+
"name": "name",
|
|
973
|
+
"type": "string",
|
|
974
|
+
"default": "",
|
|
975
|
+
"description": "Output only. The resource name for the Assessment in the format \"projects/{project}/assessments/{assessment}\".",
|
|
976
|
+
"routing": {
|
|
977
|
+
"send": {
|
|
978
|
+
"property": "name",
|
|
979
|
+
"propertyInDotNotation": false,
|
|
980
|
+
"type": "body",
|
|
981
|
+
"value": "={{ $value }}"
|
|
982
|
+
}
|
|
983
|
+
},
|
|
984
|
+
"displayOptions": {
|
|
985
|
+
"show": {
|
|
986
|
+
"resource": [
|
|
987
|
+
"Projects"
|
|
988
|
+
],
|
|
989
|
+
"operation": [
|
|
990
|
+
"Recaptchaenterprise Projects Assessments Create"
|
|
991
|
+
]
|
|
992
|
+
}
|
|
993
|
+
}
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"displayName": "Private Password Leak Verification",
|
|
997
|
+
"name": "privatePasswordLeakVerification",
|
|
998
|
+
"type": "json",
|
|
999
|
+
"default": "{\n \"encryptedLeakMatchPrefixes\": [\n null\n ]\n}",
|
|
1000
|
+
"description": "Private password leak verification info.",
|
|
1001
|
+
"routing": {
|
|
1002
|
+
"send": {
|
|
1003
|
+
"property": "privatePasswordLeakVerification",
|
|
1004
|
+
"propertyInDotNotation": false,
|
|
1005
|
+
"type": "body",
|
|
1006
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
"displayOptions": {
|
|
1010
|
+
"show": {
|
|
1011
|
+
"resource": [
|
|
1012
|
+
"Projects"
|
|
1013
|
+
],
|
|
1014
|
+
"operation": [
|
|
1015
|
+
"Recaptchaenterprise Projects Assessments Create"
|
|
1016
|
+
]
|
|
1017
|
+
}
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"displayName": "Risk Analysis",
|
|
1022
|
+
"name": "riskAnalysis",
|
|
1023
|
+
"type": "json",
|
|
1024
|
+
"default": "{\n \"extendedVerdictReasons\": [\n null\n ],\n \"reasons\": [\n null\n ]\n}",
|
|
1025
|
+
"description": "Risk analysis result for an event.",
|
|
1026
|
+
"routing": {
|
|
1027
|
+
"send": {
|
|
1028
|
+
"property": "riskAnalysis",
|
|
1029
|
+
"propertyInDotNotation": false,
|
|
1030
|
+
"type": "body",
|
|
1031
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"displayOptions": {
|
|
1035
|
+
"show": {
|
|
1036
|
+
"resource": [
|
|
1037
|
+
"Projects"
|
|
1038
|
+
],
|
|
1039
|
+
"operation": [
|
|
1040
|
+
"Recaptchaenterprise Projects Assessments Create"
|
|
1041
|
+
]
|
|
1042
|
+
}
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"displayName": "Token Properties",
|
|
1047
|
+
"name": "tokenProperties",
|
|
1048
|
+
"type": "json",
|
|
1049
|
+
"default": "{}",
|
|
1050
|
+
"description": "Properties of the provided event token.",
|
|
1051
|
+
"routing": {
|
|
1052
|
+
"send": {
|
|
1053
|
+
"property": "tokenProperties",
|
|
1054
|
+
"propertyInDotNotation": false,
|
|
1055
|
+
"type": "body",
|
|
1056
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1057
|
+
}
|
|
1058
|
+
},
|
|
1059
|
+
"displayOptions": {
|
|
1060
|
+
"show": {
|
|
1061
|
+
"resource": [
|
|
1062
|
+
"Projects"
|
|
1063
|
+
],
|
|
1064
|
+
"operation": [
|
|
1065
|
+
"Recaptchaenterprise Projects Assessments Create"
|
|
1066
|
+
]
|
|
1067
|
+
}
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"displayName": "GET /v1/{parent}/firewallpolicies",
|
|
1072
|
+
"name": "operation",
|
|
1073
|
+
"type": "notice",
|
|
1074
|
+
"typeOptions": {
|
|
1075
|
+
"theme": "info"
|
|
1076
|
+
},
|
|
1077
|
+
"default": "",
|
|
1078
|
+
"displayOptions": {
|
|
1079
|
+
"show": {
|
|
1080
|
+
"resource": [
|
|
1081
|
+
"Projects"
|
|
1082
|
+
],
|
|
1083
|
+
"operation": [
|
|
1084
|
+
"Recaptchaenterprise Projects Firewallpolicies List"
|
|
1085
|
+
]
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
"displayName": "Parent",
|
|
1091
|
+
"name": "parent",
|
|
1092
|
+
"required": true,
|
|
1093
|
+
"description": "Required. The name of the project to list the policies for, in the format \"projects/{project}\".",
|
|
1094
|
+
"default": "",
|
|
1095
|
+
"type": "string",
|
|
1096
|
+
"displayOptions": {
|
|
1097
|
+
"show": {
|
|
1098
|
+
"resource": [
|
|
1099
|
+
"Projects"
|
|
1100
|
+
],
|
|
1101
|
+
"operation": [
|
|
1102
|
+
"Recaptchaenterprise Projects Firewallpolicies List"
|
|
1103
|
+
]
|
|
1104
|
+
}
|
|
1105
|
+
}
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"displayName": "Page Size",
|
|
1109
|
+
"name": "pageSize",
|
|
1110
|
+
"description": "Optional. The maximum number of policies to return. Default is 10. Max limit is 1000.",
|
|
1111
|
+
"default": 0,
|
|
1112
|
+
"type": "number",
|
|
1113
|
+
"routing": {
|
|
1114
|
+
"send": {
|
|
1115
|
+
"type": "query",
|
|
1116
|
+
"property": "pageSize",
|
|
1117
|
+
"value": "={{ $value }}",
|
|
1118
|
+
"propertyInDotNotation": false
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1121
|
+
"displayOptions": {
|
|
1122
|
+
"show": {
|
|
1123
|
+
"resource": [
|
|
1124
|
+
"Projects"
|
|
1125
|
+
],
|
|
1126
|
+
"operation": [
|
|
1127
|
+
"Recaptchaenterprise Projects Firewallpolicies List"
|
|
1128
|
+
]
|
|
1129
|
+
}
|
|
1130
|
+
}
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"displayName": "Page Token",
|
|
1134
|
+
"name": "pageToken",
|
|
1135
|
+
"description": "Optional. The next_page_token value returned from a previous. ListFirewallPoliciesRequest, if any.",
|
|
1136
|
+
"default": "",
|
|
1137
|
+
"type": "string",
|
|
1138
|
+
"routing": {
|
|
1139
|
+
"send": {
|
|
1140
|
+
"type": "query",
|
|
1141
|
+
"property": "pageToken",
|
|
1142
|
+
"value": "={{ $value }}",
|
|
1143
|
+
"propertyInDotNotation": false
|
|
1144
|
+
}
|
|
1145
|
+
},
|
|
1146
|
+
"displayOptions": {
|
|
1147
|
+
"show": {
|
|
1148
|
+
"resource": [
|
|
1149
|
+
"Projects"
|
|
1150
|
+
],
|
|
1151
|
+
"operation": [
|
|
1152
|
+
"Recaptchaenterprise Projects Firewallpolicies List"
|
|
1153
|
+
]
|
|
1154
|
+
}
|
|
1155
|
+
}
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"displayName": "POST /v1/{parent}/firewallpolicies",
|
|
1159
|
+
"name": "operation",
|
|
1160
|
+
"type": "notice",
|
|
1161
|
+
"typeOptions": {
|
|
1162
|
+
"theme": "info"
|
|
1163
|
+
},
|
|
1164
|
+
"default": "",
|
|
1165
|
+
"displayOptions": {
|
|
1166
|
+
"show": {
|
|
1167
|
+
"resource": [
|
|
1168
|
+
"Projects"
|
|
1169
|
+
],
|
|
1170
|
+
"operation": [
|
|
1171
|
+
"Recaptchaenterprise Projects Firewallpolicies Create"
|
|
1172
|
+
]
|
|
1173
|
+
}
|
|
1174
|
+
}
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"displayName": "Parent",
|
|
1178
|
+
"name": "parent",
|
|
1179
|
+
"required": true,
|
|
1180
|
+
"description": "Required. The name of the project this policy will apply to, in the format \"projects/{project}\".",
|
|
1181
|
+
"default": "",
|
|
1182
|
+
"type": "string",
|
|
1183
|
+
"displayOptions": {
|
|
1184
|
+
"show": {
|
|
1185
|
+
"resource": [
|
|
1186
|
+
"Projects"
|
|
1187
|
+
],
|
|
1188
|
+
"operation": [
|
|
1189
|
+
"Recaptchaenterprise Projects Firewallpolicies Create"
|
|
1190
|
+
]
|
|
1191
|
+
}
|
|
1192
|
+
}
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"displayName": "Actions",
|
|
1196
|
+
"name": "actions",
|
|
1197
|
+
"type": "json",
|
|
1198
|
+
"default": "[\n {\n \"allow\": {},\n \"block\": {},\n \"redirect\": {},\n \"setHeader\": {},\n \"substitute\": {}\n }\n]",
|
|
1199
|
+
"description": "The actions that the caller should take regarding user access. There should be at most one terminal action. A terminal action is any action that forces a response, such as AllowAction, BlockAction or SubstituteAction. Zero or more non-terminal actions such as SetHeader might be specified. A single policy can contain up to 16 actions.",
|
|
1200
|
+
"routing": {
|
|
1201
|
+
"send": {
|
|
1202
|
+
"property": "actions",
|
|
1203
|
+
"propertyInDotNotation": false,
|
|
1204
|
+
"type": "body",
|
|
1205
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1206
|
+
}
|
|
1207
|
+
},
|
|
1208
|
+
"displayOptions": {
|
|
1209
|
+
"show": {
|
|
1210
|
+
"resource": [
|
|
1211
|
+
"Projects"
|
|
1212
|
+
],
|
|
1213
|
+
"operation": [
|
|
1214
|
+
"Recaptchaenterprise Projects Firewallpolicies Create"
|
|
1215
|
+
]
|
|
1216
|
+
}
|
|
1217
|
+
}
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"displayName": "Condition",
|
|
1221
|
+
"name": "condition",
|
|
1222
|
+
"type": "string",
|
|
1223
|
+
"default": "",
|
|
1224
|
+
"description": "A CEL (Common Expression Language) conditional expression that specifies if this policy applies to an incoming user request. If this condition evaluates to true and the requested path matched the path pattern, the associated actions should be executed by the caller. The condition string is checked for CEL syntax correctness on creation. For more information, see the [CEL spec](https://github.com/google/cel-spec) and its [language definition](https://github.com/google/cel-spec/blob/master/doc/langdef.md). A condition has a max length of 500 characters.",
|
|
1225
|
+
"routing": {
|
|
1226
|
+
"send": {
|
|
1227
|
+
"property": "condition",
|
|
1228
|
+
"propertyInDotNotation": false,
|
|
1229
|
+
"type": "body",
|
|
1230
|
+
"value": "={{ $value }}"
|
|
1231
|
+
}
|
|
1232
|
+
},
|
|
1233
|
+
"displayOptions": {
|
|
1234
|
+
"show": {
|
|
1235
|
+
"resource": [
|
|
1236
|
+
"Projects"
|
|
1237
|
+
],
|
|
1238
|
+
"operation": [
|
|
1239
|
+
"Recaptchaenterprise Projects Firewallpolicies Create"
|
|
1240
|
+
]
|
|
1241
|
+
}
|
|
1242
|
+
}
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"displayName": "Description",
|
|
1246
|
+
"name": "description",
|
|
1247
|
+
"type": "string",
|
|
1248
|
+
"default": "",
|
|
1249
|
+
"description": "A description of what this policy aims to achieve, for convenience purposes. The description can at most include 256 UTF-8 characters.",
|
|
1250
|
+
"routing": {
|
|
1251
|
+
"send": {
|
|
1252
|
+
"property": "description",
|
|
1253
|
+
"propertyInDotNotation": false,
|
|
1254
|
+
"type": "body",
|
|
1255
|
+
"value": "={{ $value }}"
|
|
1256
|
+
}
|
|
1257
|
+
},
|
|
1258
|
+
"displayOptions": {
|
|
1259
|
+
"show": {
|
|
1260
|
+
"resource": [
|
|
1261
|
+
"Projects"
|
|
1262
|
+
],
|
|
1263
|
+
"operation": [
|
|
1264
|
+
"Recaptchaenterprise Projects Firewallpolicies Create"
|
|
1265
|
+
]
|
|
1266
|
+
}
|
|
1267
|
+
}
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"displayName": "Name",
|
|
1271
|
+
"name": "name",
|
|
1272
|
+
"type": "string",
|
|
1273
|
+
"default": "",
|
|
1274
|
+
"description": "The resource name for the FirewallPolicy in the format \"projects/{project}/firewallpolicies/{firewallpolicy}\".",
|
|
1275
|
+
"routing": {
|
|
1276
|
+
"send": {
|
|
1277
|
+
"property": "name",
|
|
1278
|
+
"propertyInDotNotation": false,
|
|
1279
|
+
"type": "body",
|
|
1280
|
+
"value": "={{ $value }}"
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1283
|
+
"displayOptions": {
|
|
1284
|
+
"show": {
|
|
1285
|
+
"resource": [
|
|
1286
|
+
"Projects"
|
|
1287
|
+
],
|
|
1288
|
+
"operation": [
|
|
1289
|
+
"Recaptchaenterprise Projects Firewallpolicies Create"
|
|
1290
|
+
]
|
|
1291
|
+
}
|
|
1292
|
+
}
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"displayName": "Path",
|
|
1296
|
+
"name": "path",
|
|
1297
|
+
"type": "string",
|
|
1298
|
+
"default": "",
|
|
1299
|
+
"description": "The path for which this policy applies, specified as a glob pattern. For more information on glob, see the [manual page](https://man7.org/linux/man-pages/man7/glob.7.html). A path has a max length of 200 characters.",
|
|
1300
|
+
"routing": {
|
|
1301
|
+
"send": {
|
|
1302
|
+
"property": "path",
|
|
1303
|
+
"propertyInDotNotation": false,
|
|
1304
|
+
"type": "body",
|
|
1305
|
+
"value": "={{ $value }}"
|
|
1306
|
+
}
|
|
1307
|
+
},
|
|
1308
|
+
"displayOptions": {
|
|
1309
|
+
"show": {
|
|
1310
|
+
"resource": [
|
|
1311
|
+
"Projects"
|
|
1312
|
+
],
|
|
1313
|
+
"operation": [
|
|
1314
|
+
"Recaptchaenterprise Projects Firewallpolicies Create"
|
|
1315
|
+
]
|
|
1316
|
+
}
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"displayName": "GET /v1/{parent}/keys",
|
|
1321
|
+
"name": "operation",
|
|
1322
|
+
"type": "notice",
|
|
1323
|
+
"typeOptions": {
|
|
1324
|
+
"theme": "info"
|
|
1325
|
+
},
|
|
1326
|
+
"default": "",
|
|
1327
|
+
"displayOptions": {
|
|
1328
|
+
"show": {
|
|
1329
|
+
"resource": [
|
|
1330
|
+
"Projects"
|
|
1331
|
+
],
|
|
1332
|
+
"operation": [
|
|
1333
|
+
"Recaptchaenterprise Projects Keys List"
|
|
1334
|
+
]
|
|
1335
|
+
}
|
|
1336
|
+
}
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"displayName": "Parent",
|
|
1340
|
+
"name": "parent",
|
|
1341
|
+
"required": true,
|
|
1342
|
+
"description": "Required. The name of the project that contains the keys that will be listed, in the format \"projects/{project}\".",
|
|
1343
|
+
"default": "",
|
|
1344
|
+
"type": "string",
|
|
1345
|
+
"displayOptions": {
|
|
1346
|
+
"show": {
|
|
1347
|
+
"resource": [
|
|
1348
|
+
"Projects"
|
|
1349
|
+
],
|
|
1350
|
+
"operation": [
|
|
1351
|
+
"Recaptchaenterprise Projects Keys List"
|
|
1352
|
+
]
|
|
1353
|
+
}
|
|
1354
|
+
}
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"displayName": "Page Size",
|
|
1358
|
+
"name": "pageSize",
|
|
1359
|
+
"description": "Optional. The maximum number of keys to return. Default is 10. Max limit is 1000.",
|
|
1360
|
+
"default": 0,
|
|
1361
|
+
"type": "number",
|
|
1362
|
+
"routing": {
|
|
1363
|
+
"send": {
|
|
1364
|
+
"type": "query",
|
|
1365
|
+
"property": "pageSize",
|
|
1366
|
+
"value": "={{ $value }}",
|
|
1367
|
+
"propertyInDotNotation": false
|
|
1368
|
+
}
|
|
1369
|
+
},
|
|
1370
|
+
"displayOptions": {
|
|
1371
|
+
"show": {
|
|
1372
|
+
"resource": [
|
|
1373
|
+
"Projects"
|
|
1374
|
+
],
|
|
1375
|
+
"operation": [
|
|
1376
|
+
"Recaptchaenterprise Projects Keys List"
|
|
1377
|
+
]
|
|
1378
|
+
}
|
|
1379
|
+
}
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"displayName": "Page Token",
|
|
1383
|
+
"name": "pageToken",
|
|
1384
|
+
"description": "Optional. The next_page_token value returned from a previous. ListKeysRequest, if any.",
|
|
1385
|
+
"default": "",
|
|
1386
|
+
"type": "string",
|
|
1387
|
+
"routing": {
|
|
1388
|
+
"send": {
|
|
1389
|
+
"type": "query",
|
|
1390
|
+
"property": "pageToken",
|
|
1391
|
+
"value": "={{ $value }}",
|
|
1392
|
+
"propertyInDotNotation": false
|
|
1393
|
+
}
|
|
1394
|
+
},
|
|
1395
|
+
"displayOptions": {
|
|
1396
|
+
"show": {
|
|
1397
|
+
"resource": [
|
|
1398
|
+
"Projects"
|
|
1399
|
+
],
|
|
1400
|
+
"operation": [
|
|
1401
|
+
"Recaptchaenterprise Projects Keys List"
|
|
1402
|
+
]
|
|
1403
|
+
}
|
|
1404
|
+
}
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"displayName": "POST /v1/{parent}/keys",
|
|
1408
|
+
"name": "operation",
|
|
1409
|
+
"type": "notice",
|
|
1410
|
+
"typeOptions": {
|
|
1411
|
+
"theme": "info"
|
|
1412
|
+
},
|
|
1413
|
+
"default": "",
|
|
1414
|
+
"displayOptions": {
|
|
1415
|
+
"show": {
|
|
1416
|
+
"resource": [
|
|
1417
|
+
"Projects"
|
|
1418
|
+
],
|
|
1419
|
+
"operation": [
|
|
1420
|
+
"Recaptchaenterprise Projects Keys Create"
|
|
1421
|
+
]
|
|
1422
|
+
}
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"displayName": "Parent",
|
|
1427
|
+
"name": "parent",
|
|
1428
|
+
"required": true,
|
|
1429
|
+
"description": "Required. The name of the project in which the key will be created, in the format \"projects/{project}\".",
|
|
1430
|
+
"default": "",
|
|
1431
|
+
"type": "string",
|
|
1432
|
+
"displayOptions": {
|
|
1433
|
+
"show": {
|
|
1434
|
+
"resource": [
|
|
1435
|
+
"Projects"
|
|
1436
|
+
],
|
|
1437
|
+
"operation": [
|
|
1438
|
+
"Recaptchaenterprise Projects Keys Create"
|
|
1439
|
+
]
|
|
1440
|
+
}
|
|
1441
|
+
}
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"displayName": "Android Settings",
|
|
1445
|
+
"name": "androidSettings",
|
|
1446
|
+
"type": "json",
|
|
1447
|
+
"default": "{\n \"allowedPackageNames\": [\n null\n ]\n}",
|
|
1448
|
+
"description": "Settings specific to keys that can be used by Android apps.",
|
|
1449
|
+
"routing": {
|
|
1450
|
+
"send": {
|
|
1451
|
+
"property": "androidSettings",
|
|
1452
|
+
"propertyInDotNotation": false,
|
|
1453
|
+
"type": "body",
|
|
1454
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1455
|
+
}
|
|
1456
|
+
},
|
|
1457
|
+
"displayOptions": {
|
|
1458
|
+
"show": {
|
|
1459
|
+
"resource": [
|
|
1460
|
+
"Projects"
|
|
1461
|
+
],
|
|
1462
|
+
"operation": [
|
|
1463
|
+
"Recaptchaenterprise Projects Keys Create"
|
|
1464
|
+
]
|
|
1465
|
+
}
|
|
1466
|
+
}
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"displayName": "Create Time",
|
|
1470
|
+
"name": "createTime",
|
|
1471
|
+
"type": "string",
|
|
1472
|
+
"default": "",
|
|
1473
|
+
"description": "Output only. The timestamp corresponding to the creation of this key.",
|
|
1474
|
+
"routing": {
|
|
1475
|
+
"send": {
|
|
1476
|
+
"property": "createTime",
|
|
1477
|
+
"propertyInDotNotation": false,
|
|
1478
|
+
"type": "body",
|
|
1479
|
+
"value": "={{ $value }}"
|
|
1480
|
+
}
|
|
1481
|
+
},
|
|
1482
|
+
"displayOptions": {
|
|
1483
|
+
"show": {
|
|
1484
|
+
"resource": [
|
|
1485
|
+
"Projects"
|
|
1486
|
+
],
|
|
1487
|
+
"operation": [
|
|
1488
|
+
"Recaptchaenterprise Projects Keys Create"
|
|
1489
|
+
]
|
|
1490
|
+
}
|
|
1491
|
+
}
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"displayName": "Display Name",
|
|
1495
|
+
"name": "displayName",
|
|
1496
|
+
"type": "string",
|
|
1497
|
+
"default": "",
|
|
1498
|
+
"description": "Human-readable display name of this key. Modifiable by user.",
|
|
1499
|
+
"routing": {
|
|
1500
|
+
"send": {
|
|
1501
|
+
"property": "displayName",
|
|
1502
|
+
"propertyInDotNotation": false,
|
|
1503
|
+
"type": "body",
|
|
1504
|
+
"value": "={{ $value }}"
|
|
1505
|
+
}
|
|
1506
|
+
},
|
|
1507
|
+
"displayOptions": {
|
|
1508
|
+
"show": {
|
|
1509
|
+
"resource": [
|
|
1510
|
+
"Projects"
|
|
1511
|
+
],
|
|
1512
|
+
"operation": [
|
|
1513
|
+
"Recaptchaenterprise Projects Keys Create"
|
|
1514
|
+
]
|
|
1515
|
+
}
|
|
1516
|
+
}
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"displayName": "Ios Settings",
|
|
1520
|
+
"name": "iosSettings",
|
|
1521
|
+
"type": "json",
|
|
1522
|
+
"default": "{\n \"allowedBundleIds\": [\n null\n ]\n}",
|
|
1523
|
+
"description": "Settings specific to keys that can be used by iOS apps.",
|
|
1524
|
+
"routing": {
|
|
1525
|
+
"send": {
|
|
1526
|
+
"property": "iosSettings",
|
|
1527
|
+
"propertyInDotNotation": false,
|
|
1528
|
+
"type": "body",
|
|
1529
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1530
|
+
}
|
|
1531
|
+
},
|
|
1532
|
+
"displayOptions": {
|
|
1533
|
+
"show": {
|
|
1534
|
+
"resource": [
|
|
1535
|
+
"Projects"
|
|
1536
|
+
],
|
|
1537
|
+
"operation": [
|
|
1538
|
+
"Recaptchaenterprise Projects Keys Create"
|
|
1539
|
+
]
|
|
1540
|
+
}
|
|
1541
|
+
}
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
"displayName": "Labels",
|
|
1545
|
+
"name": "labels",
|
|
1546
|
+
"type": "json",
|
|
1547
|
+
"default": "{}",
|
|
1548
|
+
"description": "See Creating and managing labels.",
|
|
1549
|
+
"routing": {
|
|
1550
|
+
"send": {
|
|
1551
|
+
"property": "labels",
|
|
1552
|
+
"propertyInDotNotation": false,
|
|
1553
|
+
"type": "body",
|
|
1554
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1555
|
+
}
|
|
1556
|
+
},
|
|
1557
|
+
"displayOptions": {
|
|
1558
|
+
"show": {
|
|
1559
|
+
"resource": [
|
|
1560
|
+
"Projects"
|
|
1561
|
+
],
|
|
1562
|
+
"operation": [
|
|
1563
|
+
"Recaptchaenterprise Projects Keys Create"
|
|
1564
|
+
]
|
|
1565
|
+
}
|
|
1566
|
+
}
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"displayName": "Name",
|
|
1570
|
+
"name": "name",
|
|
1571
|
+
"type": "string",
|
|
1572
|
+
"default": "",
|
|
1573
|
+
"description": "The resource name for the Key in the format \"projects/{project}/keys/{key}\".",
|
|
1574
|
+
"routing": {
|
|
1575
|
+
"send": {
|
|
1576
|
+
"property": "name",
|
|
1577
|
+
"propertyInDotNotation": false,
|
|
1578
|
+
"type": "body",
|
|
1579
|
+
"value": "={{ $value }}"
|
|
1580
|
+
}
|
|
1581
|
+
},
|
|
1582
|
+
"displayOptions": {
|
|
1583
|
+
"show": {
|
|
1584
|
+
"resource": [
|
|
1585
|
+
"Projects"
|
|
1586
|
+
],
|
|
1587
|
+
"operation": [
|
|
1588
|
+
"Recaptchaenterprise Projects Keys Create"
|
|
1589
|
+
]
|
|
1590
|
+
}
|
|
1591
|
+
}
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"displayName": "Testing Options",
|
|
1595
|
+
"name": "testingOptions",
|
|
1596
|
+
"type": "json",
|
|
1597
|
+
"default": "{}",
|
|
1598
|
+
"description": "Options for user acceptance testing.",
|
|
1599
|
+
"routing": {
|
|
1600
|
+
"send": {
|
|
1601
|
+
"property": "testingOptions",
|
|
1602
|
+
"propertyInDotNotation": false,
|
|
1603
|
+
"type": "body",
|
|
1604
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1605
|
+
}
|
|
1606
|
+
},
|
|
1607
|
+
"displayOptions": {
|
|
1608
|
+
"show": {
|
|
1609
|
+
"resource": [
|
|
1610
|
+
"Projects"
|
|
1611
|
+
],
|
|
1612
|
+
"operation": [
|
|
1613
|
+
"Recaptchaenterprise Projects Keys Create"
|
|
1614
|
+
]
|
|
1615
|
+
}
|
|
1616
|
+
}
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"displayName": "Waf Settings",
|
|
1620
|
+
"name": "wafSettings",
|
|
1621
|
+
"type": "json",
|
|
1622
|
+
"default": "{}",
|
|
1623
|
+
"description": "Settings specific to keys that can be used for WAF (Web Application Firewall).",
|
|
1624
|
+
"routing": {
|
|
1625
|
+
"send": {
|
|
1626
|
+
"property": "wafSettings",
|
|
1627
|
+
"propertyInDotNotation": false,
|
|
1628
|
+
"type": "body",
|
|
1629
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1630
|
+
}
|
|
1631
|
+
},
|
|
1632
|
+
"displayOptions": {
|
|
1633
|
+
"show": {
|
|
1634
|
+
"resource": [
|
|
1635
|
+
"Projects"
|
|
1636
|
+
],
|
|
1637
|
+
"operation": [
|
|
1638
|
+
"Recaptchaenterprise Projects Keys Create"
|
|
1639
|
+
]
|
|
1640
|
+
}
|
|
1641
|
+
}
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"displayName": "Web Settings",
|
|
1645
|
+
"name": "webSettings",
|
|
1646
|
+
"type": "json",
|
|
1647
|
+
"default": "{\n \"allowedDomains\": [\n null\n ]\n}",
|
|
1648
|
+
"description": "Settings specific to keys that can be used by websites.",
|
|
1649
|
+
"routing": {
|
|
1650
|
+
"send": {
|
|
1651
|
+
"property": "webSettings",
|
|
1652
|
+
"propertyInDotNotation": false,
|
|
1653
|
+
"type": "body",
|
|
1654
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1655
|
+
}
|
|
1656
|
+
},
|
|
1657
|
+
"displayOptions": {
|
|
1658
|
+
"show": {
|
|
1659
|
+
"resource": [
|
|
1660
|
+
"Projects"
|
|
1661
|
+
],
|
|
1662
|
+
"operation": [
|
|
1663
|
+
"Recaptchaenterprise Projects Keys Create"
|
|
1664
|
+
]
|
|
1665
|
+
}
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"displayName": "GET /v1/{parent}/memberships",
|
|
1670
|
+
"name": "operation",
|
|
1671
|
+
"type": "notice",
|
|
1672
|
+
"typeOptions": {
|
|
1673
|
+
"theme": "info"
|
|
1674
|
+
},
|
|
1675
|
+
"default": "",
|
|
1676
|
+
"displayOptions": {
|
|
1677
|
+
"show": {
|
|
1678
|
+
"resource": [
|
|
1679
|
+
"Projects"
|
|
1680
|
+
],
|
|
1681
|
+
"operation": [
|
|
1682
|
+
"Recaptchaenterprise Projects Relatedaccountgroups Memberships List"
|
|
1683
|
+
]
|
|
1684
|
+
}
|
|
1685
|
+
}
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
"displayName": "Parent",
|
|
1689
|
+
"name": "parent",
|
|
1690
|
+
"required": true,
|
|
1691
|
+
"description": "Required. The resource name for the related account group in the format `projects/{project}/relatedaccountgroups/{relatedaccountgroup}`.",
|
|
1692
|
+
"default": "",
|
|
1693
|
+
"type": "string",
|
|
1694
|
+
"displayOptions": {
|
|
1695
|
+
"show": {
|
|
1696
|
+
"resource": [
|
|
1697
|
+
"Projects"
|
|
1698
|
+
],
|
|
1699
|
+
"operation": [
|
|
1700
|
+
"Recaptchaenterprise Projects Relatedaccountgroups Memberships List"
|
|
1701
|
+
]
|
|
1702
|
+
}
|
|
1703
|
+
}
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"displayName": "Page Size",
|
|
1707
|
+
"name": "pageSize",
|
|
1708
|
+
"description": "Optional. The maximum number of accounts to return. The service might return fewer than this value. If unspecified, at most 50 accounts are returned. The maximum value is 1000; values above 1000 are coerced to 1000.",
|
|
1709
|
+
"default": 0,
|
|
1710
|
+
"type": "number",
|
|
1711
|
+
"routing": {
|
|
1712
|
+
"send": {
|
|
1713
|
+
"type": "query",
|
|
1714
|
+
"property": "pageSize",
|
|
1715
|
+
"value": "={{ $value }}",
|
|
1716
|
+
"propertyInDotNotation": false
|
|
1717
|
+
}
|
|
1718
|
+
},
|
|
1719
|
+
"displayOptions": {
|
|
1720
|
+
"show": {
|
|
1721
|
+
"resource": [
|
|
1722
|
+
"Projects"
|
|
1723
|
+
],
|
|
1724
|
+
"operation": [
|
|
1725
|
+
"Recaptchaenterprise Projects Relatedaccountgroups Memberships List"
|
|
1726
|
+
]
|
|
1727
|
+
}
|
|
1728
|
+
}
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"displayName": "Page Token",
|
|
1732
|
+
"name": "pageToken",
|
|
1733
|
+
"description": "Optional. A page token, received from a previous `ListRelatedAccountGroupMemberships` call. When paginating, all other parameters provided to `ListRelatedAccountGroupMemberships` must match the call that provided the page token.",
|
|
1734
|
+
"default": "",
|
|
1735
|
+
"type": "string",
|
|
1736
|
+
"routing": {
|
|
1737
|
+
"send": {
|
|
1738
|
+
"type": "query",
|
|
1739
|
+
"property": "pageToken",
|
|
1740
|
+
"value": "={{ $value }}",
|
|
1741
|
+
"propertyInDotNotation": false
|
|
1742
|
+
}
|
|
1743
|
+
},
|
|
1744
|
+
"displayOptions": {
|
|
1745
|
+
"show": {
|
|
1746
|
+
"resource": [
|
|
1747
|
+
"Projects"
|
|
1748
|
+
],
|
|
1749
|
+
"operation": [
|
|
1750
|
+
"Recaptchaenterprise Projects Relatedaccountgroups Memberships List"
|
|
1751
|
+
]
|
|
1752
|
+
}
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"displayName": "GET /v1/{parent}/relatedaccountgroups",
|
|
1757
|
+
"name": "operation",
|
|
1758
|
+
"type": "notice",
|
|
1759
|
+
"typeOptions": {
|
|
1760
|
+
"theme": "info"
|
|
1761
|
+
},
|
|
1762
|
+
"default": "",
|
|
1763
|
+
"displayOptions": {
|
|
1764
|
+
"show": {
|
|
1765
|
+
"resource": [
|
|
1766
|
+
"Projects"
|
|
1767
|
+
],
|
|
1768
|
+
"operation": [
|
|
1769
|
+
"Recaptchaenterprise Projects Relatedaccountgroups List"
|
|
1770
|
+
]
|
|
1771
|
+
}
|
|
1772
|
+
}
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"displayName": "Parent",
|
|
1776
|
+
"name": "parent",
|
|
1777
|
+
"required": true,
|
|
1778
|
+
"description": "Required. The name of the project to list related account groups from, in the format \"projects/{project}\".",
|
|
1779
|
+
"default": "",
|
|
1780
|
+
"type": "string",
|
|
1781
|
+
"displayOptions": {
|
|
1782
|
+
"show": {
|
|
1783
|
+
"resource": [
|
|
1784
|
+
"Projects"
|
|
1785
|
+
],
|
|
1786
|
+
"operation": [
|
|
1787
|
+
"Recaptchaenterprise Projects Relatedaccountgroups List"
|
|
1788
|
+
]
|
|
1789
|
+
}
|
|
1790
|
+
}
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"displayName": "Page Size",
|
|
1794
|
+
"name": "pageSize",
|
|
1795
|
+
"description": "Optional. The maximum number of groups to return. The service might return fewer than this value. If unspecified, at most 50 groups are returned. The maximum value is 1000; values above 1000 are coerced to 1000.",
|
|
1796
|
+
"default": 0,
|
|
1797
|
+
"type": "number",
|
|
1798
|
+
"routing": {
|
|
1799
|
+
"send": {
|
|
1800
|
+
"type": "query",
|
|
1801
|
+
"property": "pageSize",
|
|
1802
|
+
"value": "={{ $value }}",
|
|
1803
|
+
"propertyInDotNotation": false
|
|
1804
|
+
}
|
|
1805
|
+
},
|
|
1806
|
+
"displayOptions": {
|
|
1807
|
+
"show": {
|
|
1808
|
+
"resource": [
|
|
1809
|
+
"Projects"
|
|
1810
|
+
],
|
|
1811
|
+
"operation": [
|
|
1812
|
+
"Recaptchaenterprise Projects Relatedaccountgroups List"
|
|
1813
|
+
]
|
|
1814
|
+
}
|
|
1815
|
+
}
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
"displayName": "Page Token",
|
|
1819
|
+
"name": "pageToken",
|
|
1820
|
+
"description": "Optional. A page token, received from a previous `ListRelatedAccountGroups` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListRelatedAccountGroups` must match the call that provided the page token.",
|
|
1821
|
+
"default": "",
|
|
1822
|
+
"type": "string",
|
|
1823
|
+
"routing": {
|
|
1824
|
+
"send": {
|
|
1825
|
+
"type": "query",
|
|
1826
|
+
"property": "pageToken",
|
|
1827
|
+
"value": "={{ $value }}",
|
|
1828
|
+
"propertyInDotNotation": false
|
|
1829
|
+
}
|
|
1830
|
+
},
|
|
1831
|
+
"displayOptions": {
|
|
1832
|
+
"show": {
|
|
1833
|
+
"resource": [
|
|
1834
|
+
"Projects"
|
|
1835
|
+
],
|
|
1836
|
+
"operation": [
|
|
1837
|
+
"Recaptchaenterprise Projects Relatedaccountgroups List"
|
|
1838
|
+
]
|
|
1839
|
+
}
|
|
1840
|
+
}
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
"displayName": "POST /v1/{project}/relatedaccountgroupmemberships:search",
|
|
1844
|
+
"name": "operation",
|
|
1845
|
+
"type": "notice",
|
|
1846
|
+
"typeOptions": {
|
|
1847
|
+
"theme": "info"
|
|
1848
|
+
},
|
|
1849
|
+
"default": "",
|
|
1850
|
+
"displayOptions": {
|
|
1851
|
+
"show": {
|
|
1852
|
+
"resource": [
|
|
1853
|
+
"Projects"
|
|
1854
|
+
],
|
|
1855
|
+
"operation": [
|
|
1856
|
+
"Recaptchaenterprise Projects Relatedaccountgroupmemberships Search"
|
|
1857
|
+
]
|
|
1858
|
+
}
|
|
1859
|
+
}
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"displayName": "Project",
|
|
1863
|
+
"name": "project",
|
|
1864
|
+
"required": true,
|
|
1865
|
+
"description": "Required. The name of the project to search related account group memberships from. Specify the project name in the following format: \"projects/{project}\".",
|
|
1866
|
+
"default": "",
|
|
1867
|
+
"type": "string",
|
|
1868
|
+
"displayOptions": {
|
|
1869
|
+
"show": {
|
|
1870
|
+
"resource": [
|
|
1871
|
+
"Projects"
|
|
1872
|
+
],
|
|
1873
|
+
"operation": [
|
|
1874
|
+
"Recaptchaenterprise Projects Relatedaccountgroupmemberships Search"
|
|
1875
|
+
]
|
|
1876
|
+
}
|
|
1877
|
+
}
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"displayName": "Hashed Account ID",
|
|
1881
|
+
"name": "hashedAccountId",
|
|
1882
|
+
"type": "string",
|
|
1883
|
+
"default": "",
|
|
1884
|
+
"description": "Optional. The unique stable hashed user identifier we should search connections to. The identifier should correspond to a `hashed_account_id` provided in a previous `CreateAssessment` or `AnnotateAssessment` call.",
|
|
1885
|
+
"routing": {
|
|
1886
|
+
"send": {
|
|
1887
|
+
"property": "hashedAccountId",
|
|
1888
|
+
"propertyInDotNotation": false,
|
|
1889
|
+
"type": "body",
|
|
1890
|
+
"value": "={{ $value }}"
|
|
1891
|
+
}
|
|
1892
|
+
},
|
|
1893
|
+
"displayOptions": {
|
|
1894
|
+
"show": {
|
|
1895
|
+
"resource": [
|
|
1896
|
+
"Projects"
|
|
1897
|
+
],
|
|
1898
|
+
"operation": [
|
|
1899
|
+
"Recaptchaenterprise Projects Relatedaccountgroupmemberships Search"
|
|
1900
|
+
]
|
|
1901
|
+
}
|
|
1902
|
+
}
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
"displayName": "Page Size",
|
|
1906
|
+
"name": "pageSize",
|
|
1907
|
+
"type": "number",
|
|
1908
|
+
"default": 0,
|
|
1909
|
+
"description": "Optional. The maximum number of groups to return. The service might return fewer than this value. If unspecified, at most 50 groups are returned. The maximum value is 1000; values above 1000 are coerced to 1000.",
|
|
1910
|
+
"routing": {
|
|
1911
|
+
"send": {
|
|
1912
|
+
"property": "pageSize",
|
|
1913
|
+
"propertyInDotNotation": false,
|
|
1914
|
+
"type": "body",
|
|
1915
|
+
"value": "={{ $value }}"
|
|
1916
|
+
}
|
|
1917
|
+
},
|
|
1918
|
+
"displayOptions": {
|
|
1919
|
+
"show": {
|
|
1920
|
+
"resource": [
|
|
1921
|
+
"Projects"
|
|
1922
|
+
],
|
|
1923
|
+
"operation": [
|
|
1924
|
+
"Recaptchaenterprise Projects Relatedaccountgroupmemberships Search"
|
|
1925
|
+
]
|
|
1926
|
+
}
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"displayName": "Page Token",
|
|
1931
|
+
"name": "pageToken",
|
|
1932
|
+
"type": "string",
|
|
1933
|
+
"default": "",
|
|
1934
|
+
"description": "Optional. A page token, received from a previous `SearchRelatedAccountGroupMemberships` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchRelatedAccountGroupMemberships` must match the call that provided the page token.",
|
|
1935
|
+
"routing": {
|
|
1936
|
+
"send": {
|
|
1937
|
+
"property": "pageToken",
|
|
1938
|
+
"propertyInDotNotation": false,
|
|
1939
|
+
"type": "body",
|
|
1940
|
+
"value": "={{ $value }}"
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
"displayOptions": {
|
|
1944
|
+
"show": {
|
|
1945
|
+
"resource": [
|
|
1946
|
+
"Projects"
|
|
1947
|
+
],
|
|
1948
|
+
"operation": [
|
|
1949
|
+
"Recaptchaenterprise Projects Relatedaccountgroupmemberships Search"
|
|
1950
|
+
]
|
|
1951
|
+
}
|
|
1952
|
+
}
|
|
1953
|
+
},
|
|
1954
|
+
];
|
|
1955
|
+
//# sourceMappingURL=index.js.map
|