google-apis-securitycenter_v1 0.83.0 → 0.85.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.
@@ -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.83.0"
19
+ GEM_VERSION = "0.85.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240620"
25
+ REVISION = "20240806"
26
26
  end
27
27
  end
28
28
  end
@@ -292,6 +292,12 @@ module Google
292
292
  include Google::Apis::Core::JsonObjectSupport
293
293
  end
294
294
 
295
+ class DynamicMuteRecord
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
295
301
  class EffectiveEventThreatDetectionCustomModule
296
302
  class Representation < Google::Apis::Core::JsonRepresentation; end
297
303
 
@@ -706,6 +712,12 @@ module Google
706
712
  include Google::Apis::Core::JsonObjectSupport
707
713
  end
708
714
 
715
+ class GoogleCloudSecuritycenterV2DynamicMuteRecord
716
+ class Representation < Google::Apis::Core::JsonRepresentation; end
717
+
718
+ include Google::Apis::Core::JsonObjectSupport
719
+ end
720
+
709
721
  class GoogleCloudSecuritycenterV2EnvironmentVariable
710
722
  class Representation < Google::Apis::Core::JsonRepresentation; end
711
723
 
@@ -820,6 +832,12 @@ module Google
820
832
  include Google::Apis::Core::JsonObjectSupport
821
833
  end
822
834
 
835
+ class GoogleCloudSecuritycenterV2MuteInfo
836
+ class Representation < Google::Apis::Core::JsonRepresentation; end
837
+
838
+ include Google::Apis::Core::JsonObjectSupport
839
+ end
840
+
823
841
  class GoogleCloudSecuritycenterV2Node
824
842
  class Representation < Google::Apis::Core::JsonRepresentation; end
825
843
 
@@ -964,6 +982,12 @@ module Google
964
982
  include Google::Apis::Core::JsonObjectSupport
965
983
  end
966
984
 
985
+ class GoogleCloudSecuritycenterV2StaticMute
986
+ class Representation < Google::Apis::Core::JsonRepresentation; end
987
+
988
+ include Google::Apis::Core::JsonObjectSupport
989
+ end
990
+
967
991
  class GoogleCloudSecuritycenterV2Subject
968
992
  class Representation < Google::Apis::Core::JsonRepresentation; end
969
993
 
@@ -1198,6 +1222,12 @@ module Google
1198
1222
  include Google::Apis::Core::JsonObjectSupport
1199
1223
  end
1200
1224
 
1225
+ class MuteInfo
1226
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1227
+
1228
+ include Google::Apis::Core::JsonObjectSupport
1229
+ end
1230
+
1201
1231
  class Node
1202
1232
  class Representation < Google::Apis::Core::JsonRepresentation; end
1203
1233
 
@@ -1432,6 +1462,12 @@ module Google
1432
1462
  include Google::Apis::Core::JsonObjectSupport
1433
1463
  end
1434
1464
 
1465
+ class StaticMute
1466
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1467
+
1468
+ include Google::Apis::Core::JsonObjectSupport
1469
+ end
1470
+
1435
1471
  class Status
1436
1472
  class Representation < Google::Apis::Core::JsonRepresentation; end
1437
1473
 
@@ -1789,6 +1825,7 @@ module Google
1789
1825
  class Representation < Google::Apis::Core::JsonRepresentation
1790
1826
  property :filter, as: 'filter'
1791
1827
  property :mute_annotation, as: 'muteAnnotation'
1828
+ property :mute_state, as: 'muteState'
1792
1829
  end
1793
1830
  end
1794
1831
 
@@ -1931,6 +1968,7 @@ module Google
1931
1968
  class Representation < Google::Apis::Core::JsonRepresentation
1932
1969
  property :cvssv3, as: 'cvssv3', class: Google::Apis::SecuritycenterV1::Cvssv3, decorator: Google::Apis::SecuritycenterV1::Cvssv3::Representation
1933
1970
 
1971
+ property :exploit_release_date, as: 'exploitReleaseDate'
1934
1972
  property :exploitation_activity, as: 'exploitationActivity'
1935
1973
  property :id, as: 'id'
1936
1974
  property :impact, as: 'impact'
@@ -1985,6 +2023,14 @@ module Google
1985
2023
  end
1986
2024
  end
1987
2025
 
2026
+ class DynamicMuteRecord
2027
+ # @private
2028
+ class Representation < Google::Apis::Core::JsonRepresentation
2029
+ property :match_time, as: 'matchTime'
2030
+ property :mute_config, as: 'muteConfig'
2031
+ end
2032
+ end
2033
+
1988
2034
  class EffectiveEventThreatDetectionCustomModule
1989
2035
  # @private
1990
2036
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2127,6 +2173,8 @@ module Google
2127
2173
 
2128
2174
  property :module_name, as: 'moduleName'
2129
2175
  property :mute, as: 'mute'
2176
+ property :mute_info, as: 'muteInfo', class: Google::Apis::SecuritycenterV1::MuteInfo, decorator: Google::Apis::SecuritycenterV1::MuteInfo::Representation
2177
+
2130
2178
  property :mute_initiator, as: 'muteInitiator'
2131
2179
  property :mute_update_time, as: 'muteUpdateTime'
2132
2180
  property :name, as: 'name'
@@ -2287,9 +2335,11 @@ module Google
2287
2335
  property :create_time, as: 'createTime'
2288
2336
  property :description, as: 'description'
2289
2337
  property :display_name, as: 'displayName'
2338
+ property :expiry_time, as: 'expiryTime'
2290
2339
  property :filter, as: 'filter'
2291
2340
  property :most_recent_editor, as: 'mostRecentEditor'
2292
2341
  property :name, as: 'name'
2342
+ property :type, as: 'type'
2293
2343
  property :update_time, as: 'updateTime'
2294
2344
  end
2295
2345
  end
@@ -2754,6 +2804,7 @@ module Google
2754
2804
  class Representation < Google::Apis::Core::JsonRepresentation
2755
2805
  property :cvssv3, as: 'cvssv3', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Cvssv3, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Cvssv3::Representation
2756
2806
 
2807
+ property :exploit_release_date, as: 'exploitReleaseDate'
2757
2808
  property :exploitation_activity, as: 'exploitationActivity'
2758
2809
  property :id, as: 'id'
2759
2810
  property :impact, as: 'impact'
@@ -2808,6 +2859,14 @@ module Google
2808
2859
  end
2809
2860
  end
2810
2861
 
2862
+ class GoogleCloudSecuritycenterV2DynamicMuteRecord
2863
+ # @private
2864
+ class Representation < Google::Apis::Core::JsonRepresentation
2865
+ property :match_time, as: 'matchTime'
2866
+ property :mute_config, as: 'muteConfig'
2867
+ end
2868
+ end
2869
+
2811
2870
  class GoogleCloudSecuritycenterV2EnvironmentVariable
2812
2871
  # @private
2813
2872
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2925,6 +2984,8 @@ module Google
2925
2984
 
2926
2985
  property :module_name, as: 'moduleName'
2927
2986
  property :mute, as: 'mute'
2987
+ property :mute_info, as: 'muteInfo', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2MuteInfo, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2MuteInfo::Representation
2988
+
2928
2989
  property :mute_initiator, as: 'muteInitiator'
2929
2990
  property :mute_update_time, as: 'muteUpdateTime'
2930
2991
  property :name, as: 'name'
@@ -3078,6 +3139,7 @@ module Google
3078
3139
  class Representation < Google::Apis::Core::JsonRepresentation
3079
3140
  property :create_time, as: 'createTime'
3080
3141
  property :description, as: 'description'
3142
+ property :expiry_time, as: 'expiryTime'
3081
3143
  property :filter, as: 'filter'
3082
3144
  property :most_recent_editor, as: 'mostRecentEditor'
3083
3145
  property :name, as: 'name'
@@ -3086,6 +3148,16 @@ module Google
3086
3148
  end
3087
3149
  end
3088
3150
 
3151
+ class GoogleCloudSecuritycenterV2MuteInfo
3152
+ # @private
3153
+ class Representation < Google::Apis::Core::JsonRepresentation
3154
+ collection :dynamic_mute_records, as: 'dynamicMuteRecords', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2DynamicMuteRecord, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2DynamicMuteRecord::Representation
3155
+
3156
+ property :static_mute, as: 'staticMute', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2StaticMute, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2StaticMute::Representation
3157
+
3158
+ end
3159
+ end
3160
+
3089
3161
  class GoogleCloudSecuritycenterV2Node
3090
3162
  # @private
3091
3163
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3345,6 +3417,14 @@ module Google
3345
3417
  end
3346
3418
  end
3347
3419
 
3420
+ class GoogleCloudSecuritycenterV2StaticMute
3421
+ # @private
3422
+ class Representation < Google::Apis::Core::JsonRepresentation
3423
+ property :apply_time, as: 'applyTime'
3424
+ property :state, as: 'state'
3425
+ end
3426
+ end
3427
+
3348
3428
  class GoogleCloudSecuritycenterV2Subject
3349
3429
  # @private
3350
3430
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3731,6 +3811,16 @@ module Google
3731
3811
  end
3732
3812
  end
3733
3813
 
3814
+ class MuteInfo
3815
+ # @private
3816
+ class Representation < Google::Apis::Core::JsonRepresentation
3817
+ collection :dynamic_mute_records, as: 'dynamicMuteRecords', class: Google::Apis::SecuritycenterV1::DynamicMuteRecord, decorator: Google::Apis::SecuritycenterV1::DynamicMuteRecord::Representation
3818
+
3819
+ property :static_mute, as: 'staticMute', class: Google::Apis::SecuritycenterV1::StaticMute, decorator: Google::Apis::SecuritycenterV1::StaticMute::Representation
3820
+
3821
+ end
3822
+ end
3823
+
3734
3824
  class Node
3735
3825
  # @private
3736
3826
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4135,6 +4225,14 @@ module Google
4135
4225
  end
4136
4226
  end
4137
4227
 
4228
+ class StaticMute
4229
+ # @private
4230
+ class Representation < Google::Apis::Core::JsonRepresentation
4231
+ property :apply_time, as: 'applyTime'
4232
+ property :state, as: 'state'
4233
+ end
4234
+ end
4235
+
4138
4236
  class Status
4139
4237
  # @private
4140
4238
  class Representation < Google::Apis::Core::JsonRepresentation