google-apis-securitycenter_v1 0.53.0 → 0.55.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 +8 -0
- data/lib/google/apis/securitycenter_v1/classes.rb +401 -40
- data/lib/google/apis/securitycenter_v1/gem_version.rb +2 -2
- data/lib/google/apis/securitycenter_v1/representations.rb +145 -0
- data/lib/google/apis/securitycenter_v1/service.rb +995 -44
- metadata +3 -3
@@ -220,6 +220,24 @@ module Google
|
|
220
220
|
include Google::Apis::Core::JsonObjectSupport
|
221
221
|
end
|
222
222
|
|
223
|
+
class GoogleCloudSecuritycenterV1CustomConfig
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class GoogleCloudSecuritycenterV1CustomOutputSpec
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
223
241
|
class GoogleCloudSecuritycenterV1ExternalSystem
|
224
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
243
|
|
@@ -238,18 +256,36 @@ module Google
|
|
238
256
|
include Google::Apis::Core::JsonObjectSupport
|
239
257
|
end
|
240
258
|
|
259
|
+
class GoogleCloudSecuritycenterV1Property
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
241
265
|
class GoogleCloudSecuritycenterV1Resource
|
242
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
267
|
|
244
268
|
include Google::Apis::Core::JsonObjectSupport
|
245
269
|
end
|
246
270
|
|
271
|
+
class GoogleCloudSecuritycenterV1ResourceSelector
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
247
277
|
class GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse
|
248
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
279
|
|
250
280
|
include Google::Apis::Core::JsonObjectSupport
|
251
281
|
end
|
252
282
|
|
283
|
+
class GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
253
289
|
class GoogleCloudSecuritycenterV1beta1RunAssetDiscoveryResponse
|
254
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
291
|
|
@@ -376,6 +412,18 @@ module Google
|
|
376
412
|
include Google::Apis::Core::JsonObjectSupport
|
377
413
|
end
|
378
414
|
|
415
|
+
class ListDescendantSecurityHealthAnalyticsCustomModulesResponse
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
379
427
|
class ListFindingsResponse
|
380
428
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
429
|
|
@@ -406,6 +454,12 @@ module Google
|
|
406
454
|
include Google::Apis::Core::JsonObjectSupport
|
407
455
|
end
|
408
456
|
|
457
|
+
class ListSecurityHealthAnalyticsCustomModulesResponse
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
409
463
|
class ListSourcesResponse
|
410
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
465
|
|
@@ -966,6 +1020,40 @@ module Google
|
|
966
1020
|
end
|
967
1021
|
end
|
968
1022
|
|
1023
|
+
class GoogleCloudSecuritycenterV1CustomConfig
|
1024
|
+
# @private
|
1025
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1026
|
+
property :custom_output, as: 'customOutput', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1CustomOutputSpec, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1CustomOutputSpec::Representation
|
1027
|
+
|
1028
|
+
property :description, as: 'description'
|
1029
|
+
property :predicate, as: 'predicate', class: Google::Apis::SecuritycenterV1::Expr, decorator: Google::Apis::SecuritycenterV1::Expr::Representation
|
1030
|
+
|
1031
|
+
property :recommendation, as: 'recommendation'
|
1032
|
+
property :resource_selector, as: 'resourceSelector', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ResourceSelector, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ResourceSelector::Representation
|
1033
|
+
|
1034
|
+
property :severity, as: 'severity'
|
1035
|
+
end
|
1036
|
+
end
|
1037
|
+
|
1038
|
+
class GoogleCloudSecuritycenterV1CustomOutputSpec
|
1039
|
+
# @private
|
1040
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1041
|
+
collection :properties, as: 'properties', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1Property, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1Property::Representation
|
1042
|
+
|
1043
|
+
end
|
1044
|
+
end
|
1045
|
+
|
1046
|
+
class GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule
|
1047
|
+
# @private
|
1048
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1049
|
+
property :custom_config, as: 'customConfig', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1CustomConfig, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1CustomConfig::Representation
|
1050
|
+
|
1051
|
+
property :display_name, as: 'displayName'
|
1052
|
+
property :enablement_state, as: 'enablementState'
|
1053
|
+
property :name, as: 'name'
|
1054
|
+
end
|
1055
|
+
end
|
1056
|
+
|
969
1057
|
class GoogleCloudSecuritycenterV1ExternalSystem
|
970
1058
|
# @private
|
971
1059
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1001,6 +1089,15 @@ module Google
|
|
1001
1089
|
end
|
1002
1090
|
end
|
1003
1091
|
|
1092
|
+
class GoogleCloudSecuritycenterV1Property
|
1093
|
+
# @private
|
1094
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1095
|
+
property :name, as: 'name'
|
1096
|
+
property :value_expression, as: 'valueExpression', class: Google::Apis::SecuritycenterV1::Expr, decorator: Google::Apis::SecuritycenterV1::Expr::Representation
|
1097
|
+
|
1098
|
+
end
|
1099
|
+
end
|
1100
|
+
|
1004
1101
|
class GoogleCloudSecuritycenterV1Resource
|
1005
1102
|
# @private
|
1006
1103
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1016,6 +1113,13 @@ module Google
|
|
1016
1113
|
end
|
1017
1114
|
end
|
1018
1115
|
|
1116
|
+
class GoogleCloudSecuritycenterV1ResourceSelector
|
1117
|
+
# @private
|
1118
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1119
|
+
collection :resource_types, as: 'resourceTypes'
|
1120
|
+
end
|
1121
|
+
end
|
1122
|
+
|
1019
1123
|
class GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse
|
1020
1124
|
# @private
|
1021
1125
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1024,6 +1128,20 @@ module Google
|
|
1024
1128
|
end
|
1025
1129
|
end
|
1026
1130
|
|
1131
|
+
class GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule
|
1132
|
+
# @private
|
1133
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1134
|
+
property :ancestor_module, as: 'ancestorModule'
|
1135
|
+
property :custom_config, as: 'customConfig', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1CustomConfig, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1CustomConfig::Representation
|
1136
|
+
|
1137
|
+
property :display_name, as: 'displayName'
|
1138
|
+
property :enablement_state, as: 'enablementState'
|
1139
|
+
property :last_editor, as: 'lastEditor'
|
1140
|
+
property :name, as: 'name'
|
1141
|
+
property :update_time, as: 'updateTime'
|
1142
|
+
end
|
1143
|
+
end
|
1144
|
+
|
1027
1145
|
class GoogleCloudSecuritycenterV1beta1RunAssetDiscoveryResponse
|
1028
1146
|
# @private
|
1029
1147
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1251,6 +1369,24 @@ module Google
|
|
1251
1369
|
end
|
1252
1370
|
end
|
1253
1371
|
|
1372
|
+
class ListDescendantSecurityHealthAnalyticsCustomModulesResponse
|
1373
|
+
# @private
|
1374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1375
|
+
property :next_page_token, as: 'nextPageToken'
|
1376
|
+
collection :security_health_analytics_custom_modules, as: 'securityHealthAnalyticsCustomModules', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule::Representation
|
1377
|
+
|
1378
|
+
end
|
1379
|
+
end
|
1380
|
+
|
1381
|
+
class ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
|
1382
|
+
# @private
|
1383
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1384
|
+
collection :effective_security_health_analytics_custom_modules, as: 'effectiveSecurityHealthAnalyticsCustomModules', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule::Representation
|
1385
|
+
|
1386
|
+
property :next_page_token, as: 'nextPageToken'
|
1387
|
+
end
|
1388
|
+
end
|
1389
|
+
|
1254
1390
|
class ListFindingsResponse
|
1255
1391
|
# @private
|
1256
1392
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1300,6 +1436,15 @@ module Google
|
|
1300
1436
|
end
|
1301
1437
|
end
|
1302
1438
|
|
1439
|
+
class ListSecurityHealthAnalyticsCustomModulesResponse
|
1440
|
+
# @private
|
1441
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1442
|
+
property :next_page_token, as: 'nextPageToken'
|
1443
|
+
collection :security_health_analytics_custom_modules, as: 'securityHealthAnalyticsCustomModules', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule::Representation
|
1444
|
+
|
1445
|
+
end
|
1446
|
+
end
|
1447
|
+
|
1303
1448
|
class ListSourcesResponse
|
1304
1449
|
# @private
|
1305
1450
|
class Representation < Google::Apis::Core::JsonRepresentation
|