google-apis-threatintelligence_v1beta 0.1.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.
- checksums.yaml +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google/apis/threatintelligence_v1beta/classes.rb +2945 -0
- data/lib/google/apis/threatintelligence_v1beta/gem_version.rb +28 -0
- data/lib/google/apis/threatintelligence_v1beta/representations.rb +1343 -0
- data/lib/google/apis/threatintelligence_v1beta/service.rb +851 -0
- data/lib/google/apis/threatintelligence_v1beta.rb +36 -0
- data/lib/google-apis-threatintelligence_v1beta.rb +15 -0
- metadata +79 -0
|
@@ -0,0 +1,1343 @@
|
|
|
1
|
+
# Copyright 2020 Google LLC
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
require 'date'
|
|
16
|
+
require 'google/apis/core/base_service'
|
|
17
|
+
require 'google/apis/core/json_representation'
|
|
18
|
+
require 'google/apis/core/hashable'
|
|
19
|
+
require 'google/apis/errors'
|
|
20
|
+
|
|
21
|
+
module Google
|
|
22
|
+
module Apis
|
|
23
|
+
module ThreatintelligenceV1beta
|
|
24
|
+
|
|
25
|
+
class AffectedSoftware
|
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
|
+
|
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
class Alert
|
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
|
+
|
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
class AlertDetail
|
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
|
+
|
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
class AlertDocument
|
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
45
|
+
|
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
class AlertDocumentTranslation
|
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
|
+
|
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
class AssetDiscoveryConfig
|
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
+
|
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
class AssetDiscoverySeed
|
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
|
+
|
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
class Association
|
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
69
|
+
|
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
class Audit
|
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
75
|
+
|
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
class CompromisedCredentialsFindingDetail
|
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
81
|
+
|
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
class Configuration
|
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
87
|
+
|
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
class ConfigurationDetail
|
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
93
|
+
|
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
class ConfigurationRevision
|
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
|
+
|
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
101
|
+
end
|
|
102
|
+
|
|
103
|
+
class CustomerProfileCitation
|
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
105
|
+
|
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
class CustomerProfileCitedString
|
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
111
|
+
|
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
class CustomerProfileCompany
|
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
117
|
+
|
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
class CustomerProfileConfig
|
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
123
|
+
|
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
class CustomerProfileContactInfo
|
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
129
|
+
|
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
class CustomerProfileIndustry
|
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
135
|
+
|
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
class CustomerProfileLocation
|
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
141
|
+
|
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
class CustomerProfilePerson
|
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
147
|
+
|
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
149
|
+
end
|
|
150
|
+
|
|
151
|
+
class CustomerProfileProduct
|
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
153
|
+
|
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
class CustomerProfileSecurityConsiderations
|
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
159
|
+
|
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
161
|
+
end
|
|
162
|
+
|
|
163
|
+
class CustomerProfileSummary
|
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
165
|
+
|
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
class CustomerProfileWebPresence
|
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
171
|
+
|
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
173
|
+
end
|
|
174
|
+
|
|
175
|
+
class DataLeakAlertDetail
|
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
177
|
+
|
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
179
|
+
end
|
|
180
|
+
|
|
181
|
+
class DataLeakFindingDetail
|
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
|
+
|
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
class DomainMonitoringConfig
|
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
189
|
+
|
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
191
|
+
end
|
|
192
|
+
|
|
193
|
+
class DomainMonitoringDomain
|
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
195
|
+
|
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
class EntityProfile
|
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
201
|
+
|
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
class EnumerateAlertFacetsResponse
|
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
207
|
+
|
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
209
|
+
end
|
|
210
|
+
|
|
211
|
+
class Evidence
|
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
213
|
+
|
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
215
|
+
end
|
|
216
|
+
|
|
217
|
+
class Facet
|
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
219
|
+
|
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
221
|
+
end
|
|
222
|
+
|
|
223
|
+
class FacetCount
|
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
225
|
+
|
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
227
|
+
end
|
|
228
|
+
|
|
229
|
+
class Finding
|
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
231
|
+
|
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
233
|
+
end
|
|
234
|
+
|
|
235
|
+
class FindingDetail
|
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
237
|
+
|
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
239
|
+
end
|
|
240
|
+
|
|
241
|
+
class InbandVulnerability
|
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
243
|
+
|
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
245
|
+
end
|
|
246
|
+
|
|
247
|
+
class InbandVulnerabilityFindingDetail
|
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
249
|
+
|
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
251
|
+
end
|
|
252
|
+
|
|
253
|
+
class InitialAccessBrokerAlertDetail
|
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
255
|
+
|
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
257
|
+
end
|
|
258
|
+
|
|
259
|
+
class InitialAccessBrokerConfig
|
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
261
|
+
|
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
263
|
+
end
|
|
264
|
+
|
|
265
|
+
class InitialAccessBrokerFindingDetail
|
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
267
|
+
|
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
269
|
+
end
|
|
270
|
+
|
|
271
|
+
class InsiderThreatAlertDetail
|
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
273
|
+
|
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
275
|
+
end
|
|
276
|
+
|
|
277
|
+
class InsiderThreatFindingDetail
|
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
279
|
+
|
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
281
|
+
end
|
|
282
|
+
|
|
283
|
+
class ListAlertsResponse
|
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
285
|
+
|
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
287
|
+
end
|
|
288
|
+
|
|
289
|
+
class ListConfigurationRevisionsResponse
|
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
291
|
+
|
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
293
|
+
end
|
|
294
|
+
|
|
295
|
+
class ListConfigurationsResponse
|
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
297
|
+
|
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
299
|
+
end
|
|
300
|
+
|
|
301
|
+
class ListFindingsResponse
|
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
303
|
+
|
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
305
|
+
end
|
|
306
|
+
|
|
307
|
+
class MarkAlertAsBenignRequest
|
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
309
|
+
|
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
311
|
+
end
|
|
312
|
+
|
|
313
|
+
class MarkAlertAsDuplicateRequest
|
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
315
|
+
|
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
317
|
+
end
|
|
318
|
+
|
|
319
|
+
class MarkAlertAsEscalatedRequest
|
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
321
|
+
|
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
323
|
+
end
|
|
324
|
+
|
|
325
|
+
class MarkAlertAsFalsePositiveRequest
|
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
327
|
+
|
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
329
|
+
end
|
|
330
|
+
|
|
331
|
+
class MarkAlertAsNotActionableRequest
|
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
333
|
+
|
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
335
|
+
end
|
|
336
|
+
|
|
337
|
+
class MarkAlertAsReadRequest
|
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
339
|
+
|
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
341
|
+
end
|
|
342
|
+
|
|
343
|
+
class MarkAlertAsResolvedRequest
|
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
345
|
+
|
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
347
|
+
end
|
|
348
|
+
|
|
349
|
+
class MarkAlertAsTrackedExternallyRequest
|
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
351
|
+
|
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
353
|
+
end
|
|
354
|
+
|
|
355
|
+
class MarkAlertAsTriagedRequest
|
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
357
|
+
|
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
359
|
+
end
|
|
360
|
+
|
|
361
|
+
class MisconfigurationFindingDetail
|
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
363
|
+
|
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
365
|
+
end
|
|
366
|
+
|
|
367
|
+
class MisconfigurationMetadata
|
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
369
|
+
|
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
371
|
+
end
|
|
372
|
+
|
|
373
|
+
class MisconfigurationReference
|
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
375
|
+
|
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
377
|
+
end
|
|
378
|
+
|
|
379
|
+
class PriorityAnalysis
|
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
381
|
+
|
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
383
|
+
end
|
|
384
|
+
|
|
385
|
+
class RefreshAlertUriStatusRequest
|
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
387
|
+
|
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
389
|
+
end
|
|
390
|
+
|
|
391
|
+
class RefreshAlertUriStatusResponse
|
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
393
|
+
|
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
395
|
+
end
|
|
396
|
+
|
|
397
|
+
class RelevanceAnalysis
|
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
399
|
+
|
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
401
|
+
end
|
|
402
|
+
|
|
403
|
+
class ReportAlertUriRequest
|
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
405
|
+
|
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
407
|
+
end
|
|
408
|
+
|
|
409
|
+
class ReportAlertUriResponse
|
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
411
|
+
|
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
413
|
+
end
|
|
414
|
+
|
|
415
|
+
class SearchFindingsResponse
|
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
417
|
+
|
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
419
|
+
end
|
|
420
|
+
|
|
421
|
+
class SeverityAnalysis
|
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
423
|
+
|
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
425
|
+
end
|
|
426
|
+
|
|
427
|
+
class SuspiciousDomainAlertDetail
|
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
429
|
+
|
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
431
|
+
end
|
|
432
|
+
|
|
433
|
+
class SuspiciousDomainDnsDetails
|
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
435
|
+
|
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
437
|
+
end
|
|
438
|
+
|
|
439
|
+
class SuspiciousDomainDnsRecord
|
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
441
|
+
|
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
443
|
+
end
|
|
444
|
+
|
|
445
|
+
class SuspiciousDomainFindingDetail
|
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
447
|
+
|
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
449
|
+
end
|
|
450
|
+
|
|
451
|
+
class SuspiciousDomainGtiDetails
|
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
453
|
+
|
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
455
|
+
end
|
|
456
|
+
|
|
457
|
+
class SuspiciousDomainWhoIsDetails
|
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
459
|
+
|
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
461
|
+
end
|
|
462
|
+
|
|
463
|
+
class TargetTechnologyAlertDetail
|
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
465
|
+
|
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
467
|
+
end
|
|
468
|
+
|
|
469
|
+
class TargetTechnologyFindingDetail
|
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
471
|
+
|
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
473
|
+
end
|
|
474
|
+
|
|
475
|
+
class TechnologyWatchListAlertThreshold
|
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
477
|
+
|
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
479
|
+
end
|
|
480
|
+
|
|
481
|
+
class TechnologyWatchListConfig
|
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
483
|
+
|
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
485
|
+
end
|
|
486
|
+
|
|
487
|
+
class UpsertConfigurationResponse
|
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
489
|
+
|
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
491
|
+
end
|
|
492
|
+
|
|
493
|
+
class VulnerabilityMatch
|
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
495
|
+
|
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
497
|
+
end
|
|
498
|
+
|
|
499
|
+
class AffectedSoftware
|
|
500
|
+
# @private
|
|
501
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
502
|
+
property :product, as: 'product'
|
|
503
|
+
property :vendor, as: 'vendor'
|
|
504
|
+
end
|
|
505
|
+
end
|
|
506
|
+
|
|
507
|
+
class Alert
|
|
508
|
+
# @private
|
|
509
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
510
|
+
property :ai_summary, as: 'aiSummary'
|
|
511
|
+
collection :assets, as: 'assets'
|
|
512
|
+
property :audit, as: 'audit', class: Google::Apis::ThreatintelligenceV1beta::Audit, decorator: Google::Apis::ThreatintelligenceV1beta::Audit::Representation
|
|
513
|
+
|
|
514
|
+
collection :configurations, as: 'configurations'
|
|
515
|
+
property :detail, as: 'detail', class: Google::Apis::ThreatintelligenceV1beta::AlertDetail, decorator: Google::Apis::ThreatintelligenceV1beta::AlertDetail::Representation
|
|
516
|
+
|
|
517
|
+
property :display_name, as: 'displayName'
|
|
518
|
+
property :duplicate_of, as: 'duplicateOf'
|
|
519
|
+
collection :duplicated_by, as: 'duplicatedBy'
|
|
520
|
+
property :etag, as: 'etag'
|
|
521
|
+
property :external_id, as: 'externalId'
|
|
522
|
+
collection :findings, as: 'findings'
|
|
523
|
+
property :name, as: 'name'
|
|
524
|
+
property :priority_analysis, as: 'priorityAnalysis', class: Google::Apis::ThreatintelligenceV1beta::PriorityAnalysis, decorator: Google::Apis::ThreatintelligenceV1beta::PriorityAnalysis::Representation
|
|
525
|
+
|
|
526
|
+
property :relevance_analysis, as: 'relevanceAnalysis', class: Google::Apis::ThreatintelligenceV1beta::RelevanceAnalysis, decorator: Google::Apis::ThreatintelligenceV1beta::RelevanceAnalysis::Representation
|
|
527
|
+
|
|
528
|
+
property :severity_analysis, as: 'severityAnalysis', class: Google::Apis::ThreatintelligenceV1beta::SeverityAnalysis, decorator: Google::Apis::ThreatintelligenceV1beta::SeverityAnalysis::Representation
|
|
529
|
+
|
|
530
|
+
property :state, as: 'state'
|
|
531
|
+
end
|
|
532
|
+
end
|
|
533
|
+
|
|
534
|
+
class AlertDetail
|
|
535
|
+
# @private
|
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
537
|
+
property :data_leak, as: 'dataLeak', class: Google::Apis::ThreatintelligenceV1beta::DataLeakAlertDetail, decorator: Google::Apis::ThreatintelligenceV1beta::DataLeakAlertDetail::Representation
|
|
538
|
+
|
|
539
|
+
property :detail_type, as: 'detailType'
|
|
540
|
+
property :initial_access_broker, as: 'initialAccessBroker', class: Google::Apis::ThreatintelligenceV1beta::InitialAccessBrokerAlertDetail, decorator: Google::Apis::ThreatintelligenceV1beta::InitialAccessBrokerAlertDetail::Representation
|
|
541
|
+
|
|
542
|
+
property :insider_threat, as: 'insiderThreat', class: Google::Apis::ThreatintelligenceV1beta::InsiderThreatAlertDetail, decorator: Google::Apis::ThreatintelligenceV1beta::InsiderThreatAlertDetail::Representation
|
|
543
|
+
|
|
544
|
+
property :suspicious_domain, as: 'suspiciousDomain', class: Google::Apis::ThreatintelligenceV1beta::SuspiciousDomainAlertDetail, decorator: Google::Apis::ThreatintelligenceV1beta::SuspiciousDomainAlertDetail::Representation
|
|
545
|
+
|
|
546
|
+
property :target_technology, as: 'targetTechnology', class: Google::Apis::ThreatintelligenceV1beta::TargetTechnologyAlertDetail, decorator: Google::Apis::ThreatintelligenceV1beta::TargetTechnologyAlertDetail::Representation
|
|
547
|
+
|
|
548
|
+
end
|
|
549
|
+
end
|
|
550
|
+
|
|
551
|
+
class AlertDocument
|
|
552
|
+
# @private
|
|
553
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
554
|
+
property :ai_summary, as: 'aiSummary'
|
|
555
|
+
property :author, as: 'author'
|
|
556
|
+
property :collection_time, as: 'collectionTime'
|
|
557
|
+
property :content, as: 'content'
|
|
558
|
+
property :create_time, as: 'createTime'
|
|
559
|
+
property :ingest_time, as: 'ingestTime'
|
|
560
|
+
property :language_code, as: 'languageCode'
|
|
561
|
+
property :name, as: 'name'
|
|
562
|
+
property :source, as: 'source'
|
|
563
|
+
property :source_update_time, as: 'sourceUpdateTime'
|
|
564
|
+
property :source_uri, as: 'sourceUri'
|
|
565
|
+
property :title, as: 'title'
|
|
566
|
+
property :translation, as: 'translation', class: Google::Apis::ThreatintelligenceV1beta::AlertDocumentTranslation, decorator: Google::Apis::ThreatintelligenceV1beta::AlertDocumentTranslation::Representation
|
|
567
|
+
|
|
568
|
+
end
|
|
569
|
+
end
|
|
570
|
+
|
|
571
|
+
class AlertDocumentTranslation
|
|
572
|
+
# @private
|
|
573
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
574
|
+
property :translated_content, as: 'translatedContent'
|
|
575
|
+
property :translated_title, as: 'translatedTitle'
|
|
576
|
+
end
|
|
577
|
+
end
|
|
578
|
+
|
|
579
|
+
class AssetDiscoveryConfig
|
|
580
|
+
# @private
|
|
581
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
582
|
+
property :last_scan_complete_time, as: 'lastScanCompleteTime'
|
|
583
|
+
property :last_scan_start_time, as: 'lastScanStartTime'
|
|
584
|
+
property :scan_frequency, as: 'scanFrequency'
|
|
585
|
+
collection :scope_exclusion_assets, as: 'scopeExclusionAssets', class: Google::Apis::ThreatintelligenceV1beta::AssetDiscoverySeed, decorator: Google::Apis::ThreatintelligenceV1beta::AssetDiscoverySeed::Representation
|
|
586
|
+
|
|
587
|
+
collection :seed_assets, as: 'seedAssets', class: Google::Apis::ThreatintelligenceV1beta::AssetDiscoverySeed, decorator: Google::Apis::ThreatintelligenceV1beta::AssetDiscoverySeed::Representation
|
|
588
|
+
|
|
589
|
+
property :workflow, as: 'workflow'
|
|
590
|
+
end
|
|
591
|
+
end
|
|
592
|
+
|
|
593
|
+
class AssetDiscoverySeed
|
|
594
|
+
# @private
|
|
595
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
596
|
+
property :seed_type, as: 'seedType'
|
|
597
|
+
property :seed_value, as: 'seedValue'
|
|
598
|
+
end
|
|
599
|
+
end
|
|
600
|
+
|
|
601
|
+
class Association
|
|
602
|
+
# @private
|
|
603
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
604
|
+
property :id, as: 'id'
|
|
605
|
+
property :type, as: 'type'
|
|
606
|
+
end
|
|
607
|
+
end
|
|
608
|
+
|
|
609
|
+
class Audit
|
|
610
|
+
# @private
|
|
611
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
612
|
+
property :create_time, as: 'createTime'
|
|
613
|
+
property :creator, as: 'creator'
|
|
614
|
+
property :update_time, as: 'updateTime'
|
|
615
|
+
property :updater, as: 'updater'
|
|
616
|
+
end
|
|
617
|
+
end
|
|
618
|
+
|
|
619
|
+
class CompromisedCredentialsFindingDetail
|
|
620
|
+
# @private
|
|
621
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
622
|
+
property :author, as: 'author'
|
|
623
|
+
property :credential_service, as: 'credentialService'
|
|
624
|
+
property :dark_web_doc, as: 'darkWebDoc'
|
|
625
|
+
property :external_reference_uri, as: 'externalReferenceUri'
|
|
626
|
+
property :file_dump, as: 'fileDump'
|
|
627
|
+
collection :file_dump_hashes, as: 'fileDumpHashes'
|
|
628
|
+
property :file_dump_size_bytes, :numeric_string => true, as: 'fileDumpSizeBytes'
|
|
629
|
+
property :forum, as: 'forum'
|
|
630
|
+
property :malware_family, as: 'malwareFamily'
|
|
631
|
+
property :posted_time, as: 'postedTime'
|
|
632
|
+
property :source_uri, as: 'sourceUri'
|
|
633
|
+
property :user_key, as: 'userKey'
|
|
634
|
+
property :user_secret_evidence, as: 'userSecretEvidence'
|
|
635
|
+
end
|
|
636
|
+
end
|
|
637
|
+
|
|
638
|
+
class Configuration
|
|
639
|
+
# @private
|
|
640
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
641
|
+
property :audit, as: 'audit', class: Google::Apis::ThreatintelligenceV1beta::Audit, decorator: Google::Apis::ThreatintelligenceV1beta::Audit::Representation
|
|
642
|
+
|
|
643
|
+
property :description, as: 'description'
|
|
644
|
+
property :detail, as: 'detail', class: Google::Apis::ThreatintelligenceV1beta::ConfigurationDetail, decorator: Google::Apis::ThreatintelligenceV1beta::ConfigurationDetail::Representation
|
|
645
|
+
|
|
646
|
+
property :display_name, as: 'displayName'
|
|
647
|
+
property :name, as: 'name'
|
|
648
|
+
property :provider, as: 'provider'
|
|
649
|
+
property :state, as: 'state'
|
|
650
|
+
property :version, as: 'version'
|
|
651
|
+
end
|
|
652
|
+
end
|
|
653
|
+
|
|
654
|
+
class ConfigurationDetail
|
|
655
|
+
# @private
|
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
657
|
+
property :asset_discovery, as: 'assetDiscovery', class: Google::Apis::ThreatintelligenceV1beta::AssetDiscoveryConfig, decorator: Google::Apis::ThreatintelligenceV1beta::AssetDiscoveryConfig::Representation
|
|
658
|
+
|
|
659
|
+
property :customer_profile, as: 'customerProfile', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileConfig, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileConfig::Representation
|
|
660
|
+
|
|
661
|
+
property :detail_type, as: 'detailType'
|
|
662
|
+
property :domain_monitoring, as: 'domainMonitoring', class: Google::Apis::ThreatintelligenceV1beta::DomainMonitoringConfig, decorator: Google::Apis::ThreatintelligenceV1beta::DomainMonitoringConfig::Representation
|
|
663
|
+
|
|
664
|
+
property :initial_access_broker, as: 'initialAccessBroker', class: Google::Apis::ThreatintelligenceV1beta::InitialAccessBrokerConfig, decorator: Google::Apis::ThreatintelligenceV1beta::InitialAccessBrokerConfig::Representation
|
|
665
|
+
|
|
666
|
+
property :technology_watchlist, as: 'technologyWatchlist', class: Google::Apis::ThreatintelligenceV1beta::TechnologyWatchListConfig, decorator: Google::Apis::ThreatintelligenceV1beta::TechnologyWatchListConfig::Representation
|
|
667
|
+
|
|
668
|
+
end
|
|
669
|
+
end
|
|
670
|
+
|
|
671
|
+
class ConfigurationRevision
|
|
672
|
+
# @private
|
|
673
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
674
|
+
property :create_time, as: 'createTime'
|
|
675
|
+
property :name, as: 'name'
|
|
676
|
+
property :snapshot, as: 'snapshot', class: Google::Apis::ThreatintelligenceV1beta::Configuration, decorator: Google::Apis::ThreatintelligenceV1beta::Configuration::Representation
|
|
677
|
+
|
|
678
|
+
end
|
|
679
|
+
end
|
|
680
|
+
|
|
681
|
+
class CustomerProfileCitation
|
|
682
|
+
# @private
|
|
683
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
684
|
+
property :citation_id, as: 'citationId'
|
|
685
|
+
property :document, as: 'document'
|
|
686
|
+
property :retrieval_time, as: 'retrievalTime'
|
|
687
|
+
property :source, as: 'source'
|
|
688
|
+
property :uri, as: 'uri'
|
|
689
|
+
end
|
|
690
|
+
end
|
|
691
|
+
|
|
692
|
+
class CustomerProfileCitedString
|
|
693
|
+
# @private
|
|
694
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
695
|
+
collection :citation_ids, as: 'citationIds'
|
|
696
|
+
property :value, as: 'value'
|
|
697
|
+
end
|
|
698
|
+
end
|
|
699
|
+
|
|
700
|
+
class CustomerProfileCompany
|
|
701
|
+
# @private
|
|
702
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
703
|
+
collection :citation_ids, as: 'citationIds'
|
|
704
|
+
property :company, as: 'company'
|
|
705
|
+
end
|
|
706
|
+
end
|
|
707
|
+
|
|
708
|
+
class CustomerProfileConfig
|
|
709
|
+
# @private
|
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
711
|
+
collection :citations, as: 'citations', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitation, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitation::Representation
|
|
712
|
+
|
|
713
|
+
collection :contact_info, as: 'contactInfo', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileContactInfo, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileContactInfo::Representation
|
|
714
|
+
|
|
715
|
+
collection :executives, as: 'executives', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfilePerson, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfilePerson::Representation
|
|
716
|
+
|
|
717
|
+
collection :industries, as: 'industries', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileIndustry, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileIndustry::Representation
|
|
718
|
+
|
|
719
|
+
collection :locations, as: 'locations', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileLocation, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileLocation::Representation
|
|
720
|
+
|
|
721
|
+
property :org, as: 'org'
|
|
722
|
+
property :org_summary, as: 'orgSummary'
|
|
723
|
+
collection :parent_companies, as: 'parentCompanies', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCompany, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCompany::Representation
|
|
724
|
+
|
|
725
|
+
collection :products, as: 'products', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileProduct, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileProduct::Representation
|
|
726
|
+
|
|
727
|
+
property :security_considerations, as: 'securityConsiderations', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileSecurityConsiderations, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileSecurityConsiderations::Representation
|
|
728
|
+
|
|
729
|
+
property :summary, as: 'summary', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileSummary, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileSummary::Representation
|
|
730
|
+
|
|
731
|
+
property :technology_presence, as: 'technologyPresence'
|
|
732
|
+
collection :web_presences, as: 'webPresences', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileWebPresence, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileWebPresence::Representation
|
|
733
|
+
|
|
734
|
+
end
|
|
735
|
+
end
|
|
736
|
+
|
|
737
|
+
class CustomerProfileContactInfo
|
|
738
|
+
# @private
|
|
739
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
740
|
+
property :address, as: 'address'
|
|
741
|
+
collection :citation_ids, as: 'citationIds'
|
|
742
|
+
property :email, as: 'email'
|
|
743
|
+
property :label, as: 'label'
|
|
744
|
+
property :other, as: 'other'
|
|
745
|
+
property :phone, as: 'phone'
|
|
746
|
+
end
|
|
747
|
+
end
|
|
748
|
+
|
|
749
|
+
class CustomerProfileIndustry
|
|
750
|
+
# @private
|
|
751
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
752
|
+
collection :citation_ids, as: 'citationIds'
|
|
753
|
+
property :industry, as: 'industry'
|
|
754
|
+
end
|
|
755
|
+
end
|
|
756
|
+
|
|
757
|
+
class CustomerProfileLocation
|
|
758
|
+
# @private
|
|
759
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
760
|
+
property :address, as: 'address'
|
|
761
|
+
property :brand, as: 'brand'
|
|
762
|
+
collection :citation_ids, as: 'citationIds'
|
|
763
|
+
property :facility_type, as: 'facilityType'
|
|
764
|
+
end
|
|
765
|
+
end
|
|
766
|
+
|
|
767
|
+
class CustomerProfilePerson
|
|
768
|
+
# @private
|
|
769
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
770
|
+
collection :citation_ids, as: 'citationIds'
|
|
771
|
+
property :name, as: 'name'
|
|
772
|
+
property :title, as: 'title'
|
|
773
|
+
end
|
|
774
|
+
end
|
|
775
|
+
|
|
776
|
+
class CustomerProfileProduct
|
|
777
|
+
# @private
|
|
778
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
779
|
+
property :brand, as: 'brand'
|
|
780
|
+
collection :citation_ids, as: 'citationIds'
|
|
781
|
+
property :product, as: 'product'
|
|
782
|
+
end
|
|
783
|
+
end
|
|
784
|
+
|
|
785
|
+
class CustomerProfileSecurityConsiderations
|
|
786
|
+
# @private
|
|
787
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
788
|
+
collection :considerations, as: 'considerations'
|
|
789
|
+
property :note, as: 'note'
|
|
790
|
+
end
|
|
791
|
+
end
|
|
792
|
+
|
|
793
|
+
class CustomerProfileSummary
|
|
794
|
+
# @private
|
|
795
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
796
|
+
property :area_served, as: 'areaServed', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString::Representation
|
|
797
|
+
|
|
798
|
+
property :brands, as: 'brands', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString::Representation
|
|
799
|
+
|
|
800
|
+
property :entity_type, as: 'entityType', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString::Representation
|
|
801
|
+
|
|
802
|
+
property :founded, as: 'founded', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString::Representation
|
|
803
|
+
|
|
804
|
+
property :headquarters, as: 'headquarters', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString::Representation
|
|
805
|
+
|
|
806
|
+
property :industry, as: 'industry', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString::Representation
|
|
807
|
+
|
|
808
|
+
property :key_people_summary, as: 'keyPeopleSummary', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString::Representation
|
|
809
|
+
|
|
810
|
+
property :parent_company, as: 'parentCompany', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString::Representation
|
|
811
|
+
|
|
812
|
+
property :primary_website, as: 'primaryWebsite', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString::Representation
|
|
813
|
+
|
|
814
|
+
property :products_summary, as: 'productsSummary', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString::Representation
|
|
815
|
+
|
|
816
|
+
property :services_summary, as: 'servicesSummary', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString::Representation
|
|
817
|
+
|
|
818
|
+
property :title, as: 'title', class: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString, decorator: Google::Apis::ThreatintelligenceV1beta::CustomerProfileCitedString::Representation
|
|
819
|
+
|
|
820
|
+
end
|
|
821
|
+
end
|
|
822
|
+
|
|
823
|
+
class CustomerProfileWebPresence
|
|
824
|
+
# @private
|
|
825
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
826
|
+
collection :citation_ids, as: 'citationIds'
|
|
827
|
+
property :domain, as: 'domain'
|
|
828
|
+
end
|
|
829
|
+
end
|
|
830
|
+
|
|
831
|
+
class DataLeakAlertDetail
|
|
832
|
+
# @private
|
|
833
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
834
|
+
collection :discovery_document_ids, as: 'discoveryDocumentIds'
|
|
835
|
+
property :severity, as: 'severity'
|
|
836
|
+
end
|
|
837
|
+
end
|
|
838
|
+
|
|
839
|
+
class DataLeakFindingDetail
|
|
840
|
+
# @private
|
|
841
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
842
|
+
property :document_id, as: 'documentId'
|
|
843
|
+
property :match_score, as: 'matchScore'
|
|
844
|
+
property :severity, as: 'severity'
|
|
845
|
+
end
|
|
846
|
+
end
|
|
847
|
+
|
|
848
|
+
class DomainMonitoringConfig
|
|
849
|
+
# @private
|
|
850
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
851
|
+
collection :domains, as: 'domains', class: Google::Apis::ThreatintelligenceV1beta::DomainMonitoringDomain, decorator: Google::Apis::ThreatintelligenceV1beta::DomainMonitoringDomain::Representation
|
|
852
|
+
|
|
853
|
+
end
|
|
854
|
+
end
|
|
855
|
+
|
|
856
|
+
class DomainMonitoringDomain
|
|
857
|
+
# @private
|
|
858
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
859
|
+
property :domain, as: 'domain'
|
|
860
|
+
end
|
|
861
|
+
end
|
|
862
|
+
|
|
863
|
+
class EntityProfile
|
|
864
|
+
# @private
|
|
865
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
866
|
+
collection :countries, as: 'countries'
|
|
867
|
+
collection :domains, as: 'domains'
|
|
868
|
+
collection :industries, as: 'industries'
|
|
869
|
+
property :name, as: 'name'
|
|
870
|
+
collection :operational_areas, as: 'operationalAreas'
|
|
871
|
+
property :profile_summary, as: 'profileSummary'
|
|
872
|
+
collection :regions, as: 'regions'
|
|
873
|
+
collection :sub_industries, as: 'subIndustries'
|
|
874
|
+
end
|
|
875
|
+
end
|
|
876
|
+
|
|
877
|
+
class EnumerateAlertFacetsResponse
|
|
878
|
+
# @private
|
|
879
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
880
|
+
collection :facets, as: 'facets', class: Google::Apis::ThreatintelligenceV1beta::Facet, decorator: Google::Apis::ThreatintelligenceV1beta::Facet::Representation
|
|
881
|
+
|
|
882
|
+
end
|
|
883
|
+
end
|
|
884
|
+
|
|
885
|
+
class Evidence
|
|
886
|
+
# @private
|
|
887
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
888
|
+
collection :common_themes, as: 'commonThemes'
|
|
889
|
+
collection :distinct_themes, as: 'distinctThemes'
|
|
890
|
+
end
|
|
891
|
+
end
|
|
892
|
+
|
|
893
|
+
class Facet
|
|
894
|
+
# @private
|
|
895
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
896
|
+
property :facet, as: 'facet'
|
|
897
|
+
collection :facet_counts, as: 'facetCounts', class: Google::Apis::ThreatintelligenceV1beta::FacetCount, decorator: Google::Apis::ThreatintelligenceV1beta::FacetCount::Representation
|
|
898
|
+
|
|
899
|
+
property :facet_type, as: 'facetType'
|
|
900
|
+
property :max_value, as: 'maxValue'
|
|
901
|
+
property :min_value, as: 'minValue'
|
|
902
|
+
property :total_count, :numeric_string => true, as: 'totalCount'
|
|
903
|
+
end
|
|
904
|
+
end
|
|
905
|
+
|
|
906
|
+
class FacetCount
|
|
907
|
+
# @private
|
|
908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
909
|
+
property :count, as: 'count'
|
|
910
|
+
property :value, as: 'value'
|
|
911
|
+
end
|
|
912
|
+
end
|
|
913
|
+
|
|
914
|
+
class Finding
|
|
915
|
+
# @private
|
|
916
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
917
|
+
property :ai_summary, as: 'aiSummary'
|
|
918
|
+
property :alert, as: 'alert'
|
|
919
|
+
property :asset, as: 'asset'
|
|
920
|
+
property :audit, as: 'audit', class: Google::Apis::ThreatintelligenceV1beta::Audit, decorator: Google::Apis::ThreatintelligenceV1beta::Audit::Representation
|
|
921
|
+
|
|
922
|
+
collection :configurations, as: 'configurations'
|
|
923
|
+
property :detail, as: 'detail', class: Google::Apis::ThreatintelligenceV1beta::FindingDetail, decorator: Google::Apis::ThreatintelligenceV1beta::FindingDetail::Representation
|
|
924
|
+
|
|
925
|
+
property :display_name, as: 'displayName'
|
|
926
|
+
property :issue, as: 'issue'
|
|
927
|
+
property :name, as: 'name'
|
|
928
|
+
property :provider, as: 'provider'
|
|
929
|
+
property :relevance_analysis, as: 'relevanceAnalysis', class: Google::Apis::ThreatintelligenceV1beta::RelevanceAnalysis, decorator: Google::Apis::ThreatintelligenceV1beta::RelevanceAnalysis::Representation
|
|
930
|
+
|
|
931
|
+
collection :reoccurrence_times, as: 'reoccurrenceTimes'
|
|
932
|
+
property :severity, as: 'severity'
|
|
933
|
+
property :severity_analysis, as: 'severityAnalysis', class: Google::Apis::ThreatintelligenceV1beta::SeverityAnalysis, decorator: Google::Apis::ThreatintelligenceV1beta::SeverityAnalysis::Representation
|
|
934
|
+
|
|
935
|
+
end
|
|
936
|
+
end
|
|
937
|
+
|
|
938
|
+
class FindingDetail
|
|
939
|
+
# @private
|
|
940
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
941
|
+
property :compromised_credentials, as: 'compromisedCredentials', class: Google::Apis::ThreatintelligenceV1beta::CompromisedCredentialsFindingDetail, decorator: Google::Apis::ThreatintelligenceV1beta::CompromisedCredentialsFindingDetail::Representation
|
|
942
|
+
|
|
943
|
+
property :data_leak, as: 'dataLeak', class: Google::Apis::ThreatintelligenceV1beta::DataLeakFindingDetail, decorator: Google::Apis::ThreatintelligenceV1beta::DataLeakFindingDetail::Representation
|
|
944
|
+
|
|
945
|
+
property :detail_type, as: 'detailType'
|
|
946
|
+
property :inband_vulnerability, as: 'inbandVulnerability', class: Google::Apis::ThreatintelligenceV1beta::InbandVulnerabilityFindingDetail, decorator: Google::Apis::ThreatintelligenceV1beta::InbandVulnerabilityFindingDetail::Representation
|
|
947
|
+
|
|
948
|
+
property :initial_access_broker, as: 'initialAccessBroker', class: Google::Apis::ThreatintelligenceV1beta::InitialAccessBrokerFindingDetail, decorator: Google::Apis::ThreatintelligenceV1beta::InitialAccessBrokerFindingDetail::Representation
|
|
949
|
+
|
|
950
|
+
property :insider_threat, as: 'insiderThreat', class: Google::Apis::ThreatintelligenceV1beta::InsiderThreatFindingDetail, decorator: Google::Apis::ThreatintelligenceV1beta::InsiderThreatFindingDetail::Representation
|
|
951
|
+
|
|
952
|
+
property :misconfiguration, as: 'misconfiguration', class: Google::Apis::ThreatintelligenceV1beta::MisconfigurationFindingDetail, decorator: Google::Apis::ThreatintelligenceV1beta::MisconfigurationFindingDetail::Representation
|
|
953
|
+
|
|
954
|
+
property :suspicious_domain, as: 'suspiciousDomain', class: Google::Apis::ThreatintelligenceV1beta::SuspiciousDomainFindingDetail, decorator: Google::Apis::ThreatintelligenceV1beta::SuspiciousDomainFindingDetail::Representation
|
|
955
|
+
|
|
956
|
+
property :target_technology, as: 'targetTechnology', class: Google::Apis::ThreatintelligenceV1beta::TargetTechnologyFindingDetail, decorator: Google::Apis::ThreatintelligenceV1beta::TargetTechnologyFindingDetail::Representation
|
|
957
|
+
|
|
958
|
+
end
|
|
959
|
+
end
|
|
960
|
+
|
|
961
|
+
class InbandVulnerability
|
|
962
|
+
# @private
|
|
963
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
964
|
+
collection :affected_software, as: 'affectedSoftware', class: Google::Apis::ThreatintelligenceV1beta::AffectedSoftware, decorator: Google::Apis::ThreatintelligenceV1beta::AffectedSoftware::Representation
|
|
965
|
+
|
|
966
|
+
collection :authors, as: 'authors'
|
|
967
|
+
property :cve_id, as: 'cveId'
|
|
968
|
+
property :cvss_v31_score, as: 'cvssV31Score'
|
|
969
|
+
property :cvss_v31_score_temporal, as: 'cvssV31ScoreTemporal'
|
|
970
|
+
property :description, as: 'description'
|
|
971
|
+
property :disclosure_time, as: 'disclosureTime'
|
|
972
|
+
property :exploitation_state, as: 'exploitationState'
|
|
973
|
+
property :external_vulnerability_id, as: 'externalVulnerabilityId'
|
|
974
|
+
property :is_exploited_wild, as: 'isExploitedWild'
|
|
975
|
+
collection :reference_urls, as: 'referenceUrls'
|
|
976
|
+
property :remediation, as: 'remediation'
|
|
977
|
+
property :risk_rating, as: 'riskRating'
|
|
978
|
+
property :title, as: 'title'
|
|
979
|
+
end
|
|
980
|
+
end
|
|
981
|
+
|
|
982
|
+
class InbandVulnerabilityFindingDetail
|
|
983
|
+
# @private
|
|
984
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
985
|
+
property :formatted_proof_details, as: 'formattedProofDetails'
|
|
986
|
+
property :request_uri, as: 'requestUri'
|
|
987
|
+
property :vulnerability, as: 'vulnerability', class: Google::Apis::ThreatintelligenceV1beta::InbandVulnerability, decorator: Google::Apis::ThreatintelligenceV1beta::InbandVulnerability::Representation
|
|
988
|
+
|
|
989
|
+
end
|
|
990
|
+
end
|
|
991
|
+
|
|
992
|
+
class InitialAccessBrokerAlertDetail
|
|
993
|
+
# @private
|
|
994
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
995
|
+
collection :discovery_document_ids, as: 'discoveryDocumentIds'
|
|
996
|
+
property :severity, as: 'severity'
|
|
997
|
+
end
|
|
998
|
+
end
|
|
999
|
+
|
|
1000
|
+
class InitialAccessBrokerConfig
|
|
1001
|
+
# @private
|
|
1002
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1003
|
+
property :entity_profile, as: 'entityProfile', class: Google::Apis::ThreatintelligenceV1beta::EntityProfile, decorator: Google::Apis::ThreatintelligenceV1beta::EntityProfile::Representation
|
|
1004
|
+
|
|
1005
|
+
end
|
|
1006
|
+
end
|
|
1007
|
+
|
|
1008
|
+
class InitialAccessBrokerFindingDetail
|
|
1009
|
+
# @private
|
|
1010
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1011
|
+
property :document_id, as: 'documentId'
|
|
1012
|
+
property :match_score, as: 'matchScore'
|
|
1013
|
+
property :severity, as: 'severity'
|
|
1014
|
+
end
|
|
1015
|
+
end
|
|
1016
|
+
|
|
1017
|
+
class InsiderThreatAlertDetail
|
|
1018
|
+
# @private
|
|
1019
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1020
|
+
collection :discovery_document_ids, as: 'discoveryDocumentIds'
|
|
1021
|
+
property :severity, as: 'severity'
|
|
1022
|
+
end
|
|
1023
|
+
end
|
|
1024
|
+
|
|
1025
|
+
class InsiderThreatFindingDetail
|
|
1026
|
+
# @private
|
|
1027
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1028
|
+
property :document_id, as: 'documentId'
|
|
1029
|
+
property :match_score, as: 'matchScore'
|
|
1030
|
+
property :severity, as: 'severity'
|
|
1031
|
+
end
|
|
1032
|
+
end
|
|
1033
|
+
|
|
1034
|
+
class ListAlertsResponse
|
|
1035
|
+
# @private
|
|
1036
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1037
|
+
collection :alerts, as: 'alerts', class: Google::Apis::ThreatintelligenceV1beta::Alert, decorator: Google::Apis::ThreatintelligenceV1beta::Alert::Representation
|
|
1038
|
+
|
|
1039
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1040
|
+
end
|
|
1041
|
+
end
|
|
1042
|
+
|
|
1043
|
+
class ListConfigurationRevisionsResponse
|
|
1044
|
+
# @private
|
|
1045
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1046
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1047
|
+
collection :revisions, as: 'revisions', class: Google::Apis::ThreatintelligenceV1beta::ConfigurationRevision, decorator: Google::Apis::ThreatintelligenceV1beta::ConfigurationRevision::Representation
|
|
1048
|
+
|
|
1049
|
+
end
|
|
1050
|
+
end
|
|
1051
|
+
|
|
1052
|
+
class ListConfigurationsResponse
|
|
1053
|
+
# @private
|
|
1054
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1055
|
+
collection :configurations, as: 'configurations', class: Google::Apis::ThreatintelligenceV1beta::Configuration, decorator: Google::Apis::ThreatintelligenceV1beta::Configuration::Representation
|
|
1056
|
+
|
|
1057
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1058
|
+
end
|
|
1059
|
+
end
|
|
1060
|
+
|
|
1061
|
+
class ListFindingsResponse
|
|
1062
|
+
# @private
|
|
1063
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1064
|
+
collection :findings, as: 'findings', class: Google::Apis::ThreatintelligenceV1beta::Finding, decorator: Google::Apis::ThreatintelligenceV1beta::Finding::Representation
|
|
1065
|
+
|
|
1066
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1067
|
+
end
|
|
1068
|
+
end
|
|
1069
|
+
|
|
1070
|
+
class MarkAlertAsBenignRequest
|
|
1071
|
+
# @private
|
|
1072
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1073
|
+
end
|
|
1074
|
+
end
|
|
1075
|
+
|
|
1076
|
+
class MarkAlertAsDuplicateRequest
|
|
1077
|
+
# @private
|
|
1078
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1079
|
+
property :duplicate_of, as: 'duplicateOf'
|
|
1080
|
+
end
|
|
1081
|
+
end
|
|
1082
|
+
|
|
1083
|
+
class MarkAlertAsEscalatedRequest
|
|
1084
|
+
# @private
|
|
1085
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1086
|
+
end
|
|
1087
|
+
end
|
|
1088
|
+
|
|
1089
|
+
class MarkAlertAsFalsePositiveRequest
|
|
1090
|
+
# @private
|
|
1091
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1092
|
+
end
|
|
1093
|
+
end
|
|
1094
|
+
|
|
1095
|
+
class MarkAlertAsNotActionableRequest
|
|
1096
|
+
# @private
|
|
1097
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1098
|
+
end
|
|
1099
|
+
end
|
|
1100
|
+
|
|
1101
|
+
class MarkAlertAsReadRequest
|
|
1102
|
+
# @private
|
|
1103
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1104
|
+
end
|
|
1105
|
+
end
|
|
1106
|
+
|
|
1107
|
+
class MarkAlertAsResolvedRequest
|
|
1108
|
+
# @private
|
|
1109
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1110
|
+
end
|
|
1111
|
+
end
|
|
1112
|
+
|
|
1113
|
+
class MarkAlertAsTrackedExternallyRequest
|
|
1114
|
+
# @private
|
|
1115
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1116
|
+
end
|
|
1117
|
+
end
|
|
1118
|
+
|
|
1119
|
+
class MarkAlertAsTriagedRequest
|
|
1120
|
+
# @private
|
|
1121
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1122
|
+
end
|
|
1123
|
+
end
|
|
1124
|
+
|
|
1125
|
+
class MisconfigurationFindingDetail
|
|
1126
|
+
# @private
|
|
1127
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1128
|
+
property :misconfiguration_metadata, as: 'misconfigurationMetadata', class: Google::Apis::ThreatintelligenceV1beta::MisconfigurationMetadata, decorator: Google::Apis::ThreatintelligenceV1beta::MisconfigurationMetadata::Representation
|
|
1129
|
+
|
|
1130
|
+
end
|
|
1131
|
+
end
|
|
1132
|
+
|
|
1133
|
+
class MisconfigurationMetadata
|
|
1134
|
+
# @private
|
|
1135
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1136
|
+
property :description, as: 'description'
|
|
1137
|
+
property :display_name, as: 'displayName'
|
|
1138
|
+
property :misconfiguration_id, as: 'misconfigurationId'
|
|
1139
|
+
collection :references, as: 'references', class: Google::Apis::ThreatintelligenceV1beta::MisconfigurationReference, decorator: Google::Apis::ThreatintelligenceV1beta::MisconfigurationReference::Representation
|
|
1140
|
+
|
|
1141
|
+
property :remediation, as: 'remediation'
|
|
1142
|
+
property :vulnerable_uri, as: 'vulnerableUri'
|
|
1143
|
+
end
|
|
1144
|
+
end
|
|
1145
|
+
|
|
1146
|
+
class MisconfigurationReference
|
|
1147
|
+
# @private
|
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1149
|
+
property :type, as: 'type'
|
|
1150
|
+
property :uri, as: 'uri'
|
|
1151
|
+
end
|
|
1152
|
+
end
|
|
1153
|
+
|
|
1154
|
+
class PriorityAnalysis
|
|
1155
|
+
# @private
|
|
1156
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1157
|
+
property :confidence, as: 'confidence'
|
|
1158
|
+
property :priority_level, as: 'priorityLevel'
|
|
1159
|
+
property :reasoning, as: 'reasoning'
|
|
1160
|
+
end
|
|
1161
|
+
end
|
|
1162
|
+
|
|
1163
|
+
class RefreshAlertUriStatusRequest
|
|
1164
|
+
# @private
|
|
1165
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1166
|
+
end
|
|
1167
|
+
end
|
|
1168
|
+
|
|
1169
|
+
class RefreshAlertUriStatusResponse
|
|
1170
|
+
# @private
|
|
1171
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1172
|
+
property :state, as: 'state'
|
|
1173
|
+
end
|
|
1174
|
+
end
|
|
1175
|
+
|
|
1176
|
+
class RelevanceAnalysis
|
|
1177
|
+
# @private
|
|
1178
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1179
|
+
property :confidence, as: 'confidence'
|
|
1180
|
+
property :evidence, as: 'evidence', class: Google::Apis::ThreatintelligenceV1beta::Evidence, decorator: Google::Apis::ThreatintelligenceV1beta::Evidence::Representation
|
|
1181
|
+
|
|
1182
|
+
property :reasoning, as: 'reasoning'
|
|
1183
|
+
property :relevance_level, as: 'relevanceLevel'
|
|
1184
|
+
property :relevant, as: 'relevant'
|
|
1185
|
+
end
|
|
1186
|
+
end
|
|
1187
|
+
|
|
1188
|
+
class ReportAlertUriRequest
|
|
1189
|
+
# @private
|
|
1190
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1191
|
+
end
|
|
1192
|
+
end
|
|
1193
|
+
|
|
1194
|
+
class ReportAlertUriResponse
|
|
1195
|
+
# @private
|
|
1196
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1197
|
+
property :state, as: 'state'
|
|
1198
|
+
end
|
|
1199
|
+
end
|
|
1200
|
+
|
|
1201
|
+
class SearchFindingsResponse
|
|
1202
|
+
# @private
|
|
1203
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1204
|
+
collection :findings, as: 'findings', class: Google::Apis::ThreatintelligenceV1beta::Finding, decorator: Google::Apis::ThreatintelligenceV1beta::Finding::Representation
|
|
1205
|
+
|
|
1206
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1207
|
+
end
|
|
1208
|
+
end
|
|
1209
|
+
|
|
1210
|
+
class SeverityAnalysis
|
|
1211
|
+
# @private
|
|
1212
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1213
|
+
property :confidence, as: 'confidence'
|
|
1214
|
+
property :reasoning, as: 'reasoning'
|
|
1215
|
+
property :severity_level, as: 'severityLevel'
|
|
1216
|
+
end
|
|
1217
|
+
end
|
|
1218
|
+
|
|
1219
|
+
class SuspiciousDomainAlertDetail
|
|
1220
|
+
# @private
|
|
1221
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1222
|
+
property :dns, as: 'dns', class: Google::Apis::ThreatintelligenceV1beta::SuspiciousDomainDnsDetails, decorator: Google::Apis::ThreatintelligenceV1beta::SuspiciousDomainDnsDetails::Representation
|
|
1223
|
+
|
|
1224
|
+
property :domain, as: 'domain'
|
|
1225
|
+
property :gti_details, as: 'gtiDetails', class: Google::Apis::ThreatintelligenceV1beta::SuspiciousDomainGtiDetails, decorator: Google::Apis::ThreatintelligenceV1beta::SuspiciousDomainGtiDetails::Representation
|
|
1226
|
+
|
|
1227
|
+
property :web_risk_operation, as: 'webRiskOperation'
|
|
1228
|
+
property :web_risk_state, as: 'webRiskState'
|
|
1229
|
+
property :whois, as: 'whois', class: Google::Apis::ThreatintelligenceV1beta::SuspiciousDomainWhoIsDetails, decorator: Google::Apis::ThreatintelligenceV1beta::SuspiciousDomainWhoIsDetails::Representation
|
|
1230
|
+
|
|
1231
|
+
end
|
|
1232
|
+
end
|
|
1233
|
+
|
|
1234
|
+
class SuspiciousDomainDnsDetails
|
|
1235
|
+
# @private
|
|
1236
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1237
|
+
collection :dns_records, as: 'dnsRecords', class: Google::Apis::ThreatintelligenceV1beta::SuspiciousDomainDnsRecord, decorator: Google::Apis::ThreatintelligenceV1beta::SuspiciousDomainDnsRecord::Representation
|
|
1238
|
+
|
|
1239
|
+
property :retrieval_time, as: 'retrievalTime'
|
|
1240
|
+
end
|
|
1241
|
+
end
|
|
1242
|
+
|
|
1243
|
+
class SuspiciousDomainDnsRecord
|
|
1244
|
+
# @private
|
|
1245
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1246
|
+
property :record, as: 'record'
|
|
1247
|
+
property :ttl, as: 'ttl'
|
|
1248
|
+
property :type, as: 'type'
|
|
1249
|
+
property :value, as: 'value'
|
|
1250
|
+
end
|
|
1251
|
+
end
|
|
1252
|
+
|
|
1253
|
+
class SuspiciousDomainFindingDetail
|
|
1254
|
+
# @private
|
|
1255
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1256
|
+
property :dns, as: 'dns', class: Google::Apis::ThreatintelligenceV1beta::SuspiciousDomainDnsDetails, decorator: Google::Apis::ThreatintelligenceV1beta::SuspiciousDomainDnsDetails::Representation
|
|
1257
|
+
|
|
1258
|
+
property :domain, as: 'domain'
|
|
1259
|
+
property :gti_details, as: 'gtiDetails', class: Google::Apis::ThreatintelligenceV1beta::SuspiciousDomainGtiDetails, decorator: Google::Apis::ThreatintelligenceV1beta::SuspiciousDomainGtiDetails::Representation
|
|
1260
|
+
|
|
1261
|
+
property :match_score, as: 'matchScore'
|
|
1262
|
+
property :severity, as: 'severity'
|
|
1263
|
+
property :whois, as: 'whois', class: Google::Apis::ThreatintelligenceV1beta::SuspiciousDomainWhoIsDetails, decorator: Google::Apis::ThreatintelligenceV1beta::SuspiciousDomainWhoIsDetails::Representation
|
|
1264
|
+
|
|
1265
|
+
end
|
|
1266
|
+
end
|
|
1267
|
+
|
|
1268
|
+
class SuspiciousDomainGtiDetails
|
|
1269
|
+
# @private
|
|
1270
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1271
|
+
property :threat_score, as: 'threatScore'
|
|
1272
|
+
property :verdict, as: 'verdict'
|
|
1273
|
+
property :virustotal_uri, as: 'virustotalUri'
|
|
1274
|
+
end
|
|
1275
|
+
end
|
|
1276
|
+
|
|
1277
|
+
class SuspiciousDomainWhoIsDetails
|
|
1278
|
+
# @private
|
|
1279
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1280
|
+
property :retrieval_time, as: 'retrievalTime'
|
|
1281
|
+
property :whois, as: 'whois'
|
|
1282
|
+
end
|
|
1283
|
+
end
|
|
1284
|
+
|
|
1285
|
+
class TargetTechnologyAlertDetail
|
|
1286
|
+
# @private
|
|
1287
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1288
|
+
property :vulnerability_match, as: 'vulnerabilityMatch', class: Google::Apis::ThreatintelligenceV1beta::VulnerabilityMatch, decorator: Google::Apis::ThreatintelligenceV1beta::VulnerabilityMatch::Representation
|
|
1289
|
+
|
|
1290
|
+
end
|
|
1291
|
+
end
|
|
1292
|
+
|
|
1293
|
+
class TargetTechnologyFindingDetail
|
|
1294
|
+
# @private
|
|
1295
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1296
|
+
property :vulnerability_match, as: 'vulnerabilityMatch', class: Google::Apis::ThreatintelligenceV1beta::VulnerabilityMatch, decorator: Google::Apis::ThreatintelligenceV1beta::VulnerabilityMatch::Representation
|
|
1297
|
+
|
|
1298
|
+
end
|
|
1299
|
+
end
|
|
1300
|
+
|
|
1301
|
+
class TechnologyWatchListAlertThreshold
|
|
1302
|
+
# @private
|
|
1303
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1304
|
+
property :cvss_score_minimum, as: 'cvssScoreMinimum'
|
|
1305
|
+
property :epss_score_minimum, as: 'epssScoreMinimum'
|
|
1306
|
+
collection :exploitation_states, as: 'exploitationStates'
|
|
1307
|
+
property :priority_minimum, as: 'priorityMinimum'
|
|
1308
|
+
end
|
|
1309
|
+
end
|
|
1310
|
+
|
|
1311
|
+
class TechnologyWatchListConfig
|
|
1312
|
+
# @private
|
|
1313
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1314
|
+
property :alert_threshold, as: 'alertThreshold', class: Google::Apis::ThreatintelligenceV1beta::TechnologyWatchListAlertThreshold, decorator: Google::Apis::ThreatintelligenceV1beta::TechnologyWatchListAlertThreshold::Representation
|
|
1315
|
+
|
|
1316
|
+
collection :technologies, as: 'technologies'
|
|
1317
|
+
end
|
|
1318
|
+
end
|
|
1319
|
+
|
|
1320
|
+
class UpsertConfigurationResponse
|
|
1321
|
+
# @private
|
|
1322
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1323
|
+
property :configuration, as: 'configuration'
|
|
1324
|
+
end
|
|
1325
|
+
end
|
|
1326
|
+
|
|
1327
|
+
class VulnerabilityMatch
|
|
1328
|
+
# @private
|
|
1329
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1330
|
+
collection :associations, as: 'associations', class: Google::Apis::ThreatintelligenceV1beta::Association, decorator: Google::Apis::ThreatintelligenceV1beta::Association::Representation
|
|
1331
|
+
|
|
1332
|
+
property :collection_id, as: 'collectionId'
|
|
1333
|
+
property :cve_id, as: 'cveId'
|
|
1334
|
+
property :cvss3_score, as: 'cvss3Score'
|
|
1335
|
+
property :description, as: 'description'
|
|
1336
|
+
property :exploitation_state, as: 'exploitationState'
|
|
1337
|
+
property :risk_rating, as: 'riskRating'
|
|
1338
|
+
collection :technologies, as: 'technologies'
|
|
1339
|
+
end
|
|
1340
|
+
end
|
|
1341
|
+
end
|
|
1342
|
+
end
|
|
1343
|
+
end
|