google-apis-securitycenter_v1beta2 0.18.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
@@ -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
|
@@ -855,7 +855,7 @@ module Google
|
|
855
855
|
# @return [String]
|
856
856
|
attr_accessor :project
|
857
857
|
|
858
|
-
# The project
|
858
|
+
# The project ID that the resource belongs to.
|
859
859
|
# Corresponds to the JSON property `projectDisplayName`
|
860
860
|
# @return [String]
|
861
861
|
attr_accessor :project_display_name
|
@@ -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-03-
|
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: []
|