google-apis-securitycenter_v1beta2 0.78.0 → 0.79.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: f0e52c1ef315d5f256acff888f8d56c82a234930ccf8efa9bdefb10164b9c479
|
4
|
+
data.tar.gz: 5d4239506fabc1966e569acaa7a52dc9798eff435406fa05211cd370c1280859
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab920d4e825e64f26d2f239dd4b4f8a52a16875da8c9d521846840b224ae618e23d3219d44fd0fd03d6033858bd76444924aba0ee2516649ee0a463f2d2a450b
|
7
|
+
data.tar.gz: aadb886a65ac42b4789f633ed18a9cc690607491cb556e678c7c5941f190f519f6fc7b3329ab61b63d6cb3c4306a31b5d418ee9329f010734e3504e27216f7a8
|
data/CHANGELOG.md
CHANGED
@@ -211,6 +211,25 @@ module Google
|
|
211
211
|
end
|
212
212
|
end
|
213
213
|
|
214
|
+
# Details about resources affected by this finding.
|
215
|
+
class AffectedResources
|
216
|
+
include Google::Apis::Core::Hashable
|
217
|
+
|
218
|
+
# The count of resources affected by the finding.
|
219
|
+
# Corresponds to the JSON property `count`
|
220
|
+
# @return [Fixnum]
|
221
|
+
attr_accessor :count
|
222
|
+
|
223
|
+
def initialize(**args)
|
224
|
+
update!(**args)
|
225
|
+
end
|
226
|
+
|
227
|
+
# Update properties of this object
|
228
|
+
def update!(**args)
|
229
|
+
@count = args[:count] if args.key?(:count)
|
230
|
+
end
|
231
|
+
end
|
232
|
+
|
214
233
|
# Allowed IP rule.
|
215
234
|
class Allowed
|
216
235
|
include Google::Apis::Core::Hashable
|
@@ -1999,6 +2018,11 @@ module Google
|
|
1999
2018
|
# @return [Google::Apis::SecuritycenterV1beta2::Access]
|
2000
2019
|
attr_accessor :access
|
2001
2020
|
|
2021
|
+
# Details about resources affected by this finding.
|
2022
|
+
# Corresponds to the JSON property `affectedResources`
|
2023
|
+
# @return [Google::Apis::SecuritycenterV1beta2::AffectedResources]
|
2024
|
+
attr_accessor :affected_resources
|
2025
|
+
|
2002
2026
|
# Represents an application associated with a finding.
|
2003
2027
|
# Corresponds to the JSON property `application`
|
2004
2028
|
# @return [Google::Apis::SecuritycenterV1beta2::Application]
|
@@ -2365,6 +2389,7 @@ module Google
|
|
2365
2389
|
# Update properties of this object
|
2366
2390
|
def update!(**args)
|
2367
2391
|
@access = args[:access] if args.key?(:access)
|
2392
|
+
@affected_resources = args[:affected_resources] if args.key?(:affected_resources)
|
2368
2393
|
@application = args[:application] if args.key?(:application)
|
2369
2394
|
@attack_exposure = args[:attack_exposure] if args.key?(:attack_exposure)
|
2370
2395
|
@backup_disaster_recovery = args[:backup_disaster_recovery] if args.key?(:backup_disaster_recovery)
|
@@ -3946,6 +3971,25 @@ module Google
|
|
3946
3971
|
end
|
3947
3972
|
end
|
3948
3973
|
|
3974
|
+
# Details about resources affected by this finding.
|
3975
|
+
class GoogleCloudSecuritycenterV2AffectedResources
|
3976
|
+
include Google::Apis::Core::Hashable
|
3977
|
+
|
3978
|
+
# The count of resources affected by the finding.
|
3979
|
+
# Corresponds to the JSON property `count`
|
3980
|
+
# @return [Fixnum]
|
3981
|
+
attr_accessor :count
|
3982
|
+
|
3983
|
+
def initialize(**args)
|
3984
|
+
update!(**args)
|
3985
|
+
end
|
3986
|
+
|
3987
|
+
# Update properties of this object
|
3988
|
+
def update!(**args)
|
3989
|
+
@count = args[:count] if args.key?(:count)
|
3990
|
+
end
|
3991
|
+
end
|
3992
|
+
|
3949
3993
|
# Allowed IP rule.
|
3950
3994
|
class GoogleCloudSecuritycenterV2Allowed
|
3951
3995
|
include Google::Apis::Core::Hashable
|
@@ -5692,6 +5736,11 @@ module Google
|
|
5692
5736
|
# @return [Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Access]
|
5693
5737
|
attr_accessor :access
|
5694
5738
|
|
5739
|
+
# Details about resources affected by this finding.
|
5740
|
+
# Corresponds to the JSON property `affectedResources`
|
5741
|
+
# @return [Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2AffectedResources]
|
5742
|
+
attr_accessor :affected_resources
|
5743
|
+
|
5695
5744
|
# Represents an application associated with a finding.
|
5696
5745
|
# Corresponds to the JSON property `application`
|
5697
5746
|
# @return [Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Application]
|
@@ -6072,6 +6121,7 @@ module Google
|
|
6072
6121
|
# Update properties of this object
|
6073
6122
|
def update!(**args)
|
6074
6123
|
@access = args[:access] if args.key?(:access)
|
6124
|
+
@affected_resources = args[:affected_resources] if args.key?(:affected_resources)
|
6075
6125
|
@application = args[:application] if args.key?(:application)
|
6076
6126
|
@attack_exposure = args[:attack_exposure] if args.key?(:attack_exposure)
|
6077
6127
|
@backup_disaster_recovery = args[:backup_disaster_recovery] if args.key?(:backup_disaster_recovery)
|
@@ -9715,7 +9765,7 @@ module Google
|
|
9715
9765
|
end
|
9716
9766
|
end
|
9717
9767
|
|
9718
|
-
# Resource capturing the settings for Security Center.
|
9768
|
+
# Resource capturing the settings for Security Center.
|
9719
9769
|
class SecurityCenterSettings
|
9720
9770
|
include Google::Apis::Core::Hashable
|
9721
9771
|
|
@@ -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.79.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250326"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -40,6 +40,12 @@ module Google
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
41
41
|
end
|
42
42
|
|
43
|
+
class AffectedResources
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
43
49
|
class Allowed
|
44
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
51
|
|
@@ -496,6 +502,12 @@ module Google
|
|
496
502
|
include Google::Apis::Core::JsonObjectSupport
|
497
503
|
end
|
498
504
|
|
505
|
+
class GoogleCloudSecuritycenterV2AffectedResources
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
499
511
|
class GoogleCloudSecuritycenterV2Allowed
|
500
512
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
513
|
|
@@ -1489,6 +1501,13 @@ module Google
|
|
1489
1501
|
end
|
1490
1502
|
end
|
1491
1503
|
|
1504
|
+
class AffectedResources
|
1505
|
+
# @private
|
1506
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1507
|
+
property :count, :numeric_string => true, as: 'count'
|
1508
|
+
end
|
1509
|
+
end
|
1510
|
+
|
1492
1511
|
class Allowed
|
1493
1512
|
# @private
|
1494
1513
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1958,6 +1977,8 @@ module Google
|
|
1958
1977
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1959
1978
|
property :access, as: 'access', class: Google::Apis::SecuritycenterV1beta2::Access, decorator: Google::Apis::SecuritycenterV1beta2::Access::Representation
|
1960
1979
|
|
1980
|
+
property :affected_resources, as: 'affectedResources', class: Google::Apis::SecuritycenterV1beta2::AffectedResources, decorator: Google::Apis::SecuritycenterV1beta2::AffectedResources::Representation
|
1981
|
+
|
1961
1982
|
property :application, as: 'application', class: Google::Apis::SecuritycenterV1beta2::Application, decorator: Google::Apis::SecuritycenterV1beta2::Application::Representation
|
1962
1983
|
|
1963
1984
|
property :attack_exposure, as: 'attackExposure', class: Google::Apis::SecuritycenterV1beta2::AttackExposure, decorator: Google::Apis::SecuritycenterV1beta2::AttackExposure::Representation
|
@@ -2401,6 +2422,13 @@ module Google
|
|
2401
2422
|
end
|
2402
2423
|
end
|
2403
2424
|
|
2425
|
+
class GoogleCloudSecuritycenterV2AffectedResources
|
2426
|
+
# @private
|
2427
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2428
|
+
property :count, :numeric_string => true, as: 'count'
|
2429
|
+
end
|
2430
|
+
end
|
2431
|
+
|
2404
2432
|
class GoogleCloudSecuritycenterV2Allowed
|
2405
2433
|
# @private
|
2406
2434
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2856,6 +2884,8 @@ module Google
|
|
2856
2884
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2857
2885
|
property :access, as: 'access', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Access, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Access::Representation
|
2858
2886
|
|
2887
|
+
property :affected_resources, as: 'affectedResources', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2AffectedResources, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2AffectedResources::Representation
|
2888
|
+
|
2859
2889
|
property :application, as: 'application', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Application, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Application::Representation
|
2860
2890
|
|
2861
2891
|
property :attack_exposure, as: 'attackExposure', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2AttackExposure, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2AttackExposure::Representation
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.79.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.79.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:
|