google-apis-securitycenter_v1beta1 0.79.0 → 0.80.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 SecuritycenterV1beta1
|
18
18
|
# Version of the google-apis-securitycenter_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.80.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241111"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -130,6 +130,12 @@ module Google
|
|
130
130
|
include Google::Apis::Core::JsonObjectSupport
|
131
131
|
end
|
132
132
|
|
133
|
+
class AzureTenant
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
133
139
|
class BackupDisasterRecovery
|
134
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
141
|
|
@@ -220,6 +226,18 @@ module Google
|
|
220
226
|
include Google::Apis::Core::JsonObjectSupport
|
221
227
|
end
|
222
228
|
|
229
|
+
class DataAccessEvent
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class DataFlowEvent
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
223
241
|
class Database
|
224
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
243
|
|
@@ -232,12 +250,24 @@ module Google
|
|
232
250
|
include Google::Apis::Core::JsonObjectSupport
|
233
251
|
end
|
234
252
|
|
253
|
+
class Disk
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
235
259
|
class DiskPath
|
236
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
261
|
|
238
262
|
include Google::Apis::Core::JsonObjectSupport
|
239
263
|
end
|
240
264
|
|
265
|
+
class DynamicMuteRecord
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
241
271
|
class Empty
|
242
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
273
|
|
@@ -544,6 +574,12 @@ module Google
|
|
544
574
|
include Google::Apis::Core::JsonObjectSupport
|
545
575
|
end
|
546
576
|
|
577
|
+
class GoogleCloudSecuritycenterV2AzureTenant
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
547
583
|
class GoogleCloudSecuritycenterV2BackupDisasterRecovery
|
548
584
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
585
|
|
@@ -634,6 +670,18 @@ module Google
|
|
634
670
|
include Google::Apis::Core::JsonObjectSupport
|
635
671
|
end
|
636
672
|
|
673
|
+
class GoogleCloudSecuritycenterV2DataAccessEvent
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
|
+
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
677
|
+
end
|
678
|
+
|
679
|
+
class GoogleCloudSecuritycenterV2DataFlowEvent
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
|
+
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
683
|
+
end
|
684
|
+
|
637
685
|
class GoogleCloudSecuritycenterV2Database
|
638
686
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
687
|
|
@@ -646,12 +694,24 @@ module Google
|
|
646
694
|
include Google::Apis::Core::JsonObjectSupport
|
647
695
|
end
|
648
696
|
|
697
|
+
class GoogleCloudSecuritycenterV2Disk
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
|
+
|
700
|
+
include Google::Apis::Core::JsonObjectSupport
|
701
|
+
end
|
702
|
+
|
649
703
|
class GoogleCloudSecuritycenterV2DiskPath
|
650
704
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
705
|
|
652
706
|
include Google::Apis::Core::JsonObjectSupport
|
653
707
|
end
|
654
708
|
|
709
|
+
class GoogleCloudSecuritycenterV2DynamicMuteRecord
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
|
+
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
713
|
+
end
|
714
|
+
|
655
715
|
class GoogleCloudSecuritycenterV2EnvironmentVariable
|
656
716
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
717
|
|
@@ -766,6 +826,12 @@ module Google
|
|
766
826
|
include Google::Apis::Core::JsonObjectSupport
|
767
827
|
end
|
768
828
|
|
829
|
+
class GoogleCloudSecuritycenterV2MuteInfo
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
|
+
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
833
|
+
end
|
834
|
+
|
769
835
|
class GoogleCloudSecuritycenterV2Node
|
770
836
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
837
|
|
@@ -910,6 +976,12 @@ module Google
|
|
910
976
|
include Google::Apis::Core::JsonObjectSupport
|
911
977
|
end
|
912
978
|
|
979
|
+
class GoogleCloudSecuritycenterV2StaticMute
|
980
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
981
|
+
|
982
|
+
include Google::Apis::Core::JsonObjectSupport
|
983
|
+
end
|
984
|
+
|
913
985
|
class GoogleCloudSecuritycenterV2Subject
|
914
986
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
915
987
|
|
@@ -1060,6 +1132,12 @@ module Google
|
|
1060
1132
|
include Google::Apis::Core::JsonObjectSupport
|
1061
1133
|
end
|
1062
1134
|
|
1135
|
+
class MuteInfo
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
|
+
|
1138
|
+
include Google::Apis::Core::JsonObjectSupport
|
1139
|
+
end
|
1140
|
+
|
1063
1141
|
class Node
|
1064
1142
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1065
1143
|
|
@@ -1228,6 +1306,12 @@ module Google
|
|
1228
1306
|
include Google::Apis::Core::JsonObjectSupport
|
1229
1307
|
end
|
1230
1308
|
|
1309
|
+
class StaticMute
|
1310
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1311
|
+
|
1312
|
+
include Google::Apis::Core::JsonObjectSupport
|
1313
|
+
end
|
1314
|
+
|
1231
1315
|
class Status
|
1232
1316
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1233
1317
|
|
@@ -1448,12 +1532,15 @@ module Google
|
|
1448
1532
|
|
1449
1533
|
property :subscription, as: 'subscription', class: Google::Apis::SecuritycenterV1beta1::AzureSubscription, decorator: Google::Apis::SecuritycenterV1beta1::AzureSubscription::Representation
|
1450
1534
|
|
1535
|
+
property :tenant, as: 'tenant', class: Google::Apis::SecuritycenterV1beta1::AzureTenant, decorator: Google::Apis::SecuritycenterV1beta1::AzureTenant::Representation
|
1536
|
+
|
1451
1537
|
end
|
1452
1538
|
end
|
1453
1539
|
|
1454
1540
|
class AzureResourceGroup
|
1455
1541
|
# @private
|
1456
1542
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1543
|
+
property :id, as: 'id'
|
1457
1544
|
property :name, as: 'name'
|
1458
1545
|
end
|
1459
1546
|
end
|
@@ -1466,6 +1553,14 @@ module Google
|
|
1466
1553
|
end
|
1467
1554
|
end
|
1468
1555
|
|
1556
|
+
class AzureTenant
|
1557
|
+
# @private
|
1558
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1559
|
+
property :display_name, as: 'displayName'
|
1560
|
+
property :id, as: 'id'
|
1561
|
+
end
|
1562
|
+
end
|
1563
|
+
|
1469
1564
|
class BackupDisasterRecovery
|
1470
1565
|
# @private
|
1471
1566
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1608,7 +1703,9 @@ module Google
|
|
1608
1703
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1609
1704
|
property :cvssv3, as: 'cvssv3', class: Google::Apis::SecuritycenterV1beta1::Cvssv3, decorator: Google::Apis::SecuritycenterV1beta1::Cvssv3::Representation
|
1610
1705
|
|
1706
|
+
property :exploit_release_date, as: 'exploitReleaseDate'
|
1611
1707
|
property :exploitation_activity, as: 'exploitationActivity'
|
1708
|
+
property :first_exploitation_date, as: 'firstExploitationDate'
|
1612
1709
|
property :id, as: 'id'
|
1613
1710
|
property :impact, as: 'impact'
|
1614
1711
|
property :observed_in_the_wild, as: 'observedInTheWild'
|
@@ -1634,6 +1731,27 @@ module Google
|
|
1634
1731
|
end
|
1635
1732
|
end
|
1636
1733
|
|
1734
|
+
class DataAccessEvent
|
1735
|
+
# @private
|
1736
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1737
|
+
property :event_id, as: 'eventId'
|
1738
|
+
property :event_time, as: 'eventTime'
|
1739
|
+
property :operation, as: 'operation'
|
1740
|
+
property :principal_email, as: 'principalEmail'
|
1741
|
+
end
|
1742
|
+
end
|
1743
|
+
|
1744
|
+
class DataFlowEvent
|
1745
|
+
# @private
|
1746
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1747
|
+
property :event_id, as: 'eventId'
|
1748
|
+
property :event_time, as: 'eventTime'
|
1749
|
+
property :operation, as: 'operation'
|
1750
|
+
property :principal_email, as: 'principalEmail'
|
1751
|
+
property :violated_location, as: 'violatedLocation'
|
1752
|
+
end
|
1753
|
+
end
|
1754
|
+
|
1637
1755
|
class Database
|
1638
1756
|
# @private
|
1639
1757
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1654,6 +1772,13 @@ module Google
|
|
1654
1772
|
end
|
1655
1773
|
end
|
1656
1774
|
|
1775
|
+
class Disk
|
1776
|
+
# @private
|
1777
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1778
|
+
property :name, as: 'name'
|
1779
|
+
end
|
1780
|
+
end
|
1781
|
+
|
1657
1782
|
class DiskPath
|
1658
1783
|
# @private
|
1659
1784
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1662,6 +1787,14 @@ module Google
|
|
1662
1787
|
end
|
1663
1788
|
end
|
1664
1789
|
|
1790
|
+
class DynamicMuteRecord
|
1791
|
+
# @private
|
1792
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1793
|
+
property :match_time, as: 'matchTime'
|
1794
|
+
property :mute_config, as: 'muteConfig'
|
1795
|
+
end
|
1796
|
+
end
|
1797
|
+
|
1665
1798
|
class Empty
|
1666
1799
|
# @private
|
1667
1800
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1747,9 +1880,15 @@ module Google
|
|
1747
1880
|
collection :containers, as: 'containers', class: Google::Apis::SecuritycenterV1beta1::Container, decorator: Google::Apis::SecuritycenterV1beta1::Container::Representation
|
1748
1881
|
|
1749
1882
|
property :create_time, as: 'createTime'
|
1883
|
+
collection :data_access_events, as: 'dataAccessEvents', class: Google::Apis::SecuritycenterV1beta1::DataAccessEvent, decorator: Google::Apis::SecuritycenterV1beta1::DataAccessEvent::Representation
|
1884
|
+
|
1885
|
+
collection :data_flow_events, as: 'dataFlowEvents', class: Google::Apis::SecuritycenterV1beta1::DataFlowEvent, decorator: Google::Apis::SecuritycenterV1beta1::DataFlowEvent::Representation
|
1886
|
+
|
1750
1887
|
property :database, as: 'database', class: Google::Apis::SecuritycenterV1beta1::Database, decorator: Google::Apis::SecuritycenterV1beta1::Database::Representation
|
1751
1888
|
|
1752
1889
|
property :description, as: 'description'
|
1890
|
+
property :disk, as: 'disk', class: Google::Apis::SecuritycenterV1beta1::Disk, decorator: Google::Apis::SecuritycenterV1beta1::Disk::Representation
|
1891
|
+
|
1753
1892
|
property :event_time, as: 'eventTime'
|
1754
1893
|
property :exfiltration, as: 'exfiltration', class: Google::Apis::SecuritycenterV1beta1::Exfiltration, decorator: Google::Apis::SecuritycenterV1beta1::Exfiltration::Representation
|
1755
1894
|
|
@@ -1777,6 +1916,8 @@ module Google
|
|
1777
1916
|
|
1778
1917
|
property :module_name, as: 'moduleName'
|
1779
1918
|
property :mute, as: 'mute'
|
1919
|
+
property :mute_info, as: 'muteInfo', class: Google::Apis::SecuritycenterV1beta1::MuteInfo, decorator: Google::Apis::SecuritycenterV1beta1::MuteInfo::Representation
|
1920
|
+
|
1780
1921
|
property :mute_initiator, as: 'muteInitiator'
|
1781
1922
|
property :mute_update_time, as: 'muteUpdateTime'
|
1782
1923
|
property :name, as: 'name'
|
@@ -1905,6 +2046,7 @@ module Google
|
|
1905
2046
|
class GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule
|
1906
2047
|
# @private
|
1907
2048
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2049
|
+
property :cloud_provider, as: 'cloudProvider'
|
1908
2050
|
property :custom_config, as: 'customConfig', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1CustomConfig, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1CustomConfig::Representation
|
1909
2051
|
|
1910
2052
|
property :display_name, as: 'displayName'
|
@@ -1937,9 +2079,11 @@ module Google
|
|
1937
2079
|
property :create_time, as: 'createTime'
|
1938
2080
|
property :description, as: 'description'
|
1939
2081
|
property :display_name, as: 'displayName'
|
2082
|
+
property :expiry_time, as: 'expiryTime'
|
1940
2083
|
property :filter, as: 'filter'
|
1941
2084
|
property :most_recent_editor, as: 'mostRecentEditor'
|
1942
2085
|
property :name, as: 'name'
|
2086
|
+
property :type, as: 'type'
|
1943
2087
|
property :update_time, as: 'updateTime'
|
1944
2088
|
end
|
1945
2089
|
end
|
@@ -2027,6 +2171,7 @@ module Google
|
|
2027
2171
|
# @private
|
2028
2172
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2029
2173
|
property :ancestor_module, as: 'ancestorModule'
|
2174
|
+
property :cloud_provider, as: 'cloudProvider'
|
2030
2175
|
property :custom_config, as: 'customConfig', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1CustomConfig, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1CustomConfig::Representation
|
2031
2176
|
|
2032
2177
|
property :display_name, as: 'displayName'
|
@@ -2267,12 +2412,15 @@ module Google
|
|
2267
2412
|
|
2268
2413
|
property :subscription, as: 'subscription', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AzureSubscription, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AzureSubscription::Representation
|
2269
2414
|
|
2415
|
+
property :tenant, as: 'tenant', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AzureTenant, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AzureTenant::Representation
|
2416
|
+
|
2270
2417
|
end
|
2271
2418
|
end
|
2272
2419
|
|
2273
2420
|
class GoogleCloudSecuritycenterV2AzureResourceGroup
|
2274
2421
|
# @private
|
2275
2422
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2423
|
+
property :id, as: 'id'
|
2276
2424
|
property :name, as: 'name'
|
2277
2425
|
end
|
2278
2426
|
end
|
@@ -2285,6 +2433,14 @@ module Google
|
|
2285
2433
|
end
|
2286
2434
|
end
|
2287
2435
|
|
2436
|
+
class GoogleCloudSecuritycenterV2AzureTenant
|
2437
|
+
# @private
|
2438
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2439
|
+
property :display_name, as: 'displayName'
|
2440
|
+
property :id, as: 'id'
|
2441
|
+
end
|
2442
|
+
end
|
2443
|
+
|
2288
2444
|
class GoogleCloudSecuritycenterV2BackupDisasterRecovery
|
2289
2445
|
# @private
|
2290
2446
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2429,7 +2585,9 @@ module Google
|
|
2429
2585
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2430
2586
|
property :cvssv3, as: 'cvssv3', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Cvssv3, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Cvssv3::Representation
|
2431
2587
|
|
2588
|
+
property :exploit_release_date, as: 'exploitReleaseDate'
|
2432
2589
|
property :exploitation_activity, as: 'exploitationActivity'
|
2590
|
+
property :first_exploitation_date, as: 'firstExploitationDate'
|
2433
2591
|
property :id, as: 'id'
|
2434
2592
|
property :impact, as: 'impact'
|
2435
2593
|
property :observed_in_the_wild, as: 'observedInTheWild'
|
@@ -2455,6 +2613,27 @@ module Google
|
|
2455
2613
|
end
|
2456
2614
|
end
|
2457
2615
|
|
2616
|
+
class GoogleCloudSecuritycenterV2DataAccessEvent
|
2617
|
+
# @private
|
2618
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2619
|
+
property :event_id, as: 'eventId'
|
2620
|
+
property :event_time, as: 'eventTime'
|
2621
|
+
property :operation, as: 'operation'
|
2622
|
+
property :principal_email, as: 'principalEmail'
|
2623
|
+
end
|
2624
|
+
end
|
2625
|
+
|
2626
|
+
class GoogleCloudSecuritycenterV2DataFlowEvent
|
2627
|
+
# @private
|
2628
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2629
|
+
property :event_id, as: 'eventId'
|
2630
|
+
property :event_time, as: 'eventTime'
|
2631
|
+
property :operation, as: 'operation'
|
2632
|
+
property :principal_email, as: 'principalEmail'
|
2633
|
+
property :violated_location, as: 'violatedLocation'
|
2634
|
+
end
|
2635
|
+
end
|
2636
|
+
|
2458
2637
|
class GoogleCloudSecuritycenterV2Database
|
2459
2638
|
# @private
|
2460
2639
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2475,6 +2654,13 @@ module Google
|
|
2475
2654
|
end
|
2476
2655
|
end
|
2477
2656
|
|
2657
|
+
class GoogleCloudSecuritycenterV2Disk
|
2658
|
+
# @private
|
2659
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2660
|
+
property :name, as: 'name'
|
2661
|
+
end
|
2662
|
+
end
|
2663
|
+
|
2478
2664
|
class GoogleCloudSecuritycenterV2DiskPath
|
2479
2665
|
# @private
|
2480
2666
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2483,6 +2669,14 @@ module Google
|
|
2483
2669
|
end
|
2484
2670
|
end
|
2485
2671
|
|
2672
|
+
class GoogleCloudSecuritycenterV2DynamicMuteRecord
|
2673
|
+
# @private
|
2674
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2675
|
+
property :match_time, as: 'matchTime'
|
2676
|
+
property :mute_config, as: 'muteConfig'
|
2677
|
+
end
|
2678
|
+
end
|
2679
|
+
|
2486
2680
|
class GoogleCloudSecuritycenterV2EnvironmentVariable
|
2487
2681
|
# @private
|
2488
2682
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2570,9 +2764,15 @@ module Google
|
|
2570
2764
|
collection :containers, as: 'containers', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Container, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Container::Representation
|
2571
2765
|
|
2572
2766
|
property :create_time, as: 'createTime'
|
2767
|
+
collection :data_access_events, as: 'dataAccessEvents', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DataAccessEvent, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DataAccessEvent::Representation
|
2768
|
+
|
2769
|
+
collection :data_flow_events, as: 'dataFlowEvents', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DataFlowEvent, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DataFlowEvent::Representation
|
2770
|
+
|
2573
2771
|
property :database, as: 'database', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Database, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Database::Representation
|
2574
2772
|
|
2575
2773
|
property :description, as: 'description'
|
2774
|
+
property :disk, as: 'disk', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Disk, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Disk::Representation
|
2775
|
+
|
2576
2776
|
property :event_time, as: 'eventTime'
|
2577
2777
|
property :exfiltration, as: 'exfiltration', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Exfiltration, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Exfiltration::Representation
|
2578
2778
|
|
@@ -2600,6 +2800,8 @@ module Google
|
|
2600
2800
|
|
2601
2801
|
property :module_name, as: 'moduleName'
|
2602
2802
|
property :mute, as: 'mute'
|
2803
|
+
property :mute_info, as: 'muteInfo', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2MuteInfo, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2MuteInfo::Representation
|
2804
|
+
|
2603
2805
|
property :mute_initiator, as: 'muteInitiator'
|
2604
2806
|
property :mute_update_time, as: 'muteUpdateTime'
|
2605
2807
|
property :name, as: 'name'
|
@@ -2753,6 +2955,7 @@ module Google
|
|
2753
2955
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2754
2956
|
property :create_time, as: 'createTime'
|
2755
2957
|
property :description, as: 'description'
|
2958
|
+
property :expiry_time, as: 'expiryTime'
|
2756
2959
|
property :filter, as: 'filter'
|
2757
2960
|
property :most_recent_editor, as: 'mostRecentEditor'
|
2758
2961
|
property :name, as: 'name'
|
@@ -2761,6 +2964,16 @@ module Google
|
|
2761
2964
|
end
|
2762
2965
|
end
|
2763
2966
|
|
2967
|
+
class GoogleCloudSecuritycenterV2MuteInfo
|
2968
|
+
# @private
|
2969
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2970
|
+
collection :dynamic_mute_records, as: 'dynamicMuteRecords', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DynamicMuteRecord, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DynamicMuteRecord::Representation
|
2971
|
+
|
2972
|
+
property :static_mute, as: 'staticMute', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2StaticMute, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2StaticMute::Representation
|
2973
|
+
|
2974
|
+
end
|
2975
|
+
end
|
2976
|
+
|
2764
2977
|
class GoogleCloudSecuritycenterV2Node
|
2765
2978
|
# @private
|
2766
2979
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3020,6 +3233,14 @@ module Google
|
|
3020
3233
|
end
|
3021
3234
|
end
|
3022
3235
|
|
3236
|
+
class GoogleCloudSecuritycenterV2StaticMute
|
3237
|
+
# @private
|
3238
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3239
|
+
property :apply_time, as: 'applyTime'
|
3240
|
+
property :state, as: 'state'
|
3241
|
+
end
|
3242
|
+
end
|
3243
|
+
|
3023
3244
|
class GoogleCloudSecuritycenterV2Subject
|
3024
3245
|
# @private
|
3025
3246
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3276,6 +3497,16 @@ module Google
|
|
3276
3497
|
end
|
3277
3498
|
end
|
3278
3499
|
|
3500
|
+
class MuteInfo
|
3501
|
+
# @private
|
3502
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3503
|
+
collection :dynamic_mute_records, as: 'dynamicMuteRecords', class: Google::Apis::SecuritycenterV1beta1::DynamicMuteRecord, decorator: Google::Apis::SecuritycenterV1beta1::DynamicMuteRecord::Representation
|
3504
|
+
|
3505
|
+
property :static_mute, as: 'staticMute', class: Google::Apis::SecuritycenterV1beta1::StaticMute, decorator: Google::Apis::SecuritycenterV1beta1::StaticMute::Representation
|
3506
|
+
|
3507
|
+
end
|
3508
|
+
end
|
3509
|
+
|
3279
3510
|
class Node
|
3280
3511
|
# @private
|
3281
3512
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3554,6 +3785,14 @@ module Google
|
|
3554
3785
|
end
|
3555
3786
|
end
|
3556
3787
|
|
3788
|
+
class StaticMute
|
3789
|
+
# @private
|
3790
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3791
|
+
property :apply_time, as: 'applyTime'
|
3792
|
+
property :state, as: 'state'
|
3793
|
+
end
|
3794
|
+
end
|
3795
|
+
|
3557
3796
|
class Status
|
3558
3797
|
# @private
|
3559
3798
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-securitycenter_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.80.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.80.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.22
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Security Command Center API V1beta1
|