google-cloud-security_center_management-v1 1.2.0 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/security_center_management/v1/security_center_management/client.rb +7 -0
- data/lib/google/cloud/security_center_management/v1/security_center_management/rest/client.rb +7 -0
- data/lib/google/cloud/security_center_management/v1/version.rb +1 -1
- data/proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb +6 -0
- data/proto_docs/google/protobuf/struct.rb +12 -0
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 652c204a201637c776c2d5a3eac817e9452483d95b01465ade290ab3499fa16a
|
4
|
+
data.tar.gz: 2cb53f1ba1e4ff4b912aa95073c1587703e975ec94a38e5dec90906b0561890c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3b783d6f4b445f9235dd668fefca3b2e35ede68b20e3d5270b7ca6983de72204d67f305072cacc4dcf7932567bb501335386fcbc363c461d0b80484c9822cc9
|
7
|
+
data.tar.gz: c2e44b7ca4fc11624cd7613f57703072cc345613c0c4ea13544a586ea2395268c94ea2a38ca5266d33a37d6e080ad4b792e1fba3fc3b087e0a3c6f19705534af
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -2488,6 +2488,13 @@ module Google
|
|
2488
2488
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
2489
2489
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
2490
2490
|
# * (`nil`) indicating no credentials
|
2491
|
+
#
|
2492
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
2493
|
+
# external source for authentication to Google Cloud, you must validate it before
|
2494
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
2495
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
2496
|
+
# For more information, refer to [Validate credential configurations from external
|
2497
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
2491
2498
|
# @return [::Object]
|
2492
2499
|
# @!attribute [rw] scope
|
2493
2500
|
# The OAuth scopes
|
data/lib/google/cloud/security_center_management/v1/security_center_management/rest/client.rb
CHANGED
@@ -2333,6 +2333,13 @@ module Google
|
|
2333
2333
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
2334
2334
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
2335
2335
|
# * (`nil`) indicating no credentials
|
2336
|
+
#
|
2337
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
2338
|
+
# external source for authentication to Google Cloud, you must validate it before
|
2339
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
2340
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
2341
|
+
# For more information, refer to [Validate credential configurations from external
|
2342
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
2336
2343
|
# @return [::Object]
|
2337
2344
|
# @!attribute [rw] scope
|
2338
2345
|
# The OAuth scopes
|
@@ -783,12 +783,18 @@ module Google
|
|
783
783
|
# @return [::Google::Cloud::SecurityCenterManagement::V1::SimulatedFinding]
|
784
784
|
# Finding that would be published for the test case if a violation is
|
785
785
|
# detected.
|
786
|
+
#
|
787
|
+
# Note: The following fields are mutually exclusive: `finding`, `no_violation`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
786
788
|
# @!attribute [rw] no_violation
|
787
789
|
# @return [::Google::Protobuf::Empty]
|
788
790
|
# Indicates that the test case does not trigger any violation.
|
791
|
+
#
|
792
|
+
# Note: The following fields are mutually exclusive: `no_violation`, `finding`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
789
793
|
# @!attribute [rw] error
|
790
794
|
# @return [::Google::Rpc::Status]
|
791
795
|
# Error encountered during the test.
|
796
|
+
#
|
797
|
+
# Note: The following fields are mutually exclusive: `error`, `finding`, `no_violation`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
792
798
|
class SimulatedResult
|
793
799
|
include ::Google::Protobuf::MessageExts
|
794
800
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -53,21 +53,33 @@ module Google
|
|
53
53
|
# @!attribute [rw] null_value
|
54
54
|
# @return [::Google::Protobuf::NullValue]
|
55
55
|
# Represents a null value.
|
56
|
+
#
|
57
|
+
# Note: The following fields are mutually exclusive: `null_value`, `number_value`, `string_value`, `bool_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
56
58
|
# @!attribute [rw] number_value
|
57
59
|
# @return [::Float]
|
58
60
|
# Represents a double value.
|
61
|
+
#
|
62
|
+
# Note: The following fields are mutually exclusive: `number_value`, `null_value`, `string_value`, `bool_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
59
63
|
# @!attribute [rw] string_value
|
60
64
|
# @return [::String]
|
61
65
|
# Represents a string value.
|
66
|
+
#
|
67
|
+
# Note: The following fields are mutually exclusive: `string_value`, `null_value`, `number_value`, `bool_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
62
68
|
# @!attribute [rw] bool_value
|
63
69
|
# @return [::Boolean]
|
64
70
|
# Represents a boolean value.
|
71
|
+
#
|
72
|
+
# Note: The following fields are mutually exclusive: `bool_value`, `null_value`, `number_value`, `string_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
65
73
|
# @!attribute [rw] struct_value
|
66
74
|
# @return [::Google::Protobuf::Struct]
|
67
75
|
# Represents a structured value.
|
76
|
+
#
|
77
|
+
# Note: The following fields are mutually exclusive: `struct_value`, `null_value`, `number_value`, `string_value`, `bool_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
68
78
|
# @!attribute [rw] list_value
|
69
79
|
# @return [::Google::Protobuf::ListValue]
|
70
80
|
# Represents a repeated `Value`.
|
81
|
+
#
|
82
|
+
# Note: The following fields are mutually exclusive: `list_value`, `null_value`, `number_value`, `string_value`, `bool_value`, `struct_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
71
83
|
class Value
|
72
84
|
include ::Google::Protobuf::MessageExts
|
73
85
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-security_center_management-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -126,7 +125,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
126
125
|
licenses:
|
127
126
|
- Apache-2.0
|
128
127
|
metadata: {}
|
129
|
-
post_install_message:
|
130
128
|
rdoc_options: []
|
131
129
|
require_paths:
|
132
130
|
- lib
|
@@ -134,15 +132,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
134
132
|
requirements:
|
135
133
|
- - ">="
|
136
134
|
- !ruby/object:Gem::Version
|
137
|
-
version: '
|
135
|
+
version: '3.0'
|
138
136
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
139
137
|
requirements:
|
140
138
|
- - ">="
|
141
139
|
- !ruby/object:Gem::Version
|
142
140
|
version: '0'
|
143
141
|
requirements: []
|
144
|
-
rubygems_version: 3.
|
145
|
-
signing_key:
|
142
|
+
rubygems_version: 3.6.2
|
146
143
|
specification_version: 4
|
147
144
|
summary: Management API for Security Command Center, a built-in security and risk
|
148
145
|
management solution for Google Cloud. Use this API to programmatically update the
|