google-apis-securitycenter_v1beta2 0.71.0 → 0.73.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/securitycenter_v1beta2/classes.rb +1378 -219
- data/lib/google/apis/securitycenter_v1beta2/gem_version.rb +3 -3
- data/lib/google/apis/securitycenter_v1beta2/representations.rb +517 -0
- data/lib/google/apis/securitycenter_v1beta2/service.rb +80 -16
- metadata +4 -4
@@ -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,24 @@ 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
|
+
|
217
|
+
class DataRetentionDeletionEvent
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
199
223
|
class Database
|
200
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
225
|
|
@@ -214,12 +238,24 @@ module Google
|
|
214
238
|
include Google::Apis::Core::JsonObjectSupport
|
215
239
|
end
|
216
240
|
|
241
|
+
class Disk
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
217
247
|
class DiskPath
|
218
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
249
|
|
220
250
|
include Google::Apis::Core::JsonObjectSupport
|
221
251
|
end
|
222
252
|
|
253
|
+
class DynamicMuteRecord
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
223
259
|
class EnvironmentVariable
|
224
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
261
|
|
@@ -502,6 +538,12 @@ module Google
|
|
502
538
|
include Google::Apis::Core::JsonObjectSupport
|
503
539
|
end
|
504
540
|
|
541
|
+
class GoogleCloudSecuritycenterV2AzureTenant
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
505
547
|
class GoogleCloudSecuritycenterV2BackupDisasterRecovery
|
506
548
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
549
|
|
@@ -592,6 +634,24 @@ module Google
|
|
592
634
|
include Google::Apis::Core::JsonObjectSupport
|
593
635
|
end
|
594
636
|
|
637
|
+
class GoogleCloudSecuritycenterV2DataAccessEvent
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
|
+
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
641
|
+
end
|
642
|
+
|
643
|
+
class GoogleCloudSecuritycenterV2DataFlowEvent
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
|
+
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
647
|
+
end
|
648
|
+
|
649
|
+
class GoogleCloudSecuritycenterV2DataRetentionDeletionEvent
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
653
|
+
end
|
654
|
+
|
595
655
|
class GoogleCloudSecuritycenterV2Database
|
596
656
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
657
|
|
@@ -604,12 +664,24 @@ module Google
|
|
604
664
|
include Google::Apis::Core::JsonObjectSupport
|
605
665
|
end
|
606
666
|
|
667
|
+
class GoogleCloudSecuritycenterV2Disk
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
607
673
|
class GoogleCloudSecuritycenterV2DiskPath
|
608
674
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
675
|
|
610
676
|
include Google::Apis::Core::JsonObjectSupport
|
611
677
|
end
|
612
678
|
|
679
|
+
class GoogleCloudSecuritycenterV2DynamicMuteRecord
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
|
+
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
683
|
+
end
|
684
|
+
|
613
685
|
class GoogleCloudSecuritycenterV2EnvironmentVariable
|
614
686
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
687
|
|
@@ -676,6 +748,96 @@ module Google
|
|
676
748
|
include Google::Apis::Core::JsonObjectSupport
|
677
749
|
end
|
678
750
|
|
751
|
+
class GoogleCloudSecuritycenterV2Issue
|
752
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
|
+
|
754
|
+
include Google::Apis::Core::JsonObjectSupport
|
755
|
+
end
|
756
|
+
|
757
|
+
class GoogleCloudSecuritycenterV2IssueDomain
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
|
+
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
761
|
+
end
|
762
|
+
|
763
|
+
class GoogleCloudSecuritycenterV2IssueFinding
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
|
+
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
767
|
+
end
|
768
|
+
|
769
|
+
class GoogleCloudSecuritycenterV2IssueFindingCve
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
|
+
|
772
|
+
include Google::Apis::Core::JsonObjectSupport
|
773
|
+
end
|
774
|
+
|
775
|
+
class GoogleCloudSecuritycenterV2IssueFindingSecurityBulletin
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
|
+
|
778
|
+
include Google::Apis::Core::JsonObjectSupport
|
779
|
+
end
|
780
|
+
|
781
|
+
class GoogleCloudSecuritycenterV2IssueMute
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
787
|
+
class GoogleCloudSecuritycenterV2IssueResource
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
|
+
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
791
|
+
end
|
792
|
+
|
793
|
+
class GoogleCloudSecuritycenterV2IssueResourceAwsMetadata
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
|
+
|
796
|
+
include Google::Apis::Core::JsonObjectSupport
|
797
|
+
end
|
798
|
+
|
799
|
+
class GoogleCloudSecuritycenterV2IssueResourceAwsMetadataAwsAccount
|
800
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
801
|
+
|
802
|
+
include Google::Apis::Core::JsonObjectSupport
|
803
|
+
end
|
804
|
+
|
805
|
+
class GoogleCloudSecuritycenterV2IssueResourceAzureMetadata
|
806
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
|
+
|
808
|
+
include Google::Apis::Core::JsonObjectSupport
|
809
|
+
end
|
810
|
+
|
811
|
+
class GoogleCloudSecuritycenterV2IssueResourceAzureMetadataAzureSubscription
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
813
|
+
|
814
|
+
include Google::Apis::Core::JsonObjectSupport
|
815
|
+
end
|
816
|
+
|
817
|
+
class GoogleCloudSecuritycenterV2IssueResourceGoogleCloudMetadata
|
818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
819
|
+
|
820
|
+
include Google::Apis::Core::JsonObjectSupport
|
821
|
+
end
|
822
|
+
|
823
|
+
class GoogleCloudSecuritycenterV2IssueSecurityContext
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
|
+
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
827
|
+
end
|
828
|
+
|
829
|
+
class GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
|
+
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
833
|
+
end
|
834
|
+
|
835
|
+
class GoogleCloudSecuritycenterV2IssueSecurityContextContext
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
|
+
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
839
|
+
end
|
840
|
+
|
679
841
|
class GoogleCloudSecuritycenterV2KernelRootkit
|
680
842
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
843
|
|
@@ -724,6 +886,12 @@ module Google
|
|
724
886
|
include Google::Apis::Core::JsonObjectSupport
|
725
887
|
end
|
726
888
|
|
889
|
+
class GoogleCloudSecuritycenterV2MuteInfo
|
890
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
891
|
+
|
892
|
+
include Google::Apis::Core::JsonObjectSupport
|
893
|
+
end
|
894
|
+
|
727
895
|
class GoogleCloudSecuritycenterV2Node
|
728
896
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
897
|
|
@@ -868,6 +1036,12 @@ module Google
|
|
868
1036
|
include Google::Apis::Core::JsonObjectSupport
|
869
1037
|
end
|
870
1038
|
|
1039
|
+
class GoogleCloudSecuritycenterV2StaticMute
|
1040
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
|
+
|
1042
|
+
include Google::Apis::Core::JsonObjectSupport
|
1043
|
+
end
|
1044
|
+
|
871
1045
|
class GoogleCloudSecuritycenterV2Subject
|
872
1046
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
1047
|
|
@@ -958,6 +1132,12 @@ module Google
|
|
958
1132
|
include Google::Apis::Core::JsonObjectSupport
|
959
1133
|
end
|
960
1134
|
|
1135
|
+
class MuteInfo
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
|
+
|
1138
|
+
include Google::Apis::Core::JsonObjectSupport
|
1139
|
+
end
|
1140
|
+
|
961
1141
|
class Node
|
962
1142
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
963
1143
|
|
@@ -1096,6 +1276,12 @@ module Google
|
|
1096
1276
|
include Google::Apis::Core::JsonObjectSupport
|
1097
1277
|
end
|
1098
1278
|
|
1279
|
+
class StaticMute
|
1280
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1281
|
+
|
1282
|
+
include Google::Apis::Core::JsonObjectSupport
|
1283
|
+
end
|
1284
|
+
|
1099
1285
|
class Subject
|
1100
1286
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1101
1287
|
|
@@ -1277,12 +1463,15 @@ module Google
|
|
1277
1463
|
|
1278
1464
|
property :subscription, as: 'subscription', class: Google::Apis::SecuritycenterV1beta2::AzureSubscription, decorator: Google::Apis::SecuritycenterV1beta2::AzureSubscription::Representation
|
1279
1465
|
|
1466
|
+
property :tenant, as: 'tenant', class: Google::Apis::SecuritycenterV1beta2::AzureTenant, decorator: Google::Apis::SecuritycenterV1beta2::AzureTenant::Representation
|
1467
|
+
|
1280
1468
|
end
|
1281
1469
|
end
|
1282
1470
|
|
1283
1471
|
class AzureResourceGroup
|
1284
1472
|
# @private
|
1285
1473
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1474
|
+
property :id, as: 'id'
|
1286
1475
|
property :name, as: 'name'
|
1287
1476
|
end
|
1288
1477
|
end
|
@@ -1295,6 +1484,14 @@ module Google
|
|
1295
1484
|
end
|
1296
1485
|
end
|
1297
1486
|
|
1487
|
+
class AzureTenant
|
1488
|
+
# @private
|
1489
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1490
|
+
property :display_name, as: 'displayName'
|
1491
|
+
property :id, as: 'id'
|
1492
|
+
end
|
1493
|
+
end
|
1494
|
+
|
1298
1495
|
class BackupDisasterRecovery
|
1299
1496
|
# @private
|
1300
1497
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1441,7 +1638,9 @@ module Google
|
|
1441
1638
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1442
1639
|
property :cvssv3, as: 'cvssv3', class: Google::Apis::SecuritycenterV1beta2::Cvssv3, decorator: Google::Apis::SecuritycenterV1beta2::Cvssv3::Representation
|
1443
1640
|
|
1641
|
+
property :exploit_release_date, as: 'exploitReleaseDate'
|
1444
1642
|
property :exploitation_activity, as: 'exploitationActivity'
|
1643
|
+
property :first_exploitation_date, as: 'firstExploitationDate'
|
1445
1644
|
property :id, as: 'id'
|
1446
1645
|
property :impact, as: 'impact'
|
1447
1646
|
property :observed_in_the_wild, as: 'observedInTheWild'
|
@@ -1467,6 +1666,37 @@ module Google
|
|
1467
1666
|
end
|
1468
1667
|
end
|
1469
1668
|
|
1669
|
+
class DataAccessEvent
|
1670
|
+
# @private
|
1671
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1672
|
+
property :event_id, as: 'eventId'
|
1673
|
+
property :event_time, as: 'eventTime'
|
1674
|
+
property :operation, as: 'operation'
|
1675
|
+
property :principal_email, as: 'principalEmail'
|
1676
|
+
end
|
1677
|
+
end
|
1678
|
+
|
1679
|
+
class DataFlowEvent
|
1680
|
+
# @private
|
1681
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1682
|
+
property :event_id, as: 'eventId'
|
1683
|
+
property :event_time, as: 'eventTime'
|
1684
|
+
property :operation, as: 'operation'
|
1685
|
+
property :principal_email, as: 'principalEmail'
|
1686
|
+
property :violated_location, as: 'violatedLocation'
|
1687
|
+
end
|
1688
|
+
end
|
1689
|
+
|
1690
|
+
class DataRetentionDeletionEvent
|
1691
|
+
# @private
|
1692
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1693
|
+
property :data_object_count, :numeric_string => true, as: 'dataObjectCount'
|
1694
|
+
property :event_detection_time, as: 'eventDetectionTime'
|
1695
|
+
property :event_type, as: 'eventType'
|
1696
|
+
property :max_retention_allowed, as: 'maxRetentionAllowed'
|
1697
|
+
end
|
1698
|
+
end
|
1699
|
+
|
1470
1700
|
class Database
|
1471
1701
|
# @private
|
1472
1702
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1496,6 +1726,13 @@ module Google
|
|
1496
1726
|
end
|
1497
1727
|
end
|
1498
1728
|
|
1729
|
+
class Disk
|
1730
|
+
# @private
|
1731
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1732
|
+
property :name, as: 'name'
|
1733
|
+
end
|
1734
|
+
end
|
1735
|
+
|
1499
1736
|
class DiskPath
|
1500
1737
|
# @private
|
1501
1738
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1504,6 +1741,14 @@ module Google
|
|
1504
1741
|
end
|
1505
1742
|
end
|
1506
1743
|
|
1744
|
+
class DynamicMuteRecord
|
1745
|
+
# @private
|
1746
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1747
|
+
property :match_time, as: 'matchTime'
|
1748
|
+
property :mute_config, as: 'muteConfig'
|
1749
|
+
end
|
1750
|
+
end
|
1751
|
+
|
1507
1752
|
class EnvironmentVariable
|
1508
1753
|
# @private
|
1509
1754
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1594,9 +1839,17 @@ module Google
|
|
1594
1839
|
collection :containers, as: 'containers', class: Google::Apis::SecuritycenterV1beta2::Container, decorator: Google::Apis::SecuritycenterV1beta2::Container::Representation
|
1595
1840
|
|
1596
1841
|
property :create_time, as: 'createTime'
|
1842
|
+
collection :data_access_events, as: 'dataAccessEvents', class: Google::Apis::SecuritycenterV1beta2::DataAccessEvent, decorator: Google::Apis::SecuritycenterV1beta2::DataAccessEvent::Representation
|
1843
|
+
|
1844
|
+
collection :data_flow_events, as: 'dataFlowEvents', class: Google::Apis::SecuritycenterV1beta2::DataFlowEvent, decorator: Google::Apis::SecuritycenterV1beta2::DataFlowEvent::Representation
|
1845
|
+
|
1846
|
+
collection :data_retention_deletion_events, as: 'dataRetentionDeletionEvents', class: Google::Apis::SecuritycenterV1beta2::DataRetentionDeletionEvent, decorator: Google::Apis::SecuritycenterV1beta2::DataRetentionDeletionEvent::Representation
|
1847
|
+
|
1597
1848
|
property :database, as: 'database', class: Google::Apis::SecuritycenterV1beta2::Database, decorator: Google::Apis::SecuritycenterV1beta2::Database::Representation
|
1598
1849
|
|
1599
1850
|
property :description, as: 'description'
|
1851
|
+
property :disk, as: 'disk', class: Google::Apis::SecuritycenterV1beta2::Disk, decorator: Google::Apis::SecuritycenterV1beta2::Disk::Representation
|
1852
|
+
|
1600
1853
|
property :event_time, as: 'eventTime'
|
1601
1854
|
property :exfiltration, as: 'exfiltration', class: Google::Apis::SecuritycenterV1beta2::Exfiltration, decorator: Google::Apis::SecuritycenterV1beta2::Exfiltration::Representation
|
1602
1855
|
|
@@ -1624,6 +1877,8 @@ module Google
|
|
1624
1877
|
|
1625
1878
|
property :module_name, as: 'moduleName'
|
1626
1879
|
property :mute, as: 'mute'
|
1880
|
+
property :mute_info, as: 'muteInfo', class: Google::Apis::SecuritycenterV1beta2::MuteInfo, decorator: Google::Apis::SecuritycenterV1beta2::MuteInfo::Representation
|
1881
|
+
|
1627
1882
|
property :mute_initiator, as: 'muteInitiator'
|
1628
1883
|
property :mute_update_time, as: 'muteUpdateTime'
|
1629
1884
|
property :name, as: 'name'
|
@@ -1737,6 +1992,7 @@ module Google
|
|
1737
1992
|
class GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule
|
1738
1993
|
# @private
|
1739
1994
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1995
|
+
property :cloud_provider, as: 'cloudProvider'
|
1740
1996
|
property :custom_config, as: 'customConfig', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV1CustomConfig, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV1CustomConfig::Representation
|
1741
1997
|
|
1742
1998
|
property :display_name, as: 'displayName'
|
@@ -1769,9 +2025,11 @@ module Google
|
|
1769
2025
|
property :create_time, as: 'createTime'
|
1770
2026
|
property :description, as: 'description'
|
1771
2027
|
property :display_name, as: 'displayName'
|
2028
|
+
property :expiry_time, as: 'expiryTime'
|
1772
2029
|
property :filter, as: 'filter'
|
1773
2030
|
property :most_recent_editor, as: 'mostRecentEditor'
|
1774
2031
|
property :name, as: 'name'
|
2032
|
+
property :type, as: 'type'
|
1775
2033
|
property :update_time, as: 'updateTime'
|
1776
2034
|
end
|
1777
2035
|
end
|
@@ -1859,6 +2117,7 @@ module Google
|
|
1859
2117
|
# @private
|
1860
2118
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1861
2119
|
property :ancestor_module, as: 'ancestorModule'
|
2120
|
+
property :cloud_provider, as: 'cloudProvider'
|
1862
2121
|
property :custom_config, as: 'customConfig', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV1CustomConfig, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV1CustomConfig::Representation
|
1863
2122
|
|
1864
2123
|
property :display_name, as: 'displayName'
|
@@ -2074,12 +2333,15 @@ module Google
|
|
2074
2333
|
|
2075
2334
|
property :subscription, as: 'subscription', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2AzureSubscription, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2AzureSubscription::Representation
|
2076
2335
|
|
2336
|
+
property :tenant, as: 'tenant', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2AzureTenant, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2AzureTenant::Representation
|
2337
|
+
|
2077
2338
|
end
|
2078
2339
|
end
|
2079
2340
|
|
2080
2341
|
class GoogleCloudSecuritycenterV2AzureResourceGroup
|
2081
2342
|
# @private
|
2082
2343
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2344
|
+
property :id, as: 'id'
|
2083
2345
|
property :name, as: 'name'
|
2084
2346
|
end
|
2085
2347
|
end
|
@@ -2092,6 +2354,14 @@ module Google
|
|
2092
2354
|
end
|
2093
2355
|
end
|
2094
2356
|
|
2357
|
+
class GoogleCloudSecuritycenterV2AzureTenant
|
2358
|
+
# @private
|
2359
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2360
|
+
property :display_name, as: 'displayName'
|
2361
|
+
property :id, as: 'id'
|
2362
|
+
end
|
2363
|
+
end
|
2364
|
+
|
2095
2365
|
class GoogleCloudSecuritycenterV2BackupDisasterRecovery
|
2096
2366
|
# @private
|
2097
2367
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2236,7 +2506,9 @@ module Google
|
|
2236
2506
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2237
2507
|
property :cvssv3, as: 'cvssv3', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Cvssv3, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Cvssv3::Representation
|
2238
2508
|
|
2509
|
+
property :exploit_release_date, as: 'exploitReleaseDate'
|
2239
2510
|
property :exploitation_activity, as: 'exploitationActivity'
|
2511
|
+
property :first_exploitation_date, as: 'firstExploitationDate'
|
2240
2512
|
property :id, as: 'id'
|
2241
2513
|
property :impact, as: 'impact'
|
2242
2514
|
property :observed_in_the_wild, as: 'observedInTheWild'
|
@@ -2262,6 +2534,37 @@ module Google
|
|
2262
2534
|
end
|
2263
2535
|
end
|
2264
2536
|
|
2537
|
+
class GoogleCloudSecuritycenterV2DataAccessEvent
|
2538
|
+
# @private
|
2539
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2540
|
+
property :event_id, as: 'eventId'
|
2541
|
+
property :event_time, as: 'eventTime'
|
2542
|
+
property :operation, as: 'operation'
|
2543
|
+
property :principal_email, as: 'principalEmail'
|
2544
|
+
end
|
2545
|
+
end
|
2546
|
+
|
2547
|
+
class GoogleCloudSecuritycenterV2DataFlowEvent
|
2548
|
+
# @private
|
2549
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2550
|
+
property :event_id, as: 'eventId'
|
2551
|
+
property :event_time, as: 'eventTime'
|
2552
|
+
property :operation, as: 'operation'
|
2553
|
+
property :principal_email, as: 'principalEmail'
|
2554
|
+
property :violated_location, as: 'violatedLocation'
|
2555
|
+
end
|
2556
|
+
end
|
2557
|
+
|
2558
|
+
class GoogleCloudSecuritycenterV2DataRetentionDeletionEvent
|
2559
|
+
# @private
|
2560
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2561
|
+
property :data_object_count, :numeric_string => true, as: 'dataObjectCount'
|
2562
|
+
property :event_detection_time, as: 'eventDetectionTime'
|
2563
|
+
property :event_type, as: 'eventType'
|
2564
|
+
property :max_retention_allowed, as: 'maxRetentionAllowed'
|
2565
|
+
end
|
2566
|
+
end
|
2567
|
+
|
2265
2568
|
class GoogleCloudSecuritycenterV2Database
|
2266
2569
|
# @private
|
2267
2570
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2282,6 +2585,13 @@ module Google
|
|
2282
2585
|
end
|
2283
2586
|
end
|
2284
2587
|
|
2588
|
+
class GoogleCloudSecuritycenterV2Disk
|
2589
|
+
# @private
|
2590
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2591
|
+
property :name, as: 'name'
|
2592
|
+
end
|
2593
|
+
end
|
2594
|
+
|
2285
2595
|
class GoogleCloudSecuritycenterV2DiskPath
|
2286
2596
|
# @private
|
2287
2597
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2290,6 +2600,14 @@ module Google
|
|
2290
2600
|
end
|
2291
2601
|
end
|
2292
2602
|
|
2603
|
+
class GoogleCloudSecuritycenterV2DynamicMuteRecord
|
2604
|
+
# @private
|
2605
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2606
|
+
property :match_time, as: 'matchTime'
|
2607
|
+
property :mute_config, as: 'muteConfig'
|
2608
|
+
end
|
2609
|
+
end
|
2610
|
+
|
2293
2611
|
class GoogleCloudSecuritycenterV2EnvironmentVariable
|
2294
2612
|
# @private
|
2295
2613
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2377,9 +2695,17 @@ module Google
|
|
2377
2695
|
collection :containers, as: 'containers', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Container, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Container::Representation
|
2378
2696
|
|
2379
2697
|
property :create_time, as: 'createTime'
|
2698
|
+
collection :data_access_events, as: 'dataAccessEvents', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2DataAccessEvent, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2DataAccessEvent::Representation
|
2699
|
+
|
2700
|
+
collection :data_flow_events, as: 'dataFlowEvents', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2DataFlowEvent, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2DataFlowEvent::Representation
|
2701
|
+
|
2702
|
+
collection :data_retention_deletion_events, as: 'dataRetentionDeletionEvents', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2DataRetentionDeletionEvent, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2DataRetentionDeletionEvent::Representation
|
2703
|
+
|
2380
2704
|
property :database, as: 'database', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Database, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Database::Representation
|
2381
2705
|
|
2382
2706
|
property :description, as: 'description'
|
2707
|
+
property :disk, as: 'disk', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Disk, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Disk::Representation
|
2708
|
+
|
2383
2709
|
property :event_time, as: 'eventTime'
|
2384
2710
|
property :exfiltration, as: 'exfiltration', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Exfiltration, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Exfiltration::Representation
|
2385
2711
|
|
@@ -2407,6 +2733,8 @@ module Google
|
|
2407
2733
|
|
2408
2734
|
property :module_name, as: 'moduleName'
|
2409
2735
|
property :mute, as: 'mute'
|
2736
|
+
property :mute_info, as: 'muteInfo', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2MuteInfo, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2MuteInfo::Representation
|
2737
|
+
|
2410
2738
|
property :mute_initiator, as: 'muteInitiator'
|
2411
2739
|
property :mute_update_time, as: 'muteUpdateTime'
|
2412
2740
|
property :name, as: 'name'
|
@@ -2477,6 +2805,158 @@ module Google
|
|
2477
2805
|
end
|
2478
2806
|
end
|
2479
2807
|
|
2808
|
+
class GoogleCloudSecuritycenterV2Issue
|
2809
|
+
# @private
|
2810
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2811
|
+
property :create_time, as: 'createTime'
|
2812
|
+
property :description, as: 'description'
|
2813
|
+
property :detection, as: 'detection'
|
2814
|
+
collection :domains, as: 'domains', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueDomain, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueDomain::Representation
|
2815
|
+
|
2816
|
+
property :exposure_score, as: 'exposureScore'
|
2817
|
+
property :issue_type, as: 'issueType'
|
2818
|
+
property :last_observation_time, as: 'lastObservationTime'
|
2819
|
+
property :mute, as: 'mute', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueMute, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueMute::Representation
|
2820
|
+
|
2821
|
+
property :name, as: 'name'
|
2822
|
+
property :primary_resource, as: 'primaryResource', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResource, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResource::Representation
|
2823
|
+
|
2824
|
+
collection :related_findings, as: 'relatedFindings', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueFinding, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueFinding::Representation
|
2825
|
+
|
2826
|
+
collection :remediations, as: 'remediations'
|
2827
|
+
collection :secondary_resources, as: 'secondaryResources', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResource, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResource::Representation
|
2828
|
+
|
2829
|
+
collection :security_contexts, as: 'securityContexts', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueSecurityContext, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueSecurityContext::Representation
|
2830
|
+
|
2831
|
+
property :severity, as: 'severity'
|
2832
|
+
property :state, as: 'state'
|
2833
|
+
property :update_time, as: 'updateTime'
|
2834
|
+
end
|
2835
|
+
end
|
2836
|
+
|
2837
|
+
class GoogleCloudSecuritycenterV2IssueDomain
|
2838
|
+
# @private
|
2839
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2840
|
+
property :domain_category, as: 'domainCategory'
|
2841
|
+
end
|
2842
|
+
end
|
2843
|
+
|
2844
|
+
class GoogleCloudSecuritycenterV2IssueFinding
|
2845
|
+
# @private
|
2846
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2847
|
+
property :cve, as: 'cve', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueFindingCve, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueFindingCve::Representation
|
2848
|
+
|
2849
|
+
property :name, as: 'name'
|
2850
|
+
property :security_bulletin, as: 'securityBulletin', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueFindingSecurityBulletin, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueFindingSecurityBulletin::Representation
|
2851
|
+
|
2852
|
+
end
|
2853
|
+
end
|
2854
|
+
|
2855
|
+
class GoogleCloudSecuritycenterV2IssueFindingCve
|
2856
|
+
# @private
|
2857
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2858
|
+
property :name, as: 'name'
|
2859
|
+
end
|
2860
|
+
end
|
2861
|
+
|
2862
|
+
class GoogleCloudSecuritycenterV2IssueFindingSecurityBulletin
|
2863
|
+
# @private
|
2864
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2865
|
+
property :name, as: 'name'
|
2866
|
+
end
|
2867
|
+
end
|
2868
|
+
|
2869
|
+
class GoogleCloudSecuritycenterV2IssueMute
|
2870
|
+
# @private
|
2871
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2872
|
+
property :mute_initiator, as: 'muteInitiator'
|
2873
|
+
property :mute_reason, as: 'muteReason'
|
2874
|
+
property :mute_state, as: 'muteState'
|
2875
|
+
property :mute_update_time, as: 'muteUpdateTime'
|
2876
|
+
end
|
2877
|
+
end
|
2878
|
+
|
2879
|
+
class GoogleCloudSecuritycenterV2IssueResource
|
2880
|
+
# @private
|
2881
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2882
|
+
property :aws_metadata, as: 'awsMetadata', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceAwsMetadata, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceAwsMetadata::Representation
|
2883
|
+
|
2884
|
+
property :azure_metadata, as: 'azureMetadata', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceAzureMetadata, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceAzureMetadata::Representation
|
2885
|
+
|
2886
|
+
property :cloud_provider, as: 'cloudProvider'
|
2887
|
+
property :display_name, as: 'displayName'
|
2888
|
+
property :google_cloud_metadata, as: 'googleCloudMetadata', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceGoogleCloudMetadata, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceGoogleCloudMetadata::Representation
|
2889
|
+
|
2890
|
+
property :name, as: 'name'
|
2891
|
+
property :type, as: 'type'
|
2892
|
+
end
|
2893
|
+
end
|
2894
|
+
|
2895
|
+
class GoogleCloudSecuritycenterV2IssueResourceAwsMetadata
|
2896
|
+
# @private
|
2897
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2898
|
+
property :account, as: 'account', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceAwsMetadataAwsAccount, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceAwsMetadataAwsAccount::Representation
|
2899
|
+
|
2900
|
+
end
|
2901
|
+
end
|
2902
|
+
|
2903
|
+
class GoogleCloudSecuritycenterV2IssueResourceAwsMetadataAwsAccount
|
2904
|
+
# @private
|
2905
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2906
|
+
property :id, as: 'id'
|
2907
|
+
property :name, as: 'name'
|
2908
|
+
end
|
2909
|
+
end
|
2910
|
+
|
2911
|
+
class GoogleCloudSecuritycenterV2IssueResourceAzureMetadata
|
2912
|
+
# @private
|
2913
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2914
|
+
property :subscription, as: 'subscription', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceAzureMetadataAzureSubscription, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueResourceAzureMetadataAzureSubscription::Representation
|
2915
|
+
|
2916
|
+
end
|
2917
|
+
end
|
2918
|
+
|
2919
|
+
class GoogleCloudSecuritycenterV2IssueResourceAzureMetadataAzureSubscription
|
2920
|
+
# @private
|
2921
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2922
|
+
property :display_name, as: 'displayName'
|
2923
|
+
property :id, as: 'id'
|
2924
|
+
end
|
2925
|
+
end
|
2926
|
+
|
2927
|
+
class GoogleCloudSecuritycenterV2IssueResourceGoogleCloudMetadata
|
2928
|
+
# @private
|
2929
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2930
|
+
property :project_id, as: 'projectId'
|
2931
|
+
end
|
2932
|
+
end
|
2933
|
+
|
2934
|
+
class GoogleCloudSecuritycenterV2IssueSecurityContext
|
2935
|
+
# @private
|
2936
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2937
|
+
property :aggregated_count, as: 'aggregatedCount', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount::Representation
|
2938
|
+
|
2939
|
+
property :context, as: 'context', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueSecurityContextContext, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2IssueSecurityContextContext::Representation
|
2940
|
+
|
2941
|
+
end
|
2942
|
+
end
|
2943
|
+
|
2944
|
+
class GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount
|
2945
|
+
# @private
|
2946
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2947
|
+
property :key, as: 'key'
|
2948
|
+
property :value, as: 'value'
|
2949
|
+
end
|
2950
|
+
end
|
2951
|
+
|
2952
|
+
class GoogleCloudSecuritycenterV2IssueSecurityContextContext
|
2953
|
+
# @private
|
2954
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2955
|
+
property :type, as: 'type'
|
2956
|
+
collection :values, as: 'values'
|
2957
|
+
end
|
2958
|
+
end
|
2959
|
+
|
2480
2960
|
class GoogleCloudSecuritycenterV2KernelRootkit
|
2481
2961
|
# @private
|
2482
2962
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2560,6 +3040,7 @@ module Google
|
|
2560
3040
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2561
3041
|
property :create_time, as: 'createTime'
|
2562
3042
|
property :description, as: 'description'
|
3043
|
+
property :expiry_time, as: 'expiryTime'
|
2563
3044
|
property :filter, as: 'filter'
|
2564
3045
|
property :most_recent_editor, as: 'mostRecentEditor'
|
2565
3046
|
property :name, as: 'name'
|
@@ -2568,6 +3049,16 @@ module Google
|
|
2568
3049
|
end
|
2569
3050
|
end
|
2570
3051
|
|
3052
|
+
class GoogleCloudSecuritycenterV2MuteInfo
|
3053
|
+
# @private
|
3054
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3055
|
+
collection :dynamic_mute_records, as: 'dynamicMuteRecords', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2DynamicMuteRecord, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2DynamicMuteRecord::Representation
|
3056
|
+
|
3057
|
+
property :static_mute, as: 'staticMute', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2StaticMute, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2StaticMute::Representation
|
3058
|
+
|
3059
|
+
end
|
3060
|
+
end
|
3061
|
+
|
2571
3062
|
class GoogleCloudSecuritycenterV2Node
|
2572
3063
|
# @private
|
2573
3064
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2827,6 +3318,14 @@ module Google
|
|
2827
3318
|
end
|
2828
3319
|
end
|
2829
3320
|
|
3321
|
+
class GoogleCloudSecuritycenterV2StaticMute
|
3322
|
+
# @private
|
3323
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3324
|
+
property :apply_time, as: 'applyTime'
|
3325
|
+
property :state, as: 'state'
|
3326
|
+
end
|
3327
|
+
end
|
3328
|
+
|
2830
3329
|
class GoogleCloudSecuritycenterV2Subject
|
2831
3330
|
# @private
|
2832
3331
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2983,6 +3482,16 @@ module Google
|
|
2983
3482
|
end
|
2984
3483
|
end
|
2985
3484
|
|
3485
|
+
class MuteInfo
|
3486
|
+
# @private
|
3487
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3488
|
+
collection :dynamic_mute_records, as: 'dynamicMuteRecords', class: Google::Apis::SecuritycenterV1beta2::DynamicMuteRecord, decorator: Google::Apis::SecuritycenterV1beta2::DynamicMuteRecord::Representation
|
3489
|
+
|
3490
|
+
property :static_mute, as: 'staticMute', class: Google::Apis::SecuritycenterV1beta2::StaticMute, decorator: Google::Apis::SecuritycenterV1beta2::StaticMute::Representation
|
3491
|
+
|
3492
|
+
end
|
3493
|
+
end
|
3494
|
+
|
2986
3495
|
class Node
|
2987
3496
|
# @private
|
2988
3497
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3217,6 +3726,14 @@ module Google
|
|
3217
3726
|
end
|
3218
3727
|
end
|
3219
3728
|
|
3729
|
+
class StaticMute
|
3730
|
+
# @private
|
3731
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3732
|
+
property :apply_time, as: 'applyTime'
|
3733
|
+
property :state, as: 'state'
|
3734
|
+
end
|
3735
|
+
end
|
3736
|
+
|
3220
3737
|
class Subject
|
3221
3738
|
# @private
|
3222
3739
|
class Representation < Google::Apis::Core::JsonRepresentation
|