google-apis-securitycenter_v1 0.65.0 → 0.66.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: 5036f37521fb6e883890b0bcd0926b3bfba500d5d4bfe6a24b3cde543e73d037
|
|
4
|
+
data.tar.gz: baa33b43004445d5e258474b47a99375dd7c0d200a9dd24a983889401071be1c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c7b1319a81ddd833c2cc6531dded32c117e4baa4cdde167ba196bebce297f94105d293b54ac85d399cf9e7a54605b8053cb7130d3f8088d8a7180f9cdfd9d92
|
|
7
|
+
data.tar.gz: ea6db33bda4b683901289457ad41f072b2540552e0ca0b7f27ee904a4501a7847b11d74789c873abc479a256d1668e0a85b2eea06806f7c370341bbcdabf9186
|
data/CHANGELOG.md
CHANGED
|
@@ -969,8 +969,8 @@ module Google
|
|
|
969
969
|
# @return [String]
|
|
970
970
|
attr_accessor :parent
|
|
971
971
|
|
|
972
|
-
# A resource value config is a mapping configuration of user's
|
|
973
|
-
# resource values. Used
|
|
972
|
+
# A resource value config (RVC) is a mapping configuration of user's resources
|
|
973
|
+
# to resource values. Used in Attack path simulations.
|
|
974
974
|
# Corresponds to the JSON property `resourceValueConfig`
|
|
975
975
|
# @return [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ResourceValueConfig]
|
|
976
976
|
attr_accessor :resource_value_config
|
|
@@ -2514,8 +2514,8 @@ module Google
|
|
|
2514
2514
|
end
|
|
2515
2515
|
end
|
|
2516
2516
|
|
|
2517
|
-
# A resource value config is a mapping configuration of user's
|
|
2518
|
-
# resource values. Used
|
|
2517
|
+
# A resource value config (RVC) is a mapping configuration of user's resources
|
|
2518
|
+
# to resource values. Used in Attack path simulations.
|
|
2519
2519
|
class GoogleCloudSecuritycenterV1ResourceValueConfig
|
|
2520
2520
|
include Google::Apis::Core::Hashable
|
|
2521
2521
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module SecuritycenterV1
|
|
18
18
|
# Version of the google-apis-securitycenter_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.66.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20231005"
|
|
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_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.66.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: 2023-10-
|
|
11
|
+
date: 2023-10-15 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_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.66.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|