google-apis-threatintelligence_v1beta 0.6.0 → 0.8.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb83014068684b66d566d0eafd60da7075ca4e9da630954492db31349a1a8ce7
|
|
4
|
+
data.tar.gz: 740eeee8438f48eba83700777a6daaa5f5219c0befb99d7fe49279a7a74a453f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21cb94062bd202217f349c25c6bb7645d3903ce6265420a344c3e54c6d961445e44d0c688137a5f4c351b9582f8d4284c9b9adf12d15185127c0cd5674c095a5
|
|
7
|
+
data.tar.gz: 77e089aab2f9e5fdd7d2bf014e35bed27ea1ebb9a64defd1186c8f2af5b8a614f8f7fb4fc52a13c869fe425e94d7d695d0d6b409206a968fd2e677395300362b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-threatintelligence_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.8.0 (2026-05-03)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260428
|
|
6
|
+
|
|
7
|
+
### v0.7.0 (2026-04-19)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260412
|
|
10
|
+
|
|
3
11
|
### v0.6.0 (2026-03-08)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260223
|
|
@@ -202,7 +202,8 @@ module Google
|
|
|
202
202
|
# @return [String]
|
|
203
203
|
attr_accessor :content
|
|
204
204
|
|
|
205
|
-
# Output only. The
|
|
205
|
+
# Output only. The timestamp of the original external publication of the
|
|
206
|
+
# document.
|
|
206
207
|
# Corresponds to the JSON property `createTime`
|
|
207
208
|
# @return [String]
|
|
208
209
|
attr_accessor :create_time
|
|
@@ -961,9 +962,8 @@ module Google
|
|
|
961
962
|
# @return [Array<String>]
|
|
962
963
|
attr_accessor :discovery_document_ids
|
|
963
964
|
|
|
964
|
-
# Required. Data Leak
|
|
965
|
-
#
|
|
966
|
-
# CRITICAL")
|
|
965
|
+
# Required. The severity of the Data Leak alert. Allowed values are: * `LOW` * `
|
|
966
|
+
# MEDIUM` * `HIGH` * `CRITICAL`
|
|
967
967
|
# Corresponds to the JSON property `severity`
|
|
968
968
|
# @return [String]
|
|
969
969
|
attr_accessor :severity
|
|
@@ -1307,7 +1307,8 @@ module Google
|
|
|
1307
1307
|
# @return [Array<String>]
|
|
1308
1308
|
attr_accessor :discovery_document_ids
|
|
1309
1309
|
|
|
1310
|
-
# Required. IAB
|
|
1310
|
+
# Required. The severity of the Initial Access Broker (IAB) alert. Allowed
|
|
1311
|
+
# values are: * `LOW` * `MEDIUM` * `HIGH` * `CRITICAL`
|
|
1311
1312
|
# Corresponds to the JSON property `severity`
|
|
1312
1313
|
# @return [String]
|
|
1313
1314
|
attr_accessor :severity
|
|
@@ -1368,9 +1369,8 @@ module Google
|
|
|
1368
1369
|
# @return [Array<String>]
|
|
1369
1370
|
attr_accessor :discovery_document_ids
|
|
1370
1371
|
|
|
1371
|
-
# Required.
|
|
1372
|
-
#
|
|
1373
|
-
# MEDIUM", "HIGH", "CRITICAL")
|
|
1372
|
+
# Required. The severity of the Insider Threat alert. Allowed values are: * `LOW`
|
|
1373
|
+
# * `MEDIUM` * `HIGH` * `CRITICAL`
|
|
1374
1374
|
# Corresponds to the JSON property `severity`
|
|
1375
1375
|
# @return [String]
|
|
1376
1376
|
attr_accessor :severity
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ThreatintelligenceV1beta
|
|
18
18
|
# Version of the google-apis-threatintelligence_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.8.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260428"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -289,14 +289,31 @@ module Google
|
|
|
289
289
|
# @param [String] parent
|
|
290
290
|
# Required. Parent of the alerts. Format: projects/`project`
|
|
291
291
|
# @param [String] filter
|
|
292
|
-
# Optional. Filter criteria.
|
|
292
|
+
# Optional. Filter criteria. Supported fields for filtering include: * `audit.
|
|
293
|
+
# create_time` * `audit.creator` * `audit.update_time` * `audit.updater` * `
|
|
294
|
+
# detail.data_leak.discovery_document_ids` * `detail.data_leak.severity` * `
|
|
295
|
+
# detail.detail_type` * `detail.initial_access_broker.discovery_document_ids` * `
|
|
296
|
+
# detail.initial_access_broker.severity` * `detail.insider_threat.
|
|
297
|
+
# discovery_document_ids` * `detail.insider_threat.severity` * `finding_count` *
|
|
298
|
+
# `priority_analysis.priority_level` * `relevance_analysis.confidence` * `
|
|
299
|
+
# relevance_analysis.relevance_level` * `relevance_analysis.relevant` * `
|
|
300
|
+
# severity_analysis.severity_level` * `state` Examples: * `detail.detail_type = "
|
|
301
|
+
# initial_access_broker"` * `detail.detail_type != "data_leak"` * `detail.
|
|
302
|
+
# insider_threat.severity = "HIGH"` * `audit.create_time >= "2026-04-03T00:00:
|
|
303
|
+
# 00Z" AND audit.create_time < "2026-04-06T00:00:00Z"` * `state = "NEW" OR state
|
|
304
|
+
# = "TRIAGED"` * `severity_analysis.severity_level = "SEVERITY_LEVEL_CRITICAL"`
|
|
293
305
|
# @param [String] order_by
|
|
294
|
-
# Optional. Order by criteria in the csv format: "field1,field2 desc" or "
|
|
295
|
-
# field2" or "field1 asc, field2".
|
|
306
|
+
# Optional. Order by criteria in the csv format: "field1, field2 desc" or "
|
|
307
|
+
# field1, field2" or "field1 asc, field2". If a field is specified without `asc`
|
|
308
|
+
# or `desc`, ascending order is used by default. Supported fields for ordering
|
|
309
|
+
# are identical to those supported for filtering. Examples: * `audit.create_time
|
|
310
|
+
# desc` * `audit.update_time asc` * `audit.create_time desc, severity_analysis.
|
|
311
|
+
# severity_level desc`
|
|
296
312
|
# @param [Fixnum] page_size
|
|
297
|
-
# Optional. Page size.
|
|
313
|
+
# Optional. Page size. Default to 100 alerts per page. Maximum is 1000 alerts
|
|
314
|
+
# per page.
|
|
298
315
|
# @param [String] page_token
|
|
299
|
-
# Optional. Page token.
|
|
316
|
+
# Optional. Page token to retrieve the next page of results.
|
|
300
317
|
# @param [String] fields
|
|
301
318
|
# Selector specifying which fields to include in a partial response.
|
|
302
319
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-threatintelligence_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-threatintelligence_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-threatintelligence_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-threatintelligence_v1beta/v0.8.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-threatintelligence_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|