google-apis-securitycenter_v1beta2 0.70.0 → 0.72.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 SecuritycenterV1beta2
18
18
  # Version of the google-apis-securitycenter_v1beta2 gem
19
- GEM_VERSION = "0.70.0"
19
+ GEM_VERSION = "0.72.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 = "20241111"
26
26
  end
27
27
  end
28
28
  end
@@ -106,6 +106,12 @@ module Google
106
106
  include Google::Apis::Core::JsonObjectSupport
107
107
  end
108
108
 
109
+ class AzureTenant
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
109
115
  class BackupDisasterRecovery
110
116
  class Representation < Google::Apis::Core::JsonRepresentation; end
111
117
 
@@ -196,6 +202,18 @@ module Google
196
202
  include Google::Apis::Core::JsonObjectSupport
197
203
  end
198
204
 
205
+ class DataAccessEvent
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class DataFlowEvent
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
199
217
  class Database
200
218
  class Representation < Google::Apis::Core::JsonRepresentation; end
201
219
 
@@ -214,12 +232,24 @@ module Google
214
232
  include Google::Apis::Core::JsonObjectSupport
215
233
  end
216
234
 
235
+ class Disk
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
217
241
  class DiskPath
218
242
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
243
 
220
244
  include Google::Apis::Core::JsonObjectSupport
221
245
  end
222
246
 
247
+ class DynamicMuteRecord
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
223
253
  class EnvironmentVariable
224
254
  class Representation < Google::Apis::Core::JsonRepresentation; end
225
255
 
@@ -502,6 +532,12 @@ module Google
502
532
  include Google::Apis::Core::JsonObjectSupport
503
533
  end
504
534
 
535
+ class GoogleCloudSecuritycenterV2AzureTenant
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
505
541
  class GoogleCloudSecuritycenterV2BackupDisasterRecovery
506
542
  class Representation < Google::Apis::Core::JsonRepresentation; end
507
543
 
@@ -592,6 +628,18 @@ module Google
592
628
  include Google::Apis::Core::JsonObjectSupport
593
629
  end
594
630
 
631
+ class GoogleCloudSecuritycenterV2DataAccessEvent
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
637
+ class GoogleCloudSecuritycenterV2DataFlowEvent
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+
640
+ include Google::Apis::Core::JsonObjectSupport
641
+ end
642
+
595
643
  class GoogleCloudSecuritycenterV2Database
596
644
  class Representation < Google::Apis::Core::JsonRepresentation; end
597
645
 
@@ -604,12 +652,24 @@ module Google
604
652
  include Google::Apis::Core::JsonObjectSupport
605
653
  end
606
654
 
655
+ class GoogleCloudSecuritycenterV2Disk
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
607
661
  class GoogleCloudSecuritycenterV2DiskPath
608
662
  class Representation < Google::Apis::Core::JsonRepresentation; end
609
663
 
610
664
  include Google::Apis::Core::JsonObjectSupport
611
665
  end
612
666
 
667
+ class GoogleCloudSecuritycenterV2DynamicMuteRecord
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
613
673
  class GoogleCloudSecuritycenterV2EnvironmentVariable
614
674
  class Representation < Google::Apis::Core::JsonRepresentation; end
615
675
 
@@ -724,6 +784,12 @@ module Google
724
784
  include Google::Apis::Core::JsonObjectSupport
725
785
  end
726
786
 
787
+ class GoogleCloudSecuritycenterV2MuteInfo
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
727
793
  class GoogleCloudSecuritycenterV2Node
728
794
  class Representation < Google::Apis::Core::JsonRepresentation; end
729
795
 
@@ -868,6 +934,12 @@ module Google
868
934
  include Google::Apis::Core::JsonObjectSupport
869
935
  end
870
936
 
937
+ class GoogleCloudSecuritycenterV2StaticMute
938
+ class Representation < Google::Apis::Core::JsonRepresentation; end
939
+
940
+ include Google::Apis::Core::JsonObjectSupport
941
+ end
942
+
871
943
  class GoogleCloudSecuritycenterV2Subject
872
944
  class Representation < Google::Apis::Core::JsonRepresentation; end
873
945
 
@@ -958,6 +1030,12 @@ module Google
958
1030
  include Google::Apis::Core::JsonObjectSupport
959
1031
  end
960
1032
 
1033
+ class MuteInfo
1034
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1035
+
1036
+ include Google::Apis::Core::JsonObjectSupport
1037
+ end
1038
+
961
1039
  class Node
962
1040
  class Representation < Google::Apis::Core::JsonRepresentation; end
963
1041
 
@@ -1096,6 +1174,12 @@ module Google
1096
1174
  include Google::Apis::Core::JsonObjectSupport
1097
1175
  end
1098
1176
 
1177
+ class StaticMute
1178
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1179
+
1180
+ include Google::Apis::Core::JsonObjectSupport
1181
+ end
1182
+
1099
1183
  class Subject
1100
1184
  class Representation < Google::Apis::Core::JsonRepresentation; end
1101
1185
 
@@ -1277,12 +1361,15 @@ module Google
1277
1361
 
1278
1362
  property :subscription, as: 'subscription', class: Google::Apis::SecuritycenterV1beta2::AzureSubscription, decorator: Google::Apis::SecuritycenterV1beta2::AzureSubscription::Representation
1279
1363
 
1364
+ property :tenant, as: 'tenant', class: Google::Apis::SecuritycenterV1beta2::AzureTenant, decorator: Google::Apis::SecuritycenterV1beta2::AzureTenant::Representation
1365
+
1280
1366
  end
1281
1367
  end
1282
1368
 
1283
1369
  class AzureResourceGroup
1284
1370
  # @private
1285
1371
  class Representation < Google::Apis::Core::JsonRepresentation
1372
+ property :id, as: 'id'
1286
1373
  property :name, as: 'name'
1287
1374
  end
1288
1375
  end
@@ -1295,6 +1382,14 @@ module Google
1295
1382
  end
1296
1383
  end
1297
1384
 
1385
+ class AzureTenant
1386
+ # @private
1387
+ class Representation < Google::Apis::Core::JsonRepresentation
1388
+ property :display_name, as: 'displayName'
1389
+ property :id, as: 'id'
1390
+ end
1391
+ end
1392
+
1298
1393
  class BackupDisasterRecovery
1299
1394
  # @private
1300
1395
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1441,7 +1536,9 @@ module Google
1441
1536
  class Representation < Google::Apis::Core::JsonRepresentation
1442
1537
  property :cvssv3, as: 'cvssv3', class: Google::Apis::SecuritycenterV1beta2::Cvssv3, decorator: Google::Apis::SecuritycenterV1beta2::Cvssv3::Representation
1443
1538
 
1539
+ property :exploit_release_date, as: 'exploitReleaseDate'
1444
1540
  property :exploitation_activity, as: 'exploitationActivity'
1541
+ property :first_exploitation_date, as: 'firstExploitationDate'
1445
1542
  property :id, as: 'id'
1446
1543
  property :impact, as: 'impact'
1447
1544
  property :observed_in_the_wild, as: 'observedInTheWild'
@@ -1467,6 +1564,27 @@ module Google
1467
1564
  end
1468
1565
  end
1469
1566
 
1567
+ class DataAccessEvent
1568
+ # @private
1569
+ class Representation < Google::Apis::Core::JsonRepresentation
1570
+ property :event_id, as: 'eventId'
1571
+ property :event_time, as: 'eventTime'
1572
+ property :operation, as: 'operation'
1573
+ property :principal_email, as: 'principalEmail'
1574
+ end
1575
+ end
1576
+
1577
+ class DataFlowEvent
1578
+ # @private
1579
+ class Representation < Google::Apis::Core::JsonRepresentation
1580
+ property :event_id, as: 'eventId'
1581
+ property :event_time, as: 'eventTime'
1582
+ property :operation, as: 'operation'
1583
+ property :principal_email, as: 'principalEmail'
1584
+ property :violated_location, as: 'violatedLocation'
1585
+ end
1586
+ end
1587
+
1470
1588
  class Database
1471
1589
  # @private
1472
1590
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1496,6 +1614,13 @@ module Google
1496
1614
  end
1497
1615
  end
1498
1616
 
1617
+ class Disk
1618
+ # @private
1619
+ class Representation < Google::Apis::Core::JsonRepresentation
1620
+ property :name, as: 'name'
1621
+ end
1622
+ end
1623
+
1499
1624
  class DiskPath
1500
1625
  # @private
1501
1626
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1504,6 +1629,14 @@ module Google
1504
1629
  end
1505
1630
  end
1506
1631
 
1632
+ class DynamicMuteRecord
1633
+ # @private
1634
+ class Representation < Google::Apis::Core::JsonRepresentation
1635
+ property :match_time, as: 'matchTime'
1636
+ property :mute_config, as: 'muteConfig'
1637
+ end
1638
+ end
1639
+
1507
1640
  class EnvironmentVariable
1508
1641
  # @private
1509
1642
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1594,9 +1727,15 @@ module Google
1594
1727
  collection :containers, as: 'containers', class: Google::Apis::SecuritycenterV1beta2::Container, decorator: Google::Apis::SecuritycenterV1beta2::Container::Representation
1595
1728
 
1596
1729
  property :create_time, as: 'createTime'
1730
+ collection :data_access_events, as: 'dataAccessEvents', class: Google::Apis::SecuritycenterV1beta2::DataAccessEvent, decorator: Google::Apis::SecuritycenterV1beta2::DataAccessEvent::Representation
1731
+
1732
+ collection :data_flow_events, as: 'dataFlowEvents', class: Google::Apis::SecuritycenterV1beta2::DataFlowEvent, decorator: Google::Apis::SecuritycenterV1beta2::DataFlowEvent::Representation
1733
+
1597
1734
  property :database, as: 'database', class: Google::Apis::SecuritycenterV1beta2::Database, decorator: Google::Apis::SecuritycenterV1beta2::Database::Representation
1598
1735
 
1599
1736
  property :description, as: 'description'
1737
+ property :disk, as: 'disk', class: Google::Apis::SecuritycenterV1beta2::Disk, decorator: Google::Apis::SecuritycenterV1beta2::Disk::Representation
1738
+
1600
1739
  property :event_time, as: 'eventTime'
1601
1740
  property :exfiltration, as: 'exfiltration', class: Google::Apis::SecuritycenterV1beta2::Exfiltration, decorator: Google::Apis::SecuritycenterV1beta2::Exfiltration::Representation
1602
1741
 
@@ -1624,6 +1763,8 @@ module Google
1624
1763
 
1625
1764
  property :module_name, as: 'moduleName'
1626
1765
  property :mute, as: 'mute'
1766
+ property :mute_info, as: 'muteInfo', class: Google::Apis::SecuritycenterV1beta2::MuteInfo, decorator: Google::Apis::SecuritycenterV1beta2::MuteInfo::Representation
1767
+
1627
1768
  property :mute_initiator, as: 'muteInitiator'
1628
1769
  property :mute_update_time, as: 'muteUpdateTime'
1629
1770
  property :name, as: 'name'
@@ -1737,6 +1878,7 @@ module Google
1737
1878
  class GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule
1738
1879
  # @private
1739
1880
  class Representation < Google::Apis::Core::JsonRepresentation
1881
+ property :cloud_provider, as: 'cloudProvider'
1740
1882
  property :custom_config, as: 'customConfig', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV1CustomConfig, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV1CustomConfig::Representation
1741
1883
 
1742
1884
  property :display_name, as: 'displayName'
@@ -1769,9 +1911,11 @@ module Google
1769
1911
  property :create_time, as: 'createTime'
1770
1912
  property :description, as: 'description'
1771
1913
  property :display_name, as: 'displayName'
1914
+ property :expiry_time, as: 'expiryTime'
1772
1915
  property :filter, as: 'filter'
1773
1916
  property :most_recent_editor, as: 'mostRecentEditor'
1774
1917
  property :name, as: 'name'
1918
+ property :type, as: 'type'
1775
1919
  property :update_time, as: 'updateTime'
1776
1920
  end
1777
1921
  end
@@ -1859,6 +2003,7 @@ module Google
1859
2003
  # @private
1860
2004
  class Representation < Google::Apis::Core::JsonRepresentation
1861
2005
  property :ancestor_module, as: 'ancestorModule'
2006
+ property :cloud_provider, as: 'cloudProvider'
1862
2007
  property :custom_config, as: 'customConfig', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV1CustomConfig, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV1CustomConfig::Representation
1863
2008
 
1864
2009
  property :display_name, as: 'displayName'
@@ -2074,12 +2219,15 @@ module Google
2074
2219
 
2075
2220
  property :subscription, as: 'subscription', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2AzureSubscription, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2AzureSubscription::Representation
2076
2221
 
2222
+ property :tenant, as: 'tenant', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2AzureTenant, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2AzureTenant::Representation
2223
+
2077
2224
  end
2078
2225
  end
2079
2226
 
2080
2227
  class GoogleCloudSecuritycenterV2AzureResourceGroup
2081
2228
  # @private
2082
2229
  class Representation < Google::Apis::Core::JsonRepresentation
2230
+ property :id, as: 'id'
2083
2231
  property :name, as: 'name'
2084
2232
  end
2085
2233
  end
@@ -2092,6 +2240,14 @@ module Google
2092
2240
  end
2093
2241
  end
2094
2242
 
2243
+ class GoogleCloudSecuritycenterV2AzureTenant
2244
+ # @private
2245
+ class Representation < Google::Apis::Core::JsonRepresentation
2246
+ property :display_name, as: 'displayName'
2247
+ property :id, as: 'id'
2248
+ end
2249
+ end
2250
+
2095
2251
  class GoogleCloudSecuritycenterV2BackupDisasterRecovery
2096
2252
  # @private
2097
2253
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2236,7 +2392,9 @@ module Google
2236
2392
  class Representation < Google::Apis::Core::JsonRepresentation
2237
2393
  property :cvssv3, as: 'cvssv3', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Cvssv3, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Cvssv3::Representation
2238
2394
 
2395
+ property :exploit_release_date, as: 'exploitReleaseDate'
2239
2396
  property :exploitation_activity, as: 'exploitationActivity'
2397
+ property :first_exploitation_date, as: 'firstExploitationDate'
2240
2398
  property :id, as: 'id'
2241
2399
  property :impact, as: 'impact'
2242
2400
  property :observed_in_the_wild, as: 'observedInTheWild'
@@ -2262,6 +2420,27 @@ module Google
2262
2420
  end
2263
2421
  end
2264
2422
 
2423
+ class GoogleCloudSecuritycenterV2DataAccessEvent
2424
+ # @private
2425
+ class Representation < Google::Apis::Core::JsonRepresentation
2426
+ property :event_id, as: 'eventId'
2427
+ property :event_time, as: 'eventTime'
2428
+ property :operation, as: 'operation'
2429
+ property :principal_email, as: 'principalEmail'
2430
+ end
2431
+ end
2432
+
2433
+ class GoogleCloudSecuritycenterV2DataFlowEvent
2434
+ # @private
2435
+ class Representation < Google::Apis::Core::JsonRepresentation
2436
+ property :event_id, as: 'eventId'
2437
+ property :event_time, as: 'eventTime'
2438
+ property :operation, as: 'operation'
2439
+ property :principal_email, as: 'principalEmail'
2440
+ property :violated_location, as: 'violatedLocation'
2441
+ end
2442
+ end
2443
+
2265
2444
  class GoogleCloudSecuritycenterV2Database
2266
2445
  # @private
2267
2446
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2282,6 +2461,13 @@ module Google
2282
2461
  end
2283
2462
  end
2284
2463
 
2464
+ class GoogleCloudSecuritycenterV2Disk
2465
+ # @private
2466
+ class Representation < Google::Apis::Core::JsonRepresentation
2467
+ property :name, as: 'name'
2468
+ end
2469
+ end
2470
+
2285
2471
  class GoogleCloudSecuritycenterV2DiskPath
2286
2472
  # @private
2287
2473
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2290,6 +2476,14 @@ module Google
2290
2476
  end
2291
2477
  end
2292
2478
 
2479
+ class GoogleCloudSecuritycenterV2DynamicMuteRecord
2480
+ # @private
2481
+ class Representation < Google::Apis::Core::JsonRepresentation
2482
+ property :match_time, as: 'matchTime'
2483
+ property :mute_config, as: 'muteConfig'
2484
+ end
2485
+ end
2486
+
2293
2487
  class GoogleCloudSecuritycenterV2EnvironmentVariable
2294
2488
  # @private
2295
2489
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2377,9 +2571,15 @@ module Google
2377
2571
  collection :containers, as: 'containers', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Container, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Container::Representation
2378
2572
 
2379
2573
  property :create_time, as: 'createTime'
2574
+ collection :data_access_events, as: 'dataAccessEvents', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2DataAccessEvent, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2DataAccessEvent::Representation
2575
+
2576
+ collection :data_flow_events, as: 'dataFlowEvents', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2DataFlowEvent, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2DataFlowEvent::Representation
2577
+
2380
2578
  property :database, as: 'database', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Database, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Database::Representation
2381
2579
 
2382
2580
  property :description, as: 'description'
2581
+ property :disk, as: 'disk', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Disk, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Disk::Representation
2582
+
2383
2583
  property :event_time, as: 'eventTime'
2384
2584
  property :exfiltration, as: 'exfiltration', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Exfiltration, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Exfiltration::Representation
2385
2585
 
@@ -2407,6 +2607,8 @@ module Google
2407
2607
 
2408
2608
  property :module_name, as: 'moduleName'
2409
2609
  property :mute, as: 'mute'
2610
+ property :mute_info, as: 'muteInfo', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2MuteInfo, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2MuteInfo::Representation
2611
+
2410
2612
  property :mute_initiator, as: 'muteInitiator'
2411
2613
  property :mute_update_time, as: 'muteUpdateTime'
2412
2614
  property :name, as: 'name'
@@ -2560,6 +2762,7 @@ module Google
2560
2762
  class Representation < Google::Apis::Core::JsonRepresentation
2561
2763
  property :create_time, as: 'createTime'
2562
2764
  property :description, as: 'description'
2765
+ property :expiry_time, as: 'expiryTime'
2563
2766
  property :filter, as: 'filter'
2564
2767
  property :most_recent_editor, as: 'mostRecentEditor'
2565
2768
  property :name, as: 'name'
@@ -2568,6 +2771,16 @@ module Google
2568
2771
  end
2569
2772
  end
2570
2773
 
2774
+ class GoogleCloudSecuritycenterV2MuteInfo
2775
+ # @private
2776
+ class Representation < Google::Apis::Core::JsonRepresentation
2777
+ collection :dynamic_mute_records, as: 'dynamicMuteRecords', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2DynamicMuteRecord, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2DynamicMuteRecord::Representation
2778
+
2779
+ property :static_mute, as: 'staticMute', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2StaticMute, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2StaticMute::Representation
2780
+
2781
+ end
2782
+ end
2783
+
2571
2784
  class GoogleCloudSecuritycenterV2Node
2572
2785
  # @private
2573
2786
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2827,6 +3040,14 @@ module Google
2827
3040
  end
2828
3041
  end
2829
3042
 
3043
+ class GoogleCloudSecuritycenterV2StaticMute
3044
+ # @private
3045
+ class Representation < Google::Apis::Core::JsonRepresentation
3046
+ property :apply_time, as: 'applyTime'
3047
+ property :state, as: 'state'
3048
+ end
3049
+ end
3050
+
2830
3051
  class GoogleCloudSecuritycenterV2Subject
2831
3052
  # @private
2832
3053
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2983,6 +3204,16 @@ module Google
2983
3204
  end
2984
3205
  end
2985
3206
 
3207
+ class MuteInfo
3208
+ # @private
3209
+ class Representation < Google::Apis::Core::JsonRepresentation
3210
+ collection :dynamic_mute_records, as: 'dynamicMuteRecords', class: Google::Apis::SecuritycenterV1beta2::DynamicMuteRecord, decorator: Google::Apis::SecuritycenterV1beta2::DynamicMuteRecord::Representation
3211
+
3212
+ property :static_mute, as: 'staticMute', class: Google::Apis::SecuritycenterV1beta2::StaticMute, decorator: Google::Apis::SecuritycenterV1beta2::StaticMute::Representation
3213
+
3214
+ end
3215
+ end
3216
+
2986
3217
  class Node
2987
3218
  # @private
2988
3219
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3217,6 +3448,14 @@ module Google
3217
3448
  end
3218
3449
  end
3219
3450
 
3451
+ class StaticMute
3452
+ # @private
3453
+ class Representation < Google::Apis::Core::JsonRepresentation
3454
+ property :apply_time, as: 'applyTime'
3455
+ property :state, as: 'state'
3456
+ end
3457
+ end
3458
+
3220
3459
  class Subject
3221
3460
  # @private
3222
3461
  class Representation < Google::Apis::Core::JsonRepresentation