google-apis-securitycenter_v1beta2 0.85.0 → 0.86.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: 556defb5c54463f3df5f4a24305bf6985bd609dbc4e3f965e0093bb9ca690ae4
|
4
|
+
data.tar.gz: 194a2fcfe83939c25a89cd0a34bdfa6da1203e5da131347297b2591cb5ea3d02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c2e097c336f72824c8e4776aa598624df591ec0d4003e61ba17aea25f32559830efcfb3934c0a7f2e61179f273bbada5d5124c643a92b7b2de384df91098939
|
7
|
+
data.tar.gz: 51746bc7b65adc8f6fd8a015dd2c9c58a5a11715eeaa1ba4bc9799c71359a026c6a90c6d84c60d80ddcebee81fb4e2d376dd17e15a0f3cff06c97790ae9d1081
|
data/CHANGELOG.md
CHANGED
@@ -2598,8 +2598,8 @@ module Google
|
|
2598
2598
|
end
|
2599
2599
|
end
|
2600
2600
|
|
2601
|
-
#
|
2602
|
-
# cloud provider is Google Cloud
|
2601
|
+
# Google Cloud metadata associated with the resource. Only applicable if the
|
2602
|
+
# finding's cloud provider is Google Cloud.
|
2603
2603
|
class GcpMetadata
|
2604
2604
|
include Google::Apis::Core::Hashable
|
2605
2605
|
|
@@ -8152,8 +8152,8 @@ module Google
|
|
8152
8152
|
# @return [String]
|
8153
8153
|
attr_accessor :display_name
|
8154
8154
|
|
8155
|
-
#
|
8156
|
-
# cloud provider is Google Cloud
|
8155
|
+
# Google Cloud metadata associated with the resource. Only applicable if the
|
8156
|
+
# finding's cloud provider is Google Cloud.
|
8157
8157
|
# Corresponds to the JSON property `gcpMetadata`
|
8158
8158
|
# @return [Google::Apis::SecuritycenterV1beta2::GcpMetadata]
|
8159
8159
|
attr_accessor :gcp_metadata
|
@@ -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.86.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250707"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.86.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.86.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|