google-apis-securitycenter_v1beta1 0.79.0 → 0.81.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/securitycenter_v1beta1/classes.rb +1380 -220
- data/lib/google/apis/securitycenter_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/securitycenter_v1beta1/representations.rb +517 -0
- data/lib/google/apis/securitycenter_v1beta1/service.rb +2 -2
- metadata +4 -4
@@ -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,24 @@ 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
|
+
|
241
|
+
class DataRetentionDeletionEvent
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
223
247
|
class Database
|
224
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
249
|
|
@@ -232,12 +256,24 @@ module Google
|
|
232
256
|
include Google::Apis::Core::JsonObjectSupport
|
233
257
|
end
|
234
258
|
|
259
|
+
class Disk
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
235
265
|
class DiskPath
|
236
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
267
|
|
238
268
|
include Google::Apis::Core::JsonObjectSupport
|
239
269
|
end
|
240
270
|
|
271
|
+
class DynamicMuteRecord
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
241
277
|
class Empty
|
242
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
279
|
|
@@ -544,6 +580,12 @@ module Google
|
|
544
580
|
include Google::Apis::Core::JsonObjectSupport
|
545
581
|
end
|
546
582
|
|
583
|
+
class GoogleCloudSecuritycenterV2AzureTenant
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
547
589
|
class GoogleCloudSecuritycenterV2BackupDisasterRecovery
|
548
590
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
591
|
|
@@ -634,6 +676,24 @@ module Google
|
|
634
676
|
include Google::Apis::Core::JsonObjectSupport
|
635
677
|
end
|
636
678
|
|
679
|
+
class GoogleCloudSecuritycenterV2DataAccessEvent
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
|
+
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
683
|
+
end
|
684
|
+
|
685
|
+
class GoogleCloudSecuritycenterV2DataFlowEvent
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
|
+
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
689
|
+
end
|
690
|
+
|
691
|
+
class GoogleCloudSecuritycenterV2DataRetentionDeletionEvent
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
|
+
|
694
|
+
include Google::Apis::Core::JsonObjectSupport
|
695
|
+
end
|
696
|
+
|
637
697
|
class GoogleCloudSecuritycenterV2Database
|
638
698
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
699
|
|
@@ -646,12 +706,24 @@ module Google
|
|
646
706
|
include Google::Apis::Core::JsonObjectSupport
|
647
707
|
end
|
648
708
|
|
709
|
+
class GoogleCloudSecuritycenterV2Disk
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
|
+
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
713
|
+
end
|
714
|
+
|
649
715
|
class GoogleCloudSecuritycenterV2DiskPath
|
650
716
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
717
|
|
652
718
|
include Google::Apis::Core::JsonObjectSupport
|
653
719
|
end
|
654
720
|
|
721
|
+
class GoogleCloudSecuritycenterV2DynamicMuteRecord
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
|
+
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
725
|
+
end
|
726
|
+
|
655
727
|
class GoogleCloudSecuritycenterV2EnvironmentVariable
|
656
728
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
729
|
|
@@ -718,6 +790,96 @@ module Google
|
|
718
790
|
include Google::Apis::Core::JsonObjectSupport
|
719
791
|
end
|
720
792
|
|
793
|
+
class GoogleCloudSecuritycenterV2Issue
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
|
+
|
796
|
+
include Google::Apis::Core::JsonObjectSupport
|
797
|
+
end
|
798
|
+
|
799
|
+
class GoogleCloudSecuritycenterV2IssueDomain
|
800
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
801
|
+
|
802
|
+
include Google::Apis::Core::JsonObjectSupport
|
803
|
+
end
|
804
|
+
|
805
|
+
class GoogleCloudSecuritycenterV2IssueFinding
|
806
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
|
+
|
808
|
+
include Google::Apis::Core::JsonObjectSupport
|
809
|
+
end
|
810
|
+
|
811
|
+
class GoogleCloudSecuritycenterV2IssueFindingCve
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
813
|
+
|
814
|
+
include Google::Apis::Core::JsonObjectSupport
|
815
|
+
end
|
816
|
+
|
817
|
+
class GoogleCloudSecuritycenterV2IssueFindingSecurityBulletin
|
818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
819
|
+
|
820
|
+
include Google::Apis::Core::JsonObjectSupport
|
821
|
+
end
|
822
|
+
|
823
|
+
class GoogleCloudSecuritycenterV2IssueMute
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
|
+
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
827
|
+
end
|
828
|
+
|
829
|
+
class GoogleCloudSecuritycenterV2IssueResource
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
|
+
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
833
|
+
end
|
834
|
+
|
835
|
+
class GoogleCloudSecuritycenterV2IssueResourceAwsMetadata
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
|
+
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
839
|
+
end
|
840
|
+
|
841
|
+
class GoogleCloudSecuritycenterV2IssueResourceAwsMetadataAwsAccount
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
|
+
|
844
|
+
include Google::Apis::Core::JsonObjectSupport
|
845
|
+
end
|
846
|
+
|
847
|
+
class GoogleCloudSecuritycenterV2IssueResourceAzureMetadata
|
848
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
|
+
|
850
|
+
include Google::Apis::Core::JsonObjectSupport
|
851
|
+
end
|
852
|
+
|
853
|
+
class GoogleCloudSecuritycenterV2IssueResourceAzureMetadataAzureSubscription
|
854
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
|
+
|
856
|
+
include Google::Apis::Core::JsonObjectSupport
|
857
|
+
end
|
858
|
+
|
859
|
+
class GoogleCloudSecuritycenterV2IssueResourceGoogleCloudMetadata
|
860
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
|
+
|
862
|
+
include Google::Apis::Core::JsonObjectSupport
|
863
|
+
end
|
864
|
+
|
865
|
+
class GoogleCloudSecuritycenterV2IssueSecurityContext
|
866
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
|
+
|
868
|
+
include Google::Apis::Core::JsonObjectSupport
|
869
|
+
end
|
870
|
+
|
871
|
+
class GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount
|
872
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
|
+
|
874
|
+
include Google::Apis::Core::JsonObjectSupport
|
875
|
+
end
|
876
|
+
|
877
|
+
class GoogleCloudSecuritycenterV2IssueSecurityContextContext
|
878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
|
+
|
880
|
+
include Google::Apis::Core::JsonObjectSupport
|
881
|
+
end
|
882
|
+
|
721
883
|
class GoogleCloudSecuritycenterV2KernelRootkit
|
722
884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
885
|
|
@@ -766,6 +928,12 @@ module Google
|
|
766
928
|
include Google::Apis::Core::JsonObjectSupport
|
767
929
|
end
|
768
930
|
|
931
|
+
class GoogleCloudSecuritycenterV2MuteInfo
|
932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
933
|
+
|
934
|
+
include Google::Apis::Core::JsonObjectSupport
|
935
|
+
end
|
936
|
+
|
769
937
|
class GoogleCloudSecuritycenterV2Node
|
770
938
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
939
|
|
@@ -910,6 +1078,12 @@ module Google
|
|
910
1078
|
include Google::Apis::Core::JsonObjectSupport
|
911
1079
|
end
|
912
1080
|
|
1081
|
+
class GoogleCloudSecuritycenterV2StaticMute
|
1082
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1083
|
+
|
1084
|
+
include Google::Apis::Core::JsonObjectSupport
|
1085
|
+
end
|
1086
|
+
|
913
1087
|
class GoogleCloudSecuritycenterV2Subject
|
914
1088
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
915
1089
|
|
@@ -1060,6 +1234,12 @@ module Google
|
|
1060
1234
|
include Google::Apis::Core::JsonObjectSupport
|
1061
1235
|
end
|
1062
1236
|
|
1237
|
+
class MuteInfo
|
1238
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1239
|
+
|
1240
|
+
include Google::Apis::Core::JsonObjectSupport
|
1241
|
+
end
|
1242
|
+
|
1063
1243
|
class Node
|
1064
1244
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1065
1245
|
|
@@ -1228,6 +1408,12 @@ module Google
|
|
1228
1408
|
include Google::Apis::Core::JsonObjectSupport
|
1229
1409
|
end
|
1230
1410
|
|
1411
|
+
class StaticMute
|
1412
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1413
|
+
|
1414
|
+
include Google::Apis::Core::JsonObjectSupport
|
1415
|
+
end
|
1416
|
+
|
1231
1417
|
class Status
|
1232
1418
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1233
1419
|
|
@@ -1448,12 +1634,15 @@ module Google
|
|
1448
1634
|
|
1449
1635
|
property :subscription, as: 'subscription', class: Google::Apis::SecuritycenterV1beta1::AzureSubscription, decorator: Google::Apis::SecuritycenterV1beta1::AzureSubscription::Representation
|
1450
1636
|
|
1637
|
+
property :tenant, as: 'tenant', class: Google::Apis::SecuritycenterV1beta1::AzureTenant, decorator: Google::Apis::SecuritycenterV1beta1::AzureTenant::Representation
|
1638
|
+
|
1451
1639
|
end
|
1452
1640
|
end
|
1453
1641
|
|
1454
1642
|
class AzureResourceGroup
|
1455
1643
|
# @private
|
1456
1644
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1645
|
+
property :id, as: 'id'
|
1457
1646
|
property :name, as: 'name'
|
1458
1647
|
end
|
1459
1648
|
end
|
@@ -1466,6 +1655,14 @@ module Google
|
|
1466
1655
|
end
|
1467
1656
|
end
|
1468
1657
|
|
1658
|
+
class AzureTenant
|
1659
|
+
# @private
|
1660
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1661
|
+
property :display_name, as: 'displayName'
|
1662
|
+
property :id, as: 'id'
|
1663
|
+
end
|
1664
|
+
end
|
1665
|
+
|
1469
1666
|
class BackupDisasterRecovery
|
1470
1667
|
# @private
|
1471
1668
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1608,7 +1805,9 @@ module Google
|
|
1608
1805
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1609
1806
|
property :cvssv3, as: 'cvssv3', class: Google::Apis::SecuritycenterV1beta1::Cvssv3, decorator: Google::Apis::SecuritycenterV1beta1::Cvssv3::Representation
|
1610
1807
|
|
1808
|
+
property :exploit_release_date, as: 'exploitReleaseDate'
|
1611
1809
|
property :exploitation_activity, as: 'exploitationActivity'
|
1810
|
+
property :first_exploitation_date, as: 'firstExploitationDate'
|
1612
1811
|
property :id, as: 'id'
|
1613
1812
|
property :impact, as: 'impact'
|
1614
1813
|
property :observed_in_the_wild, as: 'observedInTheWild'
|
@@ -1634,6 +1833,37 @@ module Google
|
|
1634
1833
|
end
|
1635
1834
|
end
|
1636
1835
|
|
1836
|
+
class DataAccessEvent
|
1837
|
+
# @private
|
1838
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1839
|
+
property :event_id, as: 'eventId'
|
1840
|
+
property :event_time, as: 'eventTime'
|
1841
|
+
property :operation, as: 'operation'
|
1842
|
+
property :principal_email, as: 'principalEmail'
|
1843
|
+
end
|
1844
|
+
end
|
1845
|
+
|
1846
|
+
class DataFlowEvent
|
1847
|
+
# @private
|
1848
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1849
|
+
property :event_id, as: 'eventId'
|
1850
|
+
property :event_time, as: 'eventTime'
|
1851
|
+
property :operation, as: 'operation'
|
1852
|
+
property :principal_email, as: 'principalEmail'
|
1853
|
+
property :violated_location, as: 'violatedLocation'
|
1854
|
+
end
|
1855
|
+
end
|
1856
|
+
|
1857
|
+
class DataRetentionDeletionEvent
|
1858
|
+
# @private
|
1859
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1860
|
+
property :data_object_count, :numeric_string => true, as: 'dataObjectCount'
|
1861
|
+
property :event_detection_time, as: 'eventDetectionTime'
|
1862
|
+
property :event_type, as: 'eventType'
|
1863
|
+
property :max_retention_allowed, as: 'maxRetentionAllowed'
|
1864
|
+
end
|
1865
|
+
end
|
1866
|
+
|
1637
1867
|
class Database
|
1638
1868
|
# @private
|
1639
1869
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1654,6 +1884,13 @@ module Google
|
|
1654
1884
|
end
|
1655
1885
|
end
|
1656
1886
|
|
1887
|
+
class Disk
|
1888
|
+
# @private
|
1889
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1890
|
+
property :name, as: 'name'
|
1891
|
+
end
|
1892
|
+
end
|
1893
|
+
|
1657
1894
|
class DiskPath
|
1658
1895
|
# @private
|
1659
1896
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1662,6 +1899,14 @@ module Google
|
|
1662
1899
|
end
|
1663
1900
|
end
|
1664
1901
|
|
1902
|
+
class DynamicMuteRecord
|
1903
|
+
# @private
|
1904
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1905
|
+
property :match_time, as: 'matchTime'
|
1906
|
+
property :mute_config, as: 'muteConfig'
|
1907
|
+
end
|
1908
|
+
end
|
1909
|
+
|
1665
1910
|
class Empty
|
1666
1911
|
# @private
|
1667
1912
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1747,9 +1992,17 @@ module Google
|
|
1747
1992
|
collection :containers, as: 'containers', class: Google::Apis::SecuritycenterV1beta1::Container, decorator: Google::Apis::SecuritycenterV1beta1::Container::Representation
|
1748
1993
|
|
1749
1994
|
property :create_time, as: 'createTime'
|
1995
|
+
collection :data_access_events, as: 'dataAccessEvents', class: Google::Apis::SecuritycenterV1beta1::DataAccessEvent, decorator: Google::Apis::SecuritycenterV1beta1::DataAccessEvent::Representation
|
1996
|
+
|
1997
|
+
collection :data_flow_events, as: 'dataFlowEvents', class: Google::Apis::SecuritycenterV1beta1::DataFlowEvent, decorator: Google::Apis::SecuritycenterV1beta1::DataFlowEvent::Representation
|
1998
|
+
|
1999
|
+
collection :data_retention_deletion_events, as: 'dataRetentionDeletionEvents', class: Google::Apis::SecuritycenterV1beta1::DataRetentionDeletionEvent, decorator: Google::Apis::SecuritycenterV1beta1::DataRetentionDeletionEvent::Representation
|
2000
|
+
|
1750
2001
|
property :database, as: 'database', class: Google::Apis::SecuritycenterV1beta1::Database, decorator: Google::Apis::SecuritycenterV1beta1::Database::Representation
|
1751
2002
|
|
1752
2003
|
property :description, as: 'description'
|
2004
|
+
property :disk, as: 'disk', class: Google::Apis::SecuritycenterV1beta1::Disk, decorator: Google::Apis::SecuritycenterV1beta1::Disk::Representation
|
2005
|
+
|
1753
2006
|
property :event_time, as: 'eventTime'
|
1754
2007
|
property :exfiltration, as: 'exfiltration', class: Google::Apis::SecuritycenterV1beta1::Exfiltration, decorator: Google::Apis::SecuritycenterV1beta1::Exfiltration::Representation
|
1755
2008
|
|
@@ -1777,6 +2030,8 @@ module Google
|
|
1777
2030
|
|
1778
2031
|
property :module_name, as: 'moduleName'
|
1779
2032
|
property :mute, as: 'mute'
|
2033
|
+
property :mute_info, as: 'muteInfo', class: Google::Apis::SecuritycenterV1beta1::MuteInfo, decorator: Google::Apis::SecuritycenterV1beta1::MuteInfo::Representation
|
2034
|
+
|
1780
2035
|
property :mute_initiator, as: 'muteInitiator'
|
1781
2036
|
property :mute_update_time, as: 'muteUpdateTime'
|
1782
2037
|
property :name, as: 'name'
|
@@ -1905,6 +2160,7 @@ module Google
|
|
1905
2160
|
class GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule
|
1906
2161
|
# @private
|
1907
2162
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2163
|
+
property :cloud_provider, as: 'cloudProvider'
|
1908
2164
|
property :custom_config, as: 'customConfig', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1CustomConfig, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1CustomConfig::Representation
|
1909
2165
|
|
1910
2166
|
property :display_name, as: 'displayName'
|
@@ -1937,9 +2193,11 @@ module Google
|
|
1937
2193
|
property :create_time, as: 'createTime'
|
1938
2194
|
property :description, as: 'description'
|
1939
2195
|
property :display_name, as: 'displayName'
|
2196
|
+
property :expiry_time, as: 'expiryTime'
|
1940
2197
|
property :filter, as: 'filter'
|
1941
2198
|
property :most_recent_editor, as: 'mostRecentEditor'
|
1942
2199
|
property :name, as: 'name'
|
2200
|
+
property :type, as: 'type'
|
1943
2201
|
property :update_time, as: 'updateTime'
|
1944
2202
|
end
|
1945
2203
|
end
|
@@ -2027,6 +2285,7 @@ module Google
|
|
2027
2285
|
# @private
|
2028
2286
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2029
2287
|
property :ancestor_module, as: 'ancestorModule'
|
2288
|
+
property :cloud_provider, as: 'cloudProvider'
|
2030
2289
|
property :custom_config, as: 'customConfig', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1CustomConfig, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1CustomConfig::Representation
|
2031
2290
|
|
2032
2291
|
property :display_name, as: 'displayName'
|
@@ -2267,12 +2526,15 @@ module Google
|
|
2267
2526
|
|
2268
2527
|
property :subscription, as: 'subscription', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AzureSubscription, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AzureSubscription::Representation
|
2269
2528
|
|
2529
|
+
property :tenant, as: 'tenant', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AzureTenant, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2AzureTenant::Representation
|
2530
|
+
|
2270
2531
|
end
|
2271
2532
|
end
|
2272
2533
|
|
2273
2534
|
class GoogleCloudSecuritycenterV2AzureResourceGroup
|
2274
2535
|
# @private
|
2275
2536
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2537
|
+
property :id, as: 'id'
|
2276
2538
|
property :name, as: 'name'
|
2277
2539
|
end
|
2278
2540
|
end
|
@@ -2285,6 +2547,14 @@ module Google
|
|
2285
2547
|
end
|
2286
2548
|
end
|
2287
2549
|
|
2550
|
+
class GoogleCloudSecuritycenterV2AzureTenant
|
2551
|
+
# @private
|
2552
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2553
|
+
property :display_name, as: 'displayName'
|
2554
|
+
property :id, as: 'id'
|
2555
|
+
end
|
2556
|
+
end
|
2557
|
+
|
2288
2558
|
class GoogleCloudSecuritycenterV2BackupDisasterRecovery
|
2289
2559
|
# @private
|
2290
2560
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2429,7 +2699,9 @@ module Google
|
|
2429
2699
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2430
2700
|
property :cvssv3, as: 'cvssv3', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Cvssv3, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Cvssv3::Representation
|
2431
2701
|
|
2702
|
+
property :exploit_release_date, as: 'exploitReleaseDate'
|
2432
2703
|
property :exploitation_activity, as: 'exploitationActivity'
|
2704
|
+
property :first_exploitation_date, as: 'firstExploitationDate'
|
2433
2705
|
property :id, as: 'id'
|
2434
2706
|
property :impact, as: 'impact'
|
2435
2707
|
property :observed_in_the_wild, as: 'observedInTheWild'
|
@@ -2455,6 +2727,37 @@ module Google
|
|
2455
2727
|
end
|
2456
2728
|
end
|
2457
2729
|
|
2730
|
+
class GoogleCloudSecuritycenterV2DataAccessEvent
|
2731
|
+
# @private
|
2732
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2733
|
+
property :event_id, as: 'eventId'
|
2734
|
+
property :event_time, as: 'eventTime'
|
2735
|
+
property :operation, as: 'operation'
|
2736
|
+
property :principal_email, as: 'principalEmail'
|
2737
|
+
end
|
2738
|
+
end
|
2739
|
+
|
2740
|
+
class GoogleCloudSecuritycenterV2DataFlowEvent
|
2741
|
+
# @private
|
2742
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2743
|
+
property :event_id, as: 'eventId'
|
2744
|
+
property :event_time, as: 'eventTime'
|
2745
|
+
property :operation, as: 'operation'
|
2746
|
+
property :principal_email, as: 'principalEmail'
|
2747
|
+
property :violated_location, as: 'violatedLocation'
|
2748
|
+
end
|
2749
|
+
end
|
2750
|
+
|
2751
|
+
class GoogleCloudSecuritycenterV2DataRetentionDeletionEvent
|
2752
|
+
# @private
|
2753
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2754
|
+
property :data_object_count, :numeric_string => true, as: 'dataObjectCount'
|
2755
|
+
property :event_detection_time, as: 'eventDetectionTime'
|
2756
|
+
property :event_type, as: 'eventType'
|
2757
|
+
property :max_retention_allowed, as: 'maxRetentionAllowed'
|
2758
|
+
end
|
2759
|
+
end
|
2760
|
+
|
2458
2761
|
class GoogleCloudSecuritycenterV2Database
|
2459
2762
|
# @private
|
2460
2763
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2475,6 +2778,13 @@ module Google
|
|
2475
2778
|
end
|
2476
2779
|
end
|
2477
2780
|
|
2781
|
+
class GoogleCloudSecuritycenterV2Disk
|
2782
|
+
# @private
|
2783
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2784
|
+
property :name, as: 'name'
|
2785
|
+
end
|
2786
|
+
end
|
2787
|
+
|
2478
2788
|
class GoogleCloudSecuritycenterV2DiskPath
|
2479
2789
|
# @private
|
2480
2790
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2483,6 +2793,14 @@ module Google
|
|
2483
2793
|
end
|
2484
2794
|
end
|
2485
2795
|
|
2796
|
+
class GoogleCloudSecuritycenterV2DynamicMuteRecord
|
2797
|
+
# @private
|
2798
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2799
|
+
property :match_time, as: 'matchTime'
|
2800
|
+
property :mute_config, as: 'muteConfig'
|
2801
|
+
end
|
2802
|
+
end
|
2803
|
+
|
2486
2804
|
class GoogleCloudSecuritycenterV2EnvironmentVariable
|
2487
2805
|
# @private
|
2488
2806
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2570,9 +2888,17 @@ module Google
|
|
2570
2888
|
collection :containers, as: 'containers', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Container, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Container::Representation
|
2571
2889
|
|
2572
2890
|
property :create_time, as: 'createTime'
|
2891
|
+
collection :data_access_events, as: 'dataAccessEvents', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DataAccessEvent, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DataAccessEvent::Representation
|
2892
|
+
|
2893
|
+
collection :data_flow_events, as: 'dataFlowEvents', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DataFlowEvent, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DataFlowEvent::Representation
|
2894
|
+
|
2895
|
+
collection :data_retention_deletion_events, as: 'dataRetentionDeletionEvents', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DataRetentionDeletionEvent, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DataRetentionDeletionEvent::Representation
|
2896
|
+
|
2573
2897
|
property :database, as: 'database', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Database, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Database::Representation
|
2574
2898
|
|
2575
2899
|
property :description, as: 'description'
|
2900
|
+
property :disk, as: 'disk', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Disk, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Disk::Representation
|
2901
|
+
|
2576
2902
|
property :event_time, as: 'eventTime'
|
2577
2903
|
property :exfiltration, as: 'exfiltration', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Exfiltration, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Exfiltration::Representation
|
2578
2904
|
|
@@ -2600,6 +2926,8 @@ module Google
|
|
2600
2926
|
|
2601
2927
|
property :module_name, as: 'moduleName'
|
2602
2928
|
property :mute, as: 'mute'
|
2929
|
+
property :mute_info, as: 'muteInfo', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2MuteInfo, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2MuteInfo::Representation
|
2930
|
+
|
2603
2931
|
property :mute_initiator, as: 'muteInitiator'
|
2604
2932
|
property :mute_update_time, as: 'muteUpdateTime'
|
2605
2933
|
property :name, as: 'name'
|
@@ -2670,6 +2998,158 @@ module Google
|
|
2670
2998
|
end
|
2671
2999
|
end
|
2672
3000
|
|
3001
|
+
class GoogleCloudSecuritycenterV2Issue
|
3002
|
+
# @private
|
3003
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3004
|
+
property :create_time, as: 'createTime'
|
3005
|
+
property :description, as: 'description'
|
3006
|
+
property :detection, as: 'detection'
|
3007
|
+
collection :domains, as: 'domains', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueDomain, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueDomain::Representation
|
3008
|
+
|
3009
|
+
property :exposure_score, as: 'exposureScore'
|
3010
|
+
property :issue_type, as: 'issueType'
|
3011
|
+
property :last_observation_time, as: 'lastObservationTime'
|
3012
|
+
property :mute, as: 'mute', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueMute, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueMute::Representation
|
3013
|
+
|
3014
|
+
property :name, as: 'name'
|
3015
|
+
property :primary_resource, as: 'primaryResource', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResource, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResource::Representation
|
3016
|
+
|
3017
|
+
collection :related_findings, as: 'relatedFindings', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueFinding, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueFinding::Representation
|
3018
|
+
|
3019
|
+
collection :remediations, as: 'remediations'
|
3020
|
+
collection :secondary_resources, as: 'secondaryResources', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResource, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResource::Representation
|
3021
|
+
|
3022
|
+
collection :security_contexts, as: 'securityContexts', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueSecurityContext, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueSecurityContext::Representation
|
3023
|
+
|
3024
|
+
property :severity, as: 'severity'
|
3025
|
+
property :state, as: 'state'
|
3026
|
+
property :update_time, as: 'updateTime'
|
3027
|
+
end
|
3028
|
+
end
|
3029
|
+
|
3030
|
+
class GoogleCloudSecuritycenterV2IssueDomain
|
3031
|
+
# @private
|
3032
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3033
|
+
property :domain_category, as: 'domainCategory'
|
3034
|
+
end
|
3035
|
+
end
|
3036
|
+
|
3037
|
+
class GoogleCloudSecuritycenterV2IssueFinding
|
3038
|
+
# @private
|
3039
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3040
|
+
property :cve, as: 'cve', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueFindingCve, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueFindingCve::Representation
|
3041
|
+
|
3042
|
+
property :name, as: 'name'
|
3043
|
+
property :security_bulletin, as: 'securityBulletin', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueFindingSecurityBulletin, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueFindingSecurityBulletin::Representation
|
3044
|
+
|
3045
|
+
end
|
3046
|
+
end
|
3047
|
+
|
3048
|
+
class GoogleCloudSecuritycenterV2IssueFindingCve
|
3049
|
+
# @private
|
3050
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3051
|
+
property :name, as: 'name'
|
3052
|
+
end
|
3053
|
+
end
|
3054
|
+
|
3055
|
+
class GoogleCloudSecuritycenterV2IssueFindingSecurityBulletin
|
3056
|
+
# @private
|
3057
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3058
|
+
property :name, as: 'name'
|
3059
|
+
end
|
3060
|
+
end
|
3061
|
+
|
3062
|
+
class GoogleCloudSecuritycenterV2IssueMute
|
3063
|
+
# @private
|
3064
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3065
|
+
property :mute_initiator, as: 'muteInitiator'
|
3066
|
+
property :mute_reason, as: 'muteReason'
|
3067
|
+
property :mute_state, as: 'muteState'
|
3068
|
+
property :mute_update_time, as: 'muteUpdateTime'
|
3069
|
+
end
|
3070
|
+
end
|
3071
|
+
|
3072
|
+
class GoogleCloudSecuritycenterV2IssueResource
|
3073
|
+
# @private
|
3074
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3075
|
+
property :aws_metadata, as: 'awsMetadata', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResourceAwsMetadata, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResourceAwsMetadata::Representation
|
3076
|
+
|
3077
|
+
property :azure_metadata, as: 'azureMetadata', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResourceAzureMetadata, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResourceAzureMetadata::Representation
|
3078
|
+
|
3079
|
+
property :cloud_provider, as: 'cloudProvider'
|
3080
|
+
property :display_name, as: 'displayName'
|
3081
|
+
property :google_cloud_metadata, as: 'googleCloudMetadata', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResourceGoogleCloudMetadata, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResourceGoogleCloudMetadata::Representation
|
3082
|
+
|
3083
|
+
property :name, as: 'name'
|
3084
|
+
property :type, as: 'type'
|
3085
|
+
end
|
3086
|
+
end
|
3087
|
+
|
3088
|
+
class GoogleCloudSecuritycenterV2IssueResourceAwsMetadata
|
3089
|
+
# @private
|
3090
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3091
|
+
property :account, as: 'account', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResourceAwsMetadataAwsAccount, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResourceAwsMetadataAwsAccount::Representation
|
3092
|
+
|
3093
|
+
end
|
3094
|
+
end
|
3095
|
+
|
3096
|
+
class GoogleCloudSecuritycenterV2IssueResourceAwsMetadataAwsAccount
|
3097
|
+
# @private
|
3098
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3099
|
+
property :id, as: 'id'
|
3100
|
+
property :name, as: 'name'
|
3101
|
+
end
|
3102
|
+
end
|
3103
|
+
|
3104
|
+
class GoogleCloudSecuritycenterV2IssueResourceAzureMetadata
|
3105
|
+
# @private
|
3106
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3107
|
+
property :subscription, as: 'subscription', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResourceAzureMetadataAzureSubscription, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResourceAzureMetadataAzureSubscription::Representation
|
3108
|
+
|
3109
|
+
end
|
3110
|
+
end
|
3111
|
+
|
3112
|
+
class GoogleCloudSecuritycenterV2IssueResourceAzureMetadataAzureSubscription
|
3113
|
+
# @private
|
3114
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3115
|
+
property :display_name, as: 'displayName'
|
3116
|
+
property :id, as: 'id'
|
3117
|
+
end
|
3118
|
+
end
|
3119
|
+
|
3120
|
+
class GoogleCloudSecuritycenterV2IssueResourceGoogleCloudMetadata
|
3121
|
+
# @private
|
3122
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3123
|
+
property :project_id, as: 'projectId'
|
3124
|
+
end
|
3125
|
+
end
|
3126
|
+
|
3127
|
+
class GoogleCloudSecuritycenterV2IssueSecurityContext
|
3128
|
+
# @private
|
3129
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3130
|
+
property :aggregated_count, as: 'aggregatedCount', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount::Representation
|
3131
|
+
|
3132
|
+
property :context, as: 'context', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueSecurityContextContext, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueSecurityContextContext::Representation
|
3133
|
+
|
3134
|
+
end
|
3135
|
+
end
|
3136
|
+
|
3137
|
+
class GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount
|
3138
|
+
# @private
|
3139
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3140
|
+
property :key, as: 'key'
|
3141
|
+
property :value, as: 'value'
|
3142
|
+
end
|
3143
|
+
end
|
3144
|
+
|
3145
|
+
class GoogleCloudSecuritycenterV2IssueSecurityContextContext
|
3146
|
+
# @private
|
3147
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3148
|
+
property :type, as: 'type'
|
3149
|
+
collection :values, as: 'values'
|
3150
|
+
end
|
3151
|
+
end
|
3152
|
+
|
2673
3153
|
class GoogleCloudSecuritycenterV2KernelRootkit
|
2674
3154
|
# @private
|
2675
3155
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2753,6 +3233,7 @@ module Google
|
|
2753
3233
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2754
3234
|
property :create_time, as: 'createTime'
|
2755
3235
|
property :description, as: 'description'
|
3236
|
+
property :expiry_time, as: 'expiryTime'
|
2756
3237
|
property :filter, as: 'filter'
|
2757
3238
|
property :most_recent_editor, as: 'mostRecentEditor'
|
2758
3239
|
property :name, as: 'name'
|
@@ -2761,6 +3242,16 @@ module Google
|
|
2761
3242
|
end
|
2762
3243
|
end
|
2763
3244
|
|
3245
|
+
class GoogleCloudSecuritycenterV2MuteInfo
|
3246
|
+
# @private
|
3247
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3248
|
+
collection :dynamic_mute_records, as: 'dynamicMuteRecords', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DynamicMuteRecord, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DynamicMuteRecord::Representation
|
3249
|
+
|
3250
|
+
property :static_mute, as: 'staticMute', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2StaticMute, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2StaticMute::Representation
|
3251
|
+
|
3252
|
+
end
|
3253
|
+
end
|
3254
|
+
|
2764
3255
|
class GoogleCloudSecuritycenterV2Node
|
2765
3256
|
# @private
|
2766
3257
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3020,6 +3511,14 @@ module Google
|
|
3020
3511
|
end
|
3021
3512
|
end
|
3022
3513
|
|
3514
|
+
class GoogleCloudSecuritycenterV2StaticMute
|
3515
|
+
# @private
|
3516
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3517
|
+
property :apply_time, as: 'applyTime'
|
3518
|
+
property :state, as: 'state'
|
3519
|
+
end
|
3520
|
+
end
|
3521
|
+
|
3023
3522
|
class GoogleCloudSecuritycenterV2Subject
|
3024
3523
|
# @private
|
3025
3524
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3276,6 +3775,16 @@ module Google
|
|
3276
3775
|
end
|
3277
3776
|
end
|
3278
3777
|
|
3778
|
+
class MuteInfo
|
3779
|
+
# @private
|
3780
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3781
|
+
collection :dynamic_mute_records, as: 'dynamicMuteRecords', class: Google::Apis::SecuritycenterV1beta1::DynamicMuteRecord, decorator: Google::Apis::SecuritycenterV1beta1::DynamicMuteRecord::Representation
|
3782
|
+
|
3783
|
+
property :static_mute, as: 'staticMute', class: Google::Apis::SecuritycenterV1beta1::StaticMute, decorator: Google::Apis::SecuritycenterV1beta1::StaticMute::Representation
|
3784
|
+
|
3785
|
+
end
|
3786
|
+
end
|
3787
|
+
|
3279
3788
|
class Node
|
3280
3789
|
# @private
|
3281
3790
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3554,6 +4063,14 @@ module Google
|
|
3554
4063
|
end
|
3555
4064
|
end
|
3556
4065
|
|
4066
|
+
class StaticMute
|
4067
|
+
# @private
|
4068
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4069
|
+
property :apply_time, as: 'applyTime'
|
4070
|
+
property :state, as: 'state'
|
4071
|
+
end
|
4072
|
+
end
|
4073
|
+
|
3557
4074
|
class Status
|
3558
4075
|
# @private
|
3559
4076
|
class Representation < Google::Apis::Core::JsonRepresentation
|