google-apis-securitycenter_v1beta2 0.16.0 → 0.19.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bde5f2b838d8119b9849d19abdb330e3241e46749487db96e356b38764ebe941
|
4
|
+
data.tar.gz: aa0382e00ea0e4b8d23a3cc25c2aeefa52f570fb2e1e706df1e21f9f1b50edee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8dfa466fe683380cb356f64dbea1f92e5a680b53777d866a2f7ed97905e77bfd30717e819ca09937c4fc42cdb69e26a16813b676c6b29f4e30d201c9b3d085a
|
7
|
+
data.tar.gz: 0e3cffe51da2498ebeb20b74d61331d02da1a96e19edbef6cb65553be9801248b7239727f279ad3528dd8c6107b2af3817fe2c7df9384f7211bc1d94088557d8
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-securitycenter_v1beta2
|
2
2
|
|
3
|
+
### v0.19.0 (2022-03-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220318
|
6
|
+
|
7
|
+
### v0.18.0 (2022-03-15)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220310
|
10
|
+
|
11
|
+
### v0.17.0 (2022-03-08)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220303
|
14
|
+
|
3
15
|
### v0.16.0 (2022-02-23)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220219
|
@@ -416,9 +416,9 @@ module Google
|
|
416
416
|
# @return [Google::Apis::SecuritycenterV1beta2::MitreAttack]
|
417
417
|
attr_accessor :mitre_attack
|
418
418
|
|
419
|
-
# Indicates the mute state of a finding (either
|
420
|
-
#
|
421
|
-
#
|
419
|
+
# Indicates the mute state of a finding (either muted, unmuted or undefined).
|
420
|
+
# Unlike other attributes of a finding, a finding provider shouldn't set the
|
421
|
+
# value of mute.
|
422
422
|
# Corresponds to the JSON property `mute`
|
423
423
|
# @return [String]
|
424
424
|
attr_accessor :mute
|
@@ -598,11 +598,7 @@ module Google
|
|
598
598
|
# all value types. * `>`, `<`, `>=`, `<=` for integer values. * `:`, meaning
|
599
599
|
# substring matching, for strings. The supported value types are: * string
|
600
600
|
# literals in quotes. * integer literals without quotes. * boolean literals `
|
601
|
-
# true` and `false` without quotes.
|
602
|
-
# finding (https://source.corp.google.com/piper///depot/google3/google/cloud/
|
603
|
-
# securitycenter/v1/finding.proto) and in the ListFindingsRequest for valid
|
604
|
-
# filter syntax. (https://source.corp.google.com/piper///depot/google3/google/
|
605
|
-
# cloud/securitycenter/v1/securitycenter_service.proto).
|
601
|
+
# true` and `false` without quotes.
|
606
602
|
# Corresponds to the JSON property `filter`
|
607
603
|
# @return [String]
|
608
604
|
attr_accessor :filter
|
@@ -687,10 +683,10 @@ module Google
|
|
687
683
|
# @return [String]
|
688
684
|
attr_accessor :external_uid
|
689
685
|
|
690
|
-
# External System Name e.g. jira, demisto, etc. e.g.: organizations/1234/
|
691
|
-
# 5678/findings/123456/externalSystems/jira folders/1234/sources/5678/
|
692
|
-
# 123456/externalSystems/jira projects/1234/sources/5678/findings/
|
693
|
-
# externalSystems/jira
|
686
|
+
# External System Name e.g. jira, demisto, etc. e.g.: `organizations/1234/
|
687
|
+
# sources/5678/findings/123456/externalSystems/jira` `folders/1234/sources/5678/
|
688
|
+
# findings/123456/externalSystems/jira` `projects/1234/sources/5678/findings/
|
689
|
+
# 123456/externalSystems/jira`
|
694
690
|
# Corresponds to the JSON property `name`
|
695
691
|
# @return [String]
|
696
692
|
attr_accessor :name
|
@@ -859,7 +855,7 @@ module Google
|
|
859
855
|
# @return [String]
|
860
856
|
attr_accessor :project
|
861
857
|
|
862
|
-
# The project
|
858
|
+
# The project ID that the resource belongs to.
|
863
859
|
# Corresponds to the JSON property `projectDisplayName`
|
864
860
|
# @return [String]
|
865
861
|
attr_accessor :project_display_name
|
@@ -1288,9 +1284,9 @@ module Google
|
|
1288
1284
|
# The MITRE ATT&CK technique most closely represented by this finding, if any.
|
1289
1285
|
# primary_techniques is a repeated field because there are multiple levels of
|
1290
1286
|
# MITRE ATT&CK techniques. If the technique most closely represented by this
|
1291
|
-
# finding is a sub-technique (e.g. SCANNING_IP_BLOCKS), both the sub-technique
|
1292
|
-
# and its parent technique(s) will be listed (e.g. SCANNING_IP_BLOCKS
|
1293
|
-
# ACTIVE_SCANNING).
|
1287
|
+
# finding is a sub-technique (e.g. `SCANNING_IP_BLOCKS`), both the sub-technique
|
1288
|
+
# and its parent technique(s) will be listed (e.g. `SCANNING_IP_BLOCKS`, `
|
1289
|
+
# ACTIVE_SCANNING`).
|
1294
1290
|
# Corresponds to the JSON property `primaryTechniques`
|
1295
1291
|
# @return [Array<String>]
|
1296
1292
|
attr_accessor :primary_techniques
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SecuritycenterV1beta2
|
18
18
|
# Version of the google-apis-securitycenter_v1beta2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.19.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220318"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-securitycenter_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.19.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.19.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|