google-cloud-security_center-v1 1.4.1 → 1.6.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 +4 -4
- data/lib/google/cloud/security_center/v1/version.rb +1 -1
- data/proto_docs/google/iam/v1/policy.rb +1 -1
- metadata +9 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36ae3860a748e39e08035351d6c60e8383b03f7829783e01cf18826948b4a722
|
4
|
+
data.tar.gz: a52b711beb1f3a75e8ef317a00d1816fb9f3bf1c9ec0c56d58b33dd25264d8e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a88b8c7ba0893492e41473bb0e74c188dec0306155c1508d4d1db2b7ea1403f122df28bdcf038836f359c8344b3650a1b6418a24b227da35ed7894d2ab4cafaf
|
7
|
+
data.tar.gz: 163403a1989df5bf2273868f1406ce3e057cd262e68535469f739233b776adb820b5d6ff90bba121873eddeacf54656155b018d6fe4d831e631bf34ffbaf2a89
|
@@ -313,7 +313,7 @@ module Google
|
|
313
313
|
# Specifies the identities that do not cause logging for this type of
|
314
314
|
# permission.
|
315
315
|
# Follows the same format of
|
316
|
-
#
|
316
|
+
# [Binding.members][google.iam.v1.Binding.members].
|
317
317
|
class AuditLogConfig
|
318
318
|
include ::Google::Protobuf::MessageExts
|
319
319
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-security_center-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -13,22 +13,16 @@ dependencies:
|
|
13
13
|
name: gapic-common
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
|
-
- - "
|
17
|
-
- !ruby/object:Gem::Version
|
18
|
-
version: 0.25.0
|
19
|
-
- - "<"
|
16
|
+
- - "~>"
|
20
17
|
- !ruby/object:Gem::Version
|
21
|
-
version: 2
|
18
|
+
version: '1.2'
|
22
19
|
type: :runtime
|
23
20
|
prerelease: false
|
24
21
|
version_requirements: !ruby/object:Gem::Requirement
|
25
22
|
requirements:
|
26
|
-
- - "
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
version: 0.25.0
|
29
|
-
- - "<"
|
23
|
+
- - "~>"
|
30
24
|
- !ruby/object:Gem::Version
|
31
|
-
version: 2
|
25
|
+
version: '1.2'
|
32
26
|
- !ruby/object:Gem::Dependency
|
33
27
|
name: google-cloud-errors
|
34
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -49,14 +43,14 @@ dependencies:
|
|
49
43
|
requirements:
|
50
44
|
- - "~>"
|
51
45
|
- !ruby/object:Gem::Version
|
52
|
-
version: '1.
|
46
|
+
version: '1.11'
|
53
47
|
type: :runtime
|
54
48
|
prerelease: false
|
55
49
|
version_requirements: !ruby/object:Gem::Requirement
|
56
50
|
requirements:
|
57
51
|
- - "~>"
|
58
52
|
- !ruby/object:Gem::Version
|
59
|
-
version: '1.
|
53
|
+
version: '1.11'
|
60
54
|
description: Security Command Center API provides access to temporal views of assets
|
61
55
|
and findings within an organization. Note that google-cloud-security_center-v1 is
|
62
56
|
a version-specific client library. For most uses, we recommend installing the main
|
@@ -218,14 +212,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
218
212
|
requirements:
|
219
213
|
- - ">="
|
220
214
|
- !ruby/object:Gem::Version
|
221
|
-
version: '3.
|
215
|
+
version: '3.1'
|
222
216
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
223
217
|
requirements:
|
224
218
|
- - ">="
|
225
219
|
- !ruby/object:Gem::Version
|
226
220
|
version: '0'
|
227
221
|
requirements: []
|
228
|
-
rubygems_version: 3.6.
|
222
|
+
rubygems_version: 3.6.9
|
229
223
|
specification_version: 4
|
230
224
|
summary: Security Command Center API provides access to temporal views of assets and
|
231
225
|
findings within an organization.
|