google-apis-securitycenter_v1beta1 0.86.0 → 0.88.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: 6e0a77ff47d58634a344a4d5899edb53ceac68cfcbdc81c145b536f060e22fc6
4
- data.tar.gz: a624db05cbcdc755e1b01ebee362a580f81e1c710eb0bc2ead8243deaaf7f004
3
+ metadata.gz: 6de83bb8469ace584479b433e2b78b9ece2781f300d0c3bb729e9d678afe0152
4
+ data.tar.gz: 29f88ef3ad222616912ce952837b9c3462c3f633c5ace41dc5a2d1c14ecf3f06
5
5
  SHA512:
6
- metadata.gz: b19ba3ff872a0b32402181ea3f08a1bc67b121a619f5ee199912faa061c7fcc0678fea864e4c09308ffb15c9f10e7591e260fdcee0f6dbc4d507c5a2d7717828
7
- data.tar.gz: f0e3e4ffa9902eb878510a891f7aca5837c38e3eab37d327eefd95e5d721c7ae84aab63d2bde1d6080be56ee1335981352ef4f2b86d53265d25a76bb382de8e4
6
+ metadata.gz: 52aee22a73e2f73e2db8ec747f4eb167d8d4a11b5bd153a18e8d2bb755cc2a00ddc8bec5ad358d1b03715e8eaea315670752ce0aad14bf45f036073111ff7ae1
7
+ data.tar.gz: e81410dcb1d12d8d4c700f685a5f3d997488b8f670d080e470fa0b3fbff89942b925c8ea65e9659152ae4abdfcde382b7a0d3b6c789376af838cc22ba3f80383
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.88.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250411
6
+
7
+ ### v0.87.0 (2025-03-30)
8
+
9
+ * Regenerated from discovery document revision 20250326
10
+
3
11
  ### v0.86.0 (2025-03-23)
4
12
 
5
13
  * Regenerated from discovery document revision 20250315
@@ -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
@@ -1211,67 +1230,6 @@ module Google
1211
1230
  end
1212
1231
  end
1213
1232
 
1214
- # Result containing the properties and count of a ComplianceSnapshot request.
1215
- class ComplianceSnapshot
1216
- include Google::Apis::Core::Hashable
1217
-
1218
- # The category of Findings matching.
1219
- # Corresponds to the JSON property `category`
1220
- # @return [String]
1221
- attr_accessor :category
1222
-
1223
- # The cloud provider for the compliance snapshot.
1224
- # Corresponds to the JSON property `cloudProvider`
1225
- # @return [String]
1226
- attr_accessor :cloud_provider
1227
-
1228
- # The compliance standard (ie CIS).
1229
- # Corresponds to the JSON property `complianceStandard`
1230
- # @return [String]
1231
- attr_accessor :compliance_standard
1232
-
1233
- # The compliance version (ie 1.3) in CIS 1.3.
1234
- # Corresponds to the JSON property `complianceVersion`
1235
- # @return [String]
1236
- attr_accessor :compliance_version
1237
-
1238
- # Total count of findings for the given properties.
1239
- # Corresponds to the JSON property `count`
1240
- # @return [Fixnum]
1241
- attr_accessor :count
1242
-
1243
- # The leaf container resource name that is closest to the snapshot.
1244
- # Corresponds to the JSON property `leafContainerResource`
1245
- # @return [String]
1246
- attr_accessor :leaf_container_resource
1247
-
1248
- # The compliance snapshot name. Format: //sources//complianceSnapshots/
1249
- # Corresponds to the JSON property `name`
1250
- # @return [String]
1251
- attr_accessor :name
1252
-
1253
- # The snapshot time of the snapshot.
1254
- # Corresponds to the JSON property `snapshotTime`
1255
- # @return [String]
1256
- attr_accessor :snapshot_time
1257
-
1258
- def initialize(**args)
1259
- update!(**args)
1260
- end
1261
-
1262
- # Update properties of this object
1263
- def update!(**args)
1264
- @category = args[:category] if args.key?(:category)
1265
- @cloud_provider = args[:cloud_provider] if args.key?(:cloud_provider)
1266
- @compliance_standard = args[:compliance_standard] if args.key?(:compliance_standard)
1267
- @compliance_version = args[:compliance_version] if args.key?(:compliance_version)
1268
- @count = args[:count] if args.key?(:count)
1269
- @leaf_container_resource = args[:leaf_container_resource] if args.key?(:leaf_container_resource)
1270
- @name = args[:name] if args.key?(:name)
1271
- @snapshot_time = args[:snapshot_time] if args.key?(:snapshot_time)
1272
- end
1273
- end
1274
-
1275
1233
  # Contains information about the IP connection associated with the finding.
1276
1234
  class Connection
1277
1235
  include Google::Apis::Core::Hashable
@@ -2135,6 +2093,11 @@ module Google
2135
2093
  # @return [Google::Apis::SecuritycenterV1beta1::Access]
2136
2094
  attr_accessor :access
2137
2095
 
2096
+ # Details about resources affected by this finding.
2097
+ # Corresponds to the JSON property `affectedResources`
2098
+ # @return [Google::Apis::SecuritycenterV1beta1::AffectedResources]
2099
+ attr_accessor :affected_resources
2100
+
2138
2101
  # Represents an application associated with a finding.
2139
2102
  # Corresponds to the JSON property `application`
2140
2103
  # @return [Google::Apis::SecuritycenterV1beta1::Application]
@@ -2501,6 +2464,7 @@ module Google
2501
2464
  # Update properties of this object
2502
2465
  def update!(**args)
2503
2466
  @access = args[:access] if args.key?(:access)
2467
+ @affected_resources = args[:affected_resources] if args.key?(:affected_resources)
2504
2468
  @application = args[:application] if args.key?(:application)
2505
2469
  @attack_exposure = args[:attack_exposure] if args.key?(:attack_exposure)
2506
2470
  @backup_disaster_recovery = args[:backup_disaster_recovery] if args.key?(:backup_disaster_recovery)
@@ -4262,6 +4226,25 @@ module Google
4262
4226
  end
4263
4227
  end
4264
4228
 
4229
+ # Details about resources affected by this finding.
4230
+ class GoogleCloudSecuritycenterV2AffectedResources
4231
+ include Google::Apis::Core::Hashable
4232
+
4233
+ # The count of resources affected by the finding.
4234
+ # Corresponds to the JSON property `count`
4235
+ # @return [Fixnum]
4236
+ attr_accessor :count
4237
+
4238
+ def initialize(**args)
4239
+ update!(**args)
4240
+ end
4241
+
4242
+ # Update properties of this object
4243
+ def update!(**args)
4244
+ @count = args[:count] if args.key?(:count)
4245
+ end
4246
+ end
4247
+
4265
4248
  # Allowed IP rule.
4266
4249
  class GoogleCloudSecuritycenterV2Allowed
4267
4250
  include Google::Apis::Core::Hashable
@@ -6008,6 +5991,11 @@ module Google
6008
5991
  # @return [Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Access]
6009
5992
  attr_accessor :access
6010
5993
 
5994
+ # Details about resources affected by this finding.
5995
+ # Corresponds to the JSON property `affectedResources`
5996
+ # @return [Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AffectedResources]
5997
+ attr_accessor :affected_resources
5998
+
6011
5999
  # Represents an application associated with a finding.
6012
6000
  # Corresponds to the JSON property `application`
6013
6001
  # @return [Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Application]
@@ -6388,6 +6376,7 @@ module Google
6388
6376
  # Update properties of this object
6389
6377
  def update!(**args)
6390
6378
  @access = args[:access] if args.key?(:access)
6379
+ @affected_resources = args[:affected_resources] if args.key?(:affected_resources)
6391
6380
  @application = args[:application] if args.key?(:application)
6392
6381
  @attack_exposure = args[:attack_exposure] if args.key?(:attack_exposure)
6393
6382
  @backup_disaster_recovery = args[:backup_disaster_recovery] if args.key?(:backup_disaster_recovery)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1beta1
18
18
  # Version of the google-apis-securitycenter_v1beta1 gem
19
- GEM_VERSION = "0.86.0"
19
+ GEM_VERSION = "0.88.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 = "20250315"
25
+ REVISION = "20250411"
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
 
@@ -196,12 +202,6 @@ module Google
196
202
  include Google::Apis::Core::JsonObjectSupport
197
203
  end
198
204
 
199
- class ComplianceSnapshot
200
- class Representation < Google::Apis::Core::JsonRepresentation; end
201
-
202
- include Google::Apis::Core::JsonObjectSupport
203
- end
204
-
205
205
  class Connection
206
206
  class Representation < Google::Apis::Core::JsonRepresentation; end
207
207
 
@@ -538,6 +538,12 @@ module Google
538
538
  include Google::Apis::Core::JsonObjectSupport
539
539
  end
540
540
 
541
+ class GoogleCloudSecuritycenterV2AffectedResources
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
541
547
  class GoogleCloudSecuritycenterV2Allowed
542
548
  class Representation < Google::Apis::Core::JsonRepresentation; end
543
549
 
@@ -1621,6 +1627,13 @@ module Google
1621
1627
  end
1622
1628
  end
1623
1629
 
1630
+ class AffectedResources
1631
+ # @private
1632
+ class Representation < Google::Apis::Core::JsonRepresentation
1633
+ property :count, :numeric_string => true, as: 'count'
1634
+ end
1635
+ end
1636
+
1624
1637
  class Allowed
1625
1638
  # @private
1626
1639
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1873,20 +1886,6 @@ module Google
1873
1886
  end
1874
1887
  end
1875
1888
 
1876
- class ComplianceSnapshot
1877
- # @private
1878
- class Representation < Google::Apis::Core::JsonRepresentation
1879
- property :category, as: 'category'
1880
- property :cloud_provider, as: 'cloudProvider'
1881
- property :compliance_standard, as: 'complianceStandard'
1882
- property :compliance_version, as: 'complianceVersion'
1883
- property :count, :numeric_string => true, as: 'count'
1884
- property :leaf_container_resource, as: 'leafContainerResource'
1885
- property :name, as: 'name'
1886
- property :snapshot_time, as: 'snapshotTime'
1887
- end
1888
- end
1889
-
1890
1889
  class Connection
1891
1890
  # @private
1892
1891
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2111,6 +2110,8 @@ module Google
2111
2110
  class Representation < Google::Apis::Core::JsonRepresentation
2112
2111
  property :access, as: 'access', class: Google::Apis::SecuritycenterV1beta1::Access, decorator: Google::Apis::SecuritycenterV1beta1::Access::Representation
2113
2112
 
2113
+ property :affected_resources, as: 'affectedResources', class: Google::Apis::SecuritycenterV1beta1::AffectedResources, decorator: Google::Apis::SecuritycenterV1beta1::AffectedResources::Representation
2114
+
2114
2115
  property :application, as: 'application', class: Google::Apis::SecuritycenterV1beta1::Application, decorator: Google::Apis::SecuritycenterV1beta1::Application::Representation
2115
2116
 
2116
2117
  property :attack_exposure, as: 'attackExposure', class: Google::Apis::SecuritycenterV1beta1::AttackExposure, decorator: Google::Apis::SecuritycenterV1beta1::AttackExposure::Representation
@@ -2594,6 +2595,13 @@ module Google
2594
2595
  end
2595
2596
  end
2596
2597
 
2598
+ class GoogleCloudSecuritycenterV2AffectedResources
2599
+ # @private
2600
+ class Representation < Google::Apis::Core::JsonRepresentation
2601
+ property :count, :numeric_string => true, as: 'count'
2602
+ end
2603
+ end
2604
+
2597
2605
  class GoogleCloudSecuritycenterV2Allowed
2598
2606
  # @private
2599
2607
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3049,6 +3057,8 @@ module Google
3049
3057
  class Representation < Google::Apis::Core::JsonRepresentation
3050
3058
  property :access, as: 'access', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Access, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Access::Representation
3051
3059
 
3060
+ property :affected_resources, as: 'affectedResources', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AffectedResources, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AffectedResources::Representation
3061
+
3052
3062
  property :application, as: 'application', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Application, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Application::Representation
3053
3063
 
3054
3064
  property :attack_exposure, as: 'attackExposure', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AttackExposure, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AttackExposure::Representation
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.86.0
4
+ version: 0.88.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-23 00:00:00.000000000 Z
10
+ date: 2025-04-20 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_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.86.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.88.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: