google-apis-securitycenter_v1 0.94.0 → 0.96.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: 589c1ae56a1067d48d3fecfe510740d9c997c835d90906b066d7d42fc230ef0f
4
- data.tar.gz: cf83502cf286764cda5ed2ef8c11ea37eecbe4cf4c39d4a9da2f585f34ae4451
3
+ metadata.gz: da72dcc39c9ade7e7d521496264419ba5ddf3eae35a2ba8234eca3f7ea9d1b0d
4
+ data.tar.gz: 1288ed21df8264628b23c6da64f24a7ee694fa0e921ce6b55e387096dc953811
5
5
  SHA512:
6
- metadata.gz: a1ca3c3300e161b6893675bbdacd7421e839dbc72f4809185e8b850d2b1d00420da96de736cf90b0d5aa98585843ba12ebf50b2fe289127f2e2f2f44f81d6f38
7
- data.tar.gz: a98ae60066181915060c1048f8e546ccb4a12b14b63cc92faf643630381c9fa830614fc5b0408c2a6d977f1ca451dc5e2469d3de6f1302a73e3ca24667a1a976
6
+ metadata.gz: 0c7ab6241f6e9f5290b1cb4077d63dace77a8b9aea089e1a3200a33a5bb2a349d97915c37761eede742cd8d92df6e146bb1abc3b595b24d2169b52049e356766
7
+ data.tar.gz: 8754a4f0492ba7fbd79078b1342ae2ab114e6a04224c50e00b1e921ef95b9f35615c7d3479b9fc540220377f831649f3bf0e8b365d0c2db855149e5e25664242
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.96.0 (2025-03-23)
4
+
5
+ * Regenerated from discovery document revision 20250315
6
+
7
+ ### v0.95.0 (2025-03-16)
8
+
9
+ * Regenerated from discovery document revision 20250308
10
+
3
11
  ### v0.94.0 (2025-03-09)
4
12
 
5
13
  * Regenerated from discovery document revision 20250228
@@ -1234,6 +1234,30 @@ module Google
1234
1234
  end
1235
1235
  end
1236
1236
 
1237
+ # Contains details about a chokepoint, which is a resource or resource group
1238
+ # where high-risk attack paths converge, based on [attack path simulations] (
1239
+ # https://cloud.google.com/security-command-center/docs/attack-exposure-learn#
1240
+ # attack_path_simulations).
1241
+ class Chokepoint
1242
+ include Google::Apis::Core::Hashable
1243
+
1244
+ # List of resource names of findings associated with this chokepoint. For
1245
+ # example, organizations/123/sources/456/findings/789. This list will have at
1246
+ # most 100 findings.
1247
+ # Corresponds to the JSON property `relatedFindings`
1248
+ # @return [Array<String>]
1249
+ attr_accessor :related_findings
1250
+
1251
+ def initialize(**args)
1252
+ update!(**args)
1253
+ end
1254
+
1255
+ # Update properties of this object
1256
+ def update!(**args)
1257
+ @related_findings = args[:related_findings] if args.key?(:related_findings)
1258
+ end
1259
+ end
1260
+
1237
1261
  # Fields related to Google Cloud Armor findings.
1238
1262
  class CloudArmor
1239
1263
  include Google::Apis::Core::Hashable
@@ -1861,6 +1885,33 @@ module Google
1861
1885
  end
1862
1886
  end
1863
1887
 
1888
+ # CWE stands for Common Weakness Enumeration. Information about this weakness,
1889
+ # as described by [CWE](https://cwe.mitre.org/).
1890
+ class Cwe
1891
+ include Google::Apis::Core::Hashable
1892
+
1893
+ # The CWE identifier, e.g. CWE-94
1894
+ # Corresponds to the JSON property `id`
1895
+ # @return [String]
1896
+ attr_accessor :id
1897
+
1898
+ # Any reference to the details on the CWE, for example, https://cwe.mitre.org/
1899
+ # data/definitions/94.html
1900
+ # Corresponds to the JSON property `references`
1901
+ # @return [Array<Google::Apis::SecuritycenterV1::Reference>]
1902
+ attr_accessor :references
1903
+
1904
+ def initialize(**args)
1905
+ update!(**args)
1906
+ end
1907
+
1908
+ # Update properties of this object
1909
+ def update!(**args)
1910
+ @id = args[:id] if args.key?(:id)
1911
+ @references = args[:references] if args.key?(:references)
1912
+ end
1913
+ end
1914
+
1864
1915
  # Details about a data access attempt made by a principal not authorized under
1865
1916
  # applicable data security policy.
1866
1917
  class DataAccessEvent
@@ -2597,6 +2648,14 @@ module Google
2597
2648
  # @return [String]
2598
2649
  attr_accessor :category
2599
2650
 
2651
+ # Contains details about a chokepoint, which is a resource or resource group
2652
+ # where high-risk attack paths converge, based on [attack path simulations] (
2653
+ # https://cloud.google.com/security-command-center/docs/attack-exposure-learn#
2654
+ # attack_path_simulations).
2655
+ # Corresponds to the JSON property `chokepoint`
2656
+ # @return [Google::Apis::SecuritycenterV1::Chokepoint]
2657
+ attr_accessor :chokepoint
2658
+
2600
2659
  # Fields related to Google Cloud Armor findings.
2601
2660
  # Corresponds to the JSON property `cloudArmor`
2602
2661
  # @return [Google::Apis::SecuritycenterV1::CloudArmor]
@@ -2930,6 +2989,7 @@ module Google
2930
2989
  @backup_disaster_recovery = args[:backup_disaster_recovery] if args.key?(:backup_disaster_recovery)
2931
2990
  @canonical_name = args[:canonical_name] if args.key?(:canonical_name)
2932
2991
  @category = args[:category] if args.key?(:category)
2992
+ @chokepoint = args[:chokepoint] if args.key?(:chokepoint)
2933
2993
  @cloud_armor = args[:cloud_armor] if args.key?(:cloud_armor)
2934
2994
  @cloud_dlp_data_profile = args[:cloud_dlp_data_profile] if args.key?(:cloud_dlp_data_profile)
2935
2995
  @cloud_dlp_inspection = args[:cloud_dlp_inspection] if args.key?(:cloud_dlp_inspection)
@@ -5194,6 +5254,30 @@ module Google
5194
5254
  end
5195
5255
  end
5196
5256
 
5257
+ # Contains details about a chokepoint, which is a resource or resource group
5258
+ # where high-risk attack paths converge, based on [attack path simulations] (
5259
+ # https://cloud.google.com/security-command-center/docs/attack-exposure-learn#
5260
+ # attack_path_simulations).
5261
+ class GoogleCloudSecuritycenterV2Chokepoint
5262
+ include Google::Apis::Core::Hashable
5263
+
5264
+ # List of resource names of findings associated with this chokepoint. For
5265
+ # example, organizations/123/sources/456/findings/789. This list will have at
5266
+ # most 100 findings.
5267
+ # Corresponds to the JSON property `relatedFindings`
5268
+ # @return [Array<String>]
5269
+ attr_accessor :related_findings
5270
+
5271
+ def initialize(**args)
5272
+ update!(**args)
5273
+ end
5274
+
5275
+ # Update properties of this object
5276
+ def update!(**args)
5277
+ @related_findings = args[:related_findings] if args.key?(:related_findings)
5278
+ end
5279
+ end
5280
+
5197
5281
  # Fields related to Google Cloud Armor findings.
5198
5282
  class GoogleCloudSecuritycenterV2CloudArmor
5199
5283
  include Google::Apis::Core::Hashable
@@ -5675,6 +5759,33 @@ module Google
5675
5759
  end
5676
5760
  end
5677
5761
 
5762
+ # CWE stands for Common Weakness Enumeration. Information about this weakness,
5763
+ # as described by [CWE](https://cwe.mitre.org/).
5764
+ class GoogleCloudSecuritycenterV2Cwe
5765
+ include Google::Apis::Core::Hashable
5766
+
5767
+ # The CWE identifier, e.g. CWE-94
5768
+ # Corresponds to the JSON property `id`
5769
+ # @return [String]
5770
+ attr_accessor :id
5771
+
5772
+ # Any reference to the details on the CWE, for example, https://cwe.mitre.org/
5773
+ # data/definitions/94.html
5774
+ # Corresponds to the JSON property `references`
5775
+ # @return [Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Reference>]
5776
+ attr_accessor :references
5777
+
5778
+ def initialize(**args)
5779
+ update!(**args)
5780
+ end
5781
+
5782
+ # Update properties of this object
5783
+ def update!(**args)
5784
+ @id = args[:id] if args.key?(:id)
5785
+ @references = args[:references] if args.key?(:references)
5786
+ end
5787
+ end
5788
+
5678
5789
  # Details about a data access attempt made by a principal not authorized under
5679
5790
  # applicable data security policy.
5680
5791
  class GoogleCloudSecuritycenterV2DataAccessEvent
@@ -6281,6 +6392,14 @@ module Google
6281
6392
  # @return [String]
6282
6393
  attr_accessor :category
6283
6394
 
6395
+ # Contains details about a chokepoint, which is a resource or resource group
6396
+ # where high-risk attack paths converge, based on [attack path simulations] (
6397
+ # https://cloud.google.com/security-command-center/docs/attack-exposure-learn#
6398
+ # attack_path_simulations).
6399
+ # Corresponds to the JSON property `chokepoint`
6400
+ # @return [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Chokepoint]
6401
+ attr_accessor :chokepoint
6402
+
6284
6403
  # Fields related to Google Cloud Armor findings.
6285
6404
  # Corresponds to the JSON property `cloudArmor`
6286
6405
  # @return [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2CloudArmor]
@@ -6624,6 +6743,7 @@ module Google
6624
6743
  @backup_disaster_recovery = args[:backup_disaster_recovery] if args.key?(:backup_disaster_recovery)
6625
6744
  @canonical_name = args[:canonical_name] if args.key?(:canonical_name)
6626
6745
  @category = args[:category] if args.key?(:category)
6746
+ @chokepoint = args[:chokepoint] if args.key?(:chokepoint)
6627
6747
  @cloud_armor = args[:cloud_armor] if args.key?(:cloud_armor)
6628
6748
  @cloud_dlp_data_profile = args[:cloud_dlp_data_profile] if args.key?(:cloud_dlp_data_profile)
6629
6749
  @cloud_dlp_inspection = args[:cloud_dlp_inspection] if args.key?(:cloud_dlp_inspection)
@@ -9012,6 +9132,12 @@ module Google
9012
9132
  # @return [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Cve]
9013
9133
  attr_accessor :cve
9014
9134
 
9135
+ # Represents one or more Common Weakness Enumeration (CWE) information on this
9136
+ # vulnerability.
9137
+ # Corresponds to the JSON property `cwes`
9138
+ # @return [Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Cwe>]
9139
+ attr_accessor :cwes
9140
+
9015
9141
  # Package is a generic definition of a package.
9016
9142
  # Corresponds to the JSON property `fixedPackage`
9017
9143
  # @return [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Package]
@@ -9022,6 +9148,19 @@ module Google
9022
9148
  # @return [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Package]
9023
9149
  attr_accessor :offending_package
9024
9150
 
9151
+ # Provider provided risk_score based on multiple factors. The higher the risk
9152
+ # score, the more risky the vulnerability is.
9153
+ # Corresponds to the JSON property `providerRiskScore`
9154
+ # @return [Fixnum]
9155
+ attr_accessor :provider_risk_score
9156
+
9157
+ # Represents whether the vulnerability is reachable (detected via static
9158
+ # analysis)
9159
+ # Corresponds to the JSON property `reachable`
9160
+ # @return [Boolean]
9161
+ attr_accessor :reachable
9162
+ alias_method :reachable?, :reachable
9163
+
9025
9164
  # SecurityBulletin are notifications of vulnerabilities of Google products.
9026
9165
  # Corresponds to the JSON property `securityBulletin`
9027
9166
  # @return [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2SecurityBulletin]
@@ -9034,8 +9173,11 @@ module Google
9034
9173
  # Update properties of this object
9035
9174
  def update!(**args)
9036
9175
  @cve = args[:cve] if args.key?(:cve)
9176
+ @cwes = args[:cwes] if args.key?(:cwes)
9037
9177
  @fixed_package = args[:fixed_package] if args.key?(:fixed_package)
9038
9178
  @offending_package = args[:offending_package] if args.key?(:offending_package)
9179
+ @provider_risk_score = args[:provider_risk_score] if args.key?(:provider_risk_score)
9180
+ @reachable = args[:reachable] if args.key?(:reachable)
9039
9181
  @security_bulletin = args[:security_bulletin] if args.key?(:security_bulletin)
9040
9182
  end
9041
9183
  end
@@ -12466,6 +12608,12 @@ module Google
12466
12608
  # @return [Google::Apis::SecuritycenterV1::Cve]
12467
12609
  attr_accessor :cve
12468
12610
 
12611
+ # Represents one or more Common Weakness Enumeration (CWE) information on this
12612
+ # vulnerability.
12613
+ # Corresponds to the JSON property `cwes`
12614
+ # @return [Array<Google::Apis::SecuritycenterV1::Cwe>]
12615
+ attr_accessor :cwes
12616
+
12469
12617
  # Package is a generic definition of a package.
12470
12618
  # Corresponds to the JSON property `fixedPackage`
12471
12619
  # @return [Google::Apis::SecuritycenterV1::Package]
@@ -12476,6 +12624,19 @@ module Google
12476
12624
  # @return [Google::Apis::SecuritycenterV1::Package]
12477
12625
  attr_accessor :offending_package
12478
12626
 
12627
+ # Provider provided risk_score based on multiple factors. The higher the risk
12628
+ # score, the more risky the vulnerability is.
12629
+ # Corresponds to the JSON property `providerRiskScore`
12630
+ # @return [Fixnum]
12631
+ attr_accessor :provider_risk_score
12632
+
12633
+ # Represents whether the vulnerability is reachable (detected via static
12634
+ # analysis)
12635
+ # Corresponds to the JSON property `reachable`
12636
+ # @return [Boolean]
12637
+ attr_accessor :reachable
12638
+ alias_method :reachable?, :reachable
12639
+
12479
12640
  # SecurityBulletin are notifications of vulnerabilities of Google products.
12480
12641
  # Corresponds to the JSON property `securityBulletin`
12481
12642
  # @return [Google::Apis::SecuritycenterV1::SecurityBulletin]
@@ -12488,8 +12649,11 @@ module Google
12488
12649
  # Update properties of this object
12489
12650
  def update!(**args)
12490
12651
  @cve = args[:cve] if args.key?(:cve)
12652
+ @cwes = args[:cwes] if args.key?(:cwes)
12491
12653
  @fixed_package = args[:fixed_package] if args.key?(:fixed_package)
12492
12654
  @offending_package = args[:offending_package] if args.key?(:offending_package)
12655
+ @provider_risk_score = args[:provider_risk_score] if args.key?(:provider_risk_score)
12656
+ @reachable = args[:reachable] if args.key?(:reachable)
12493
12657
  @security_bulletin = args[:security_bulletin] if args.key?(:security_bulletin)
12494
12658
  end
12495
12659
  end
@@ -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.94.0"
19
+ GEM_VERSION = "0.96.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 = "20250228"
25
+ REVISION = "20250315"
26
26
  end
27
27
  end
28
28
  end
@@ -196,6 +196,12 @@ module Google
196
196
  include Google::Apis::Core::JsonObjectSupport
197
197
  end
198
198
 
199
+ class Chokepoint
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
199
205
  class CloudArmor
200
206
  class Representation < Google::Apis::Core::JsonRepresentation; end
201
207
 
@@ -286,6 +292,12 @@ module Google
286
292
  include Google::Apis::Core::JsonObjectSupport
287
293
  end
288
294
 
295
+ class Cwe
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
289
301
  class DataAccessEvent
290
302
  class Representation < Google::Apis::Core::JsonRepresentation; end
291
303
 
@@ -682,6 +694,12 @@ module Google
682
694
  include Google::Apis::Core::JsonObjectSupport
683
695
  end
684
696
 
697
+ class GoogleCloudSecuritycenterV2Chokepoint
698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
699
+
700
+ include Google::Apis::Core::JsonObjectSupport
701
+ end
702
+
685
703
  class GoogleCloudSecuritycenterV2CloudArmor
686
704
  class Representation < Google::Apis::Core::JsonRepresentation; end
687
705
 
@@ -748,6 +766,12 @@ module Google
748
766
  include Google::Apis::Core::JsonObjectSupport
749
767
  end
750
768
 
769
+ class GoogleCloudSecuritycenterV2Cwe
770
+ class Representation < Google::Apis::Core::JsonRepresentation; end
771
+
772
+ include Google::Apis::Core::JsonObjectSupport
773
+ end
774
+
751
775
  class GoogleCloudSecuritycenterV2DataAccessEvent
752
776
  class Representation < Google::Apis::Core::JsonRepresentation; end
753
777
 
@@ -2084,6 +2108,13 @@ module Google
2084
2108
  end
2085
2109
  end
2086
2110
 
2111
+ class Chokepoint
2112
+ # @private
2113
+ class Representation < Google::Apis::Core::JsonRepresentation
2114
+ collection :related_findings, as: 'relatedFindings'
2115
+ end
2116
+ end
2117
+
2087
2118
  class CloudArmor
2088
2119
  # @private
2089
2120
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2251,6 +2282,15 @@ module Google
2251
2282
  end
2252
2283
  end
2253
2284
 
2285
+ class Cwe
2286
+ # @private
2287
+ class Representation < Google::Apis::Core::JsonRepresentation
2288
+ property :id, as: 'id'
2289
+ collection :references, as: 'references', class: Google::Apis::SecuritycenterV1::Reference, decorator: Google::Apis::SecuritycenterV1::Reference::Representation
2290
+
2291
+ end
2292
+ end
2293
+
2254
2294
  class DataAccessEvent
2255
2295
  # @private
2256
2296
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2432,6 +2472,8 @@ module Google
2432
2472
 
2433
2473
  property :canonical_name, as: 'canonicalName'
2434
2474
  property :category, as: 'category'
2475
+ property :chokepoint, as: 'chokepoint', class: Google::Apis::SecuritycenterV1::Chokepoint, decorator: Google::Apis::SecuritycenterV1::Chokepoint::Representation
2476
+
2435
2477
  property :cloud_armor, as: 'cloudArmor', class: Google::Apis::SecuritycenterV1::CloudArmor, decorator: Google::Apis::SecuritycenterV1::CloudArmor::Representation
2436
2478
 
2437
2479
  property :cloud_dlp_data_profile, as: 'cloudDlpDataProfile', class: Google::Apis::SecuritycenterV1::CloudDlpDataProfile, decorator: Google::Apis::SecuritycenterV1::CloudDlpDataProfile::Representation
@@ -3049,6 +3091,13 @@ module Google
3049
3091
  end
3050
3092
  end
3051
3093
 
3094
+ class GoogleCloudSecuritycenterV2Chokepoint
3095
+ # @private
3096
+ class Representation < Google::Apis::Core::JsonRepresentation
3097
+ collection :related_findings, as: 'relatedFindings'
3098
+ end
3099
+ end
3100
+
3052
3101
  class GoogleCloudSecuritycenterV2CloudArmor
3053
3102
  # @private
3054
3103
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3173,6 +3222,15 @@ module Google
3173
3222
  end
3174
3223
  end
3175
3224
 
3225
+ class GoogleCloudSecuritycenterV2Cwe
3226
+ # @private
3227
+ class Representation < Google::Apis::Core::JsonRepresentation
3228
+ property :id, as: 'id'
3229
+ collection :references, as: 'references', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Reference, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Reference::Representation
3230
+
3231
+ end
3232
+ end
3233
+
3176
3234
  class GoogleCloudSecuritycenterV2DataAccessEvent
3177
3235
  # @private
3178
3236
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3327,6 +3385,8 @@ module Google
3327
3385
 
3328
3386
  property :canonical_name, as: 'canonicalName'
3329
3387
  property :category, as: 'category'
3388
+ property :chokepoint, as: 'chokepoint', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Chokepoint, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Chokepoint::Representation
3389
+
3330
3390
  property :cloud_armor, as: 'cloudArmor', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2CloudArmor, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2CloudArmor::Representation
3331
3391
 
3332
3392
  property :cloud_dlp_data_profile, as: 'cloudDlpDataProfile', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2CloudDlpDataProfile, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2CloudDlpDataProfile::Representation
@@ -4061,10 +4121,14 @@ module Google
4061
4121
  class Representation < Google::Apis::Core::JsonRepresentation
4062
4122
  property :cve, as: 'cve', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Cve, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Cve::Representation
4063
4123
 
4124
+ collection :cwes, as: 'cwes', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Cwe, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Cwe::Representation
4125
+
4064
4126
  property :fixed_package, as: 'fixedPackage', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Package, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Package::Representation
4065
4127
 
4066
4128
  property :offending_package, as: 'offendingPackage', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Package, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Package::Representation
4067
4129
 
4130
+ property :provider_risk_score, :numeric_string => true, as: 'providerRiskScore'
4131
+ property :reachable, as: 'reachable'
4068
4132
  property :security_bulletin, as: 'securityBulletin', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2SecurityBulletin, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2SecurityBulletin::Representation
4069
4133
 
4070
4134
  end
@@ -4977,10 +5041,14 @@ module Google
4977
5041
  class Representation < Google::Apis::Core::JsonRepresentation
4978
5042
  property :cve, as: 'cve', class: Google::Apis::SecuritycenterV1::Cve, decorator: Google::Apis::SecuritycenterV1::Cve::Representation
4979
5043
 
5044
+ collection :cwes, as: 'cwes', class: Google::Apis::SecuritycenterV1::Cwe, decorator: Google::Apis::SecuritycenterV1::Cwe::Representation
5045
+
4980
5046
  property :fixed_package, as: 'fixedPackage', class: Google::Apis::SecuritycenterV1::Package, decorator: Google::Apis::SecuritycenterV1::Package::Representation
4981
5047
 
4982
5048
  property :offending_package, as: 'offendingPackage', class: Google::Apis::SecuritycenterV1::Package, decorator: Google::Apis::SecuritycenterV1::Package::Representation
4983
5049
 
5050
+ property :provider_risk_score, :numeric_string => true, as: 'providerRiskScore'
5051
+ property :reachable, as: 'reachable'
4984
5052
  property :security_bulletin, as: 'securityBulletin', class: Google::Apis::SecuritycenterV1::SecurityBulletin, decorator: Google::Apis::SecuritycenterV1::SecurityBulletin::Representation
4985
5053
 
4986
5054
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.94.0
4
+ version: 0.96.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-09 00:00:00.000000000 Z
10
+ date: 2025-03-23 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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.94.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.96.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1
62
62
  rdoc_options: []
63
63
  require_paths: