google-cloud-security_center-v2 0.3.0 → 0.4.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/lib/google/cloud/security_center/v2/security_center/client.rb +37 -33
- data/lib/google/cloud/security_center/v2/security_center/rest/client.rb +37 -33
- data/lib/google/cloud/security_center/v2/version.rb +1 -1
- data/lib/google/cloud/securitycenter/v2/bigquery_export_pb.rb +1 -1
- data/lib/google/cloud/securitycenter/v2/finding_pb.rb +4 -1
- data/lib/google/cloud/securitycenter/v2/mitre_attack_pb.rb +1 -1
- data/lib/google/cloud/securitycenter/v2/mute_config_pb.rb +1 -1
- data/lib/google/cloud/securitycenter/v2/notification_config_pb.rb +1 -1
- data/lib/google/cloud/securitycenter/v2/resource_value_config_pb.rb +1 -1
- data/lib/google/cloud/securitycenter/v2/securitycenter_service_pb.rb +2 -1
- data/lib/google/cloud/securitycenter/v2/vulnerability_pb.rb +1 -1
- data/proto_docs/google/api/client.rb +14 -10
- data/proto_docs/google/api/resource.rb +7 -2
- data/proto_docs/google/cloud/securitycenter/v2/attack_exposure.rb +1 -1
- data/proto_docs/google/cloud/securitycenter/v2/attack_path.rb +3 -3
- data/proto_docs/google/cloud/securitycenter/v2/bigquery_export.rb +2 -2
- data/proto_docs/google/cloud/securitycenter/v2/finding.rb +47 -0
- data/proto_docs/google/cloud/securitycenter/v2/mitre_attack.rb +8 -2
- data/proto_docs/google/cloud/securitycenter/v2/mute_config.rb +15 -2
- data/proto_docs/google/cloud/securitycenter/v2/notification_config.rb +1 -1
- data/proto_docs/google/cloud/securitycenter/v2/resource.rb +5 -5
- data/proto_docs/google/cloud/securitycenter/v2/resource_value_config.rb +9 -9
- data/proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb +52 -35
- data/proto_docs/google/cloud/securitycenter/v2/simulation.rb +1 -1
- data/proto_docs/google/cloud/securitycenter/v2/vulnerability.rb +3 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a0a8e9a01fa3602a015630100767ec549bea1b4da51353039bdb57db12d7f0d1
|
4
|
+
data.tar.gz: dcfc410f36d59697b3db6440704f6dd4ee8f19c58105949e423d6eff83b82be2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30a77f612379bd09546cb765871c00a6e0e608deb88c6e84f19d7bfa8fe692f5c7d2013ace87be1c94f00970afe3b2e2c4bd4e2541c29597e7e83a03dc4627da
|
7
|
+
data.tar.gz: 68647d92b5427c14f92fc54e6c12b97ab526886ed51a02b585444ae639509a58f02a48501c20deb4f192bd04962317d41517fbde2282fd3ddade0aaebbeac453
|
@@ -284,7 +284,7 @@ module Google
|
|
284
284
|
# @param options [::Gapic::CallOptions, ::Hash]
|
285
285
|
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
|
286
286
|
#
|
287
|
-
# @overload bulk_mute_findings(parent: nil, filter: nil)
|
287
|
+
# @overload bulk_mute_findings(parent: nil, filter: nil, mute_state: nil)
|
288
288
|
# Pass arguments to `bulk_mute_findings` via keyword arguments. Note that at
|
289
289
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
290
290
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
@@ -321,6 +321,10 @@ module Google
|
|
321
321
|
# * string literals in quotes.
|
322
322
|
# * integer literals without quotes.
|
323
323
|
# * boolean literals `true` and `false` without quotes.
|
324
|
+
# @param mute_state [::Google::Cloud::SecurityCenter::V2::BulkMuteFindingsRequest::MuteState]
|
325
|
+
# Optional. All findings matching the given filter will have their mute state
|
326
|
+
# set to this value. The default value is `MUTED`. Setting this to
|
327
|
+
# `UNDEFINED` will clear the mute state on all matching findings.
|
324
328
|
#
|
325
329
|
# @yield [response, operation] Access the result along with the RPC operation
|
326
330
|
# @yieldparam response [::Gapic::Operation]
|
@@ -415,9 +419,9 @@ module Google
|
|
415
419
|
#
|
416
420
|
# @param parent [::String]
|
417
421
|
# Required. The name of the parent resource of the new BigQuery export. Its
|
418
|
-
# format is
|
419
|
-
#
|
420
|
-
#
|
422
|
+
# format is `organizations/[organization_id]/locations/[location_id]`,
|
423
|
+
# `folders/[folder_id]/locations/[location_id]`, or
|
424
|
+
# `projects/[project_id]/locations/[location_id]`.
|
421
425
|
# @param big_query_export [::Google::Cloud::SecurityCenter::V2::BigQueryExport, ::Hash]
|
422
426
|
# Required. The BigQuery export being created.
|
423
427
|
# @param big_query_export_id [::String]
|
@@ -610,9 +614,9 @@ module Google
|
|
610
614
|
#
|
611
615
|
# @param parent [::String]
|
612
616
|
# Required. Resource name of the new mute configs's parent. Its format is
|
613
|
-
#
|
614
|
-
#
|
615
|
-
#
|
617
|
+
# `organizations/[organization_id]/locations/[location_id]`,
|
618
|
+
# `folders/[folder_id]/locations/[location_id]`, or
|
619
|
+
# `projects/[project_id]/locations/[location_id]`.
|
616
620
|
# @param mute_config [::Google::Cloud::SecurityCenter::V2::MuteConfig, ::Hash]
|
617
621
|
# Required. The mute config being created.
|
618
622
|
# @param mute_config_id [::String]
|
@@ -721,9 +725,9 @@ module Google
|
|
721
725
|
#
|
722
726
|
# @param parent [::String]
|
723
727
|
# Required. Resource name of the new notification config's parent. Its format
|
724
|
-
# is
|
725
|
-
#
|
726
|
-
#
|
728
|
+
# is `organizations/[organization_id]/locations/[location_id]`,
|
729
|
+
# `folders/[folder_id]/locations/[location_id]`, or
|
730
|
+
# `projects/[project_id]/locations/[location_id]`.
|
727
731
|
# @param config_id [::String]
|
728
732
|
# Required.
|
729
733
|
# Unique identifier provided by the client within the parent scope.
|
@@ -819,7 +823,7 @@ module Google
|
|
819
823
|
#
|
820
824
|
# @param parent [::String]
|
821
825
|
# Required. Resource name of the new source's parent. Its format should be
|
822
|
-
#
|
826
|
+
# `organizations/[organization_id]`.
|
823
827
|
# @param source [::Google::Cloud::SecurityCenter::V2::Source, ::Hash]
|
824
828
|
# Required. The Source being created, only the display_name and description
|
825
829
|
# will be used. All other fields will be ignored.
|
@@ -1387,8 +1391,8 @@ module Google
|
|
1387
1391
|
# Required. The organization name or simulation name of this simulation
|
1388
1392
|
#
|
1389
1393
|
# Valid format:
|
1390
|
-
#
|
1391
|
-
#
|
1394
|
+
# `organizations/{organization}/simulations/latest`
|
1395
|
+
# `organizations/{organization}/simulations/{simulation}`
|
1392
1396
|
#
|
1393
1397
|
# @yield [response, operation] Access the result along with the RPC operation
|
1394
1398
|
# @yieldparam response [::Google::Cloud::SecurityCenter::V2::Simulation]
|
@@ -1477,7 +1481,7 @@ module Google
|
|
1477
1481
|
# Required. The name of this valued resource
|
1478
1482
|
#
|
1479
1483
|
# Valid format:
|
1480
|
-
#
|
1484
|
+
# `organizations/{organization}/simulations/{simulation}/valuedResources/{valued_resource}`
|
1481
1485
|
#
|
1482
1486
|
# @yield [response, operation] Access the result along with the RPC operation
|
1483
1487
|
# @yieldparam response [::Google::Cloud::SecurityCenter::V2::ValuedResource]
|
@@ -1946,7 +1950,7 @@ module Google
|
|
1946
1950
|
#
|
1947
1951
|
# @param name [::String]
|
1948
1952
|
# Required. Relative resource name of the source. Its format is
|
1949
|
-
#
|
1953
|
+
# `organizations/[organization_id]/source/[source_id]`.
|
1950
1954
|
#
|
1951
1955
|
# @yield [response, operation] Access the result along with the RPC operation
|
1952
1956
|
# @yieldparam response [::Google::Cloud::SecurityCenter::V2::Source]
|
@@ -2219,10 +2223,10 @@ module Google
|
|
2219
2223
|
# Required. Name of parent to list attack paths.
|
2220
2224
|
#
|
2221
2225
|
# Valid formats:
|
2222
|
-
#
|
2223
|
-
#
|
2224
|
-
#
|
2225
|
-
#
|
2226
|
+
# `organizations/{organization}`,
|
2227
|
+
# `organizations/{organization}/simulations/{simulation}`
|
2228
|
+
# `organizations/{organization}/simulations/{simulation}/attackExposureResults/{attack_exposure_result_v2}`
|
2229
|
+
# `organizations/{organization}/simulations/{simulation}/valuedResources/{valued_resource}`
|
2226
2230
|
# @param filter [::String]
|
2227
2231
|
# The filter expression that filters the attack path in the response.
|
2228
2232
|
# Supported fields:
|
@@ -2330,9 +2334,9 @@ module Google
|
|
2330
2334
|
#
|
2331
2335
|
# @param parent [::String]
|
2332
2336
|
# Required. The parent, which owns the collection of BigQuery exports. Its
|
2333
|
-
# format is
|
2334
|
-
#
|
2335
|
-
#
|
2337
|
+
# format is `organizations/[organization_id]/locations/[location_id]`,
|
2338
|
+
# `folders/[folder_id]/locations/[location_id]`, or
|
2339
|
+
# `projects/[project_id]/locations/[location_id]`.
|
2336
2340
|
# @param page_size [::Integer]
|
2337
2341
|
# The maximum number of configs to return. The service may return fewer than
|
2338
2342
|
# this value.
|
@@ -2631,11 +2635,11 @@ module Google
|
|
2631
2635
|
#
|
2632
2636
|
# @param parent [::String]
|
2633
2637
|
# Required. The parent, which owns the collection of mute configs. Its format
|
2634
|
-
# is
|
2635
|
-
#
|
2636
|
-
#
|
2637
|
-
#
|
2638
|
-
#
|
2638
|
+
# is `organizations/[organization_id]", "folders/[folder_id]`,
|
2639
|
+
# `projects/[project_id]`,
|
2640
|
+
# `organizations/[organization_id]/locations/[location_id]`,
|
2641
|
+
# `folders/[folder_id]/locations/[location_id]`,
|
2642
|
+
# `projects/[project_id]/locations/[location_id]`.
|
2639
2643
|
# @param page_size [::Integer]
|
2640
2644
|
# The maximum number of configs to return. The service may return fewer than
|
2641
2645
|
# this value.
|
@@ -2856,7 +2860,7 @@ module Google
|
|
2856
2860
|
# @param parent [::String]
|
2857
2861
|
# Required. The parent, which owns the collection of resource value configs.
|
2858
2862
|
# Its format is
|
2859
|
-
#
|
2863
|
+
# `organizations/[organization_id]`
|
2860
2864
|
# @param page_size [::Integer]
|
2861
2865
|
# The maximum number of configs to return. The service may return fewer than
|
2862
2866
|
# this value.
|
@@ -2962,8 +2966,8 @@ module Google
|
|
2962
2966
|
#
|
2963
2967
|
# @param parent [::String]
|
2964
2968
|
# Required. Resource name of the parent of sources to list. Its format should
|
2965
|
-
# be
|
2966
|
-
#
|
2969
|
+
# be `organizations/[organization_id]`, `folders/[folder_id]`, or
|
2970
|
+
# `projects/[project_id]`.
|
2967
2971
|
# @param page_token [::String]
|
2968
2972
|
# The value returned by the last `ListSourcesResponse`; indicates
|
2969
2973
|
# that this is a continuation of a prior `ListSources` call, and
|
@@ -3064,9 +3068,9 @@ module Google
|
|
3064
3068
|
# Required. Name of parent to list exposed resources.
|
3065
3069
|
#
|
3066
3070
|
# Valid formats:
|
3067
|
-
#
|
3068
|
-
#
|
3069
|
-
#
|
3071
|
+
# `organizations/{organization}`,
|
3072
|
+
# `organizations/{organization}/simulations/{simulation}`
|
3073
|
+
# `organizations/{organization}/simulations/{simulation}/attackExposureResults/{attack_exposure_result_v2}`
|
3070
3074
|
# @param filter [::String]
|
3071
3075
|
# The filter expression that filters the valued resources in the response.
|
3072
3076
|
# Supported fields:
|
@@ -270,7 +270,7 @@ module Google
|
|
270
270
|
# @param options [::Gapic::CallOptions, ::Hash]
|
271
271
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
272
272
|
#
|
273
|
-
# @overload bulk_mute_findings(parent: nil, filter: nil)
|
273
|
+
# @overload bulk_mute_findings(parent: nil, filter: nil, mute_state: nil)
|
274
274
|
# Pass arguments to `bulk_mute_findings` via keyword arguments. Note that at
|
275
275
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
276
276
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
@@ -307,6 +307,10 @@ module Google
|
|
307
307
|
# * string literals in quotes.
|
308
308
|
# * integer literals without quotes.
|
309
309
|
# * boolean literals `true` and `false` without quotes.
|
310
|
+
# @param mute_state [::Google::Cloud::SecurityCenter::V2::BulkMuteFindingsRequest::MuteState]
|
311
|
+
# Optional. All findings matching the given filter will have their mute state
|
312
|
+
# set to this value. The default value is `MUTED`. Setting this to
|
313
|
+
# `UNDEFINED` will clear the mute state on all matching findings.
|
310
314
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
311
315
|
# @yieldparam result [::Gapic::Operation]
|
312
316
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
@@ -394,9 +398,9 @@ module Google
|
|
394
398
|
#
|
395
399
|
# @param parent [::String]
|
396
400
|
# Required. The name of the parent resource of the new BigQuery export. Its
|
397
|
-
# format is
|
398
|
-
#
|
399
|
-
#
|
401
|
+
# format is `organizations/[organization_id]/locations/[location_id]`,
|
402
|
+
# `folders/[folder_id]/locations/[location_id]`, or
|
403
|
+
# `projects/[project_id]/locations/[location_id]`.
|
400
404
|
# @param big_query_export [::Google::Cloud::SecurityCenter::V2::BigQueryExport, ::Hash]
|
401
405
|
# Required. The BigQuery export being created.
|
402
406
|
# @param big_query_export_id [::String]
|
@@ -575,9 +579,9 @@ module Google
|
|
575
579
|
#
|
576
580
|
# @param parent [::String]
|
577
581
|
# Required. Resource name of the new mute configs's parent. Its format is
|
578
|
-
#
|
579
|
-
#
|
580
|
-
#
|
582
|
+
# `organizations/[organization_id]/locations/[location_id]`,
|
583
|
+
# `folders/[folder_id]/locations/[location_id]`, or
|
584
|
+
# `projects/[project_id]/locations/[location_id]`.
|
581
585
|
# @param mute_config [::Google::Cloud::SecurityCenter::V2::MuteConfig, ::Hash]
|
582
586
|
# Required. The mute config being created.
|
583
587
|
# @param mute_config_id [::String]
|
@@ -664,9 +668,9 @@ module Google
|
|
664
668
|
#
|
665
669
|
# @param parent [::String]
|
666
670
|
# Required. Resource name of the new notification config's parent. Its format
|
667
|
-
# is
|
668
|
-
#
|
669
|
-
#
|
671
|
+
# is `organizations/[organization_id]/locations/[location_id]`,
|
672
|
+
# `folders/[folder_id]/locations/[location_id]`, or
|
673
|
+
# `projects/[project_id]/locations/[location_id]`.
|
670
674
|
# @param config_id [::String]
|
671
675
|
# Required.
|
672
676
|
# Unique identifier provided by the client within the parent scope.
|
@@ -755,7 +759,7 @@ module Google
|
|
755
759
|
#
|
756
760
|
# @param parent [::String]
|
757
761
|
# Required. Resource name of the new source's parent. Its format should be
|
758
|
-
#
|
762
|
+
# `organizations/[organization_id]`.
|
759
763
|
# @param source [::Google::Cloud::SecurityCenter::V2::Source, ::Hash]
|
760
764
|
# Required. The Source being created, only the display_name and description
|
761
765
|
# will be used. All other fields will be ignored.
|
@@ -1266,8 +1270,8 @@ module Google
|
|
1266
1270
|
# Required. The organization name or simulation name of this simulation
|
1267
1271
|
#
|
1268
1272
|
# Valid format:
|
1269
|
-
#
|
1270
|
-
#
|
1273
|
+
# `organizations/{organization}/simulations/latest`
|
1274
|
+
# `organizations/{organization}/simulations/{simulation}`
|
1271
1275
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1272
1276
|
# @yieldparam result [::Google::Cloud::SecurityCenter::V2::Simulation]
|
1273
1277
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
@@ -1349,7 +1353,7 @@ module Google
|
|
1349
1353
|
# Required. The name of this valued resource
|
1350
1354
|
#
|
1351
1355
|
# Valid format:
|
1352
|
-
#
|
1356
|
+
# `organizations/{organization}/simulations/{simulation}/valuedResources/{valued_resource}`
|
1353
1357
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1354
1358
|
# @yieldparam result [::Google::Cloud::SecurityCenter::V2::ValuedResource]
|
1355
1359
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
@@ -1768,7 +1772,7 @@ module Google
|
|
1768
1772
|
#
|
1769
1773
|
# @param name [::String]
|
1770
1774
|
# Required. Relative resource name of the source. Its format is
|
1771
|
-
#
|
1775
|
+
# `organizations/[organization_id]/source/[source_id]`.
|
1772
1776
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1773
1777
|
# @yieldparam result [::Google::Cloud::SecurityCenter::V2::Source]
|
1774
1778
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
@@ -2027,10 +2031,10 @@ module Google
|
|
2027
2031
|
# Required. Name of parent to list attack paths.
|
2028
2032
|
#
|
2029
2033
|
# Valid formats:
|
2030
|
-
#
|
2031
|
-
#
|
2032
|
-
#
|
2033
|
-
#
|
2034
|
+
# `organizations/{organization}`,
|
2035
|
+
# `organizations/{organization}/simulations/{simulation}`
|
2036
|
+
# `organizations/{organization}/simulations/{simulation}/attackExposureResults/{attack_exposure_result_v2}`
|
2037
|
+
# `organizations/{organization}/simulations/{simulation}/valuedResources/{valued_resource}`
|
2034
2038
|
# @param filter [::String]
|
2035
2039
|
# The filter expression that filters the attack path in the response.
|
2036
2040
|
# Supported fields:
|
@@ -2131,9 +2135,9 @@ module Google
|
|
2131
2135
|
#
|
2132
2136
|
# @param parent [::String]
|
2133
2137
|
# Required. The parent, which owns the collection of BigQuery exports. Its
|
2134
|
-
# format is
|
2135
|
-
#
|
2136
|
-
#
|
2138
|
+
# format is `organizations/[organization_id]/locations/[location_id]`,
|
2139
|
+
# `folders/[folder_id]/locations/[location_id]`, or
|
2140
|
+
# `projects/[project_id]/locations/[location_id]`.
|
2137
2141
|
# @param page_size [::Integer]
|
2138
2142
|
# The maximum number of configs to return. The service may return fewer than
|
2139
2143
|
# this value.
|
@@ -2418,11 +2422,11 @@ module Google
|
|
2418
2422
|
#
|
2419
2423
|
# @param parent [::String]
|
2420
2424
|
# Required. The parent, which owns the collection of mute configs. Its format
|
2421
|
-
# is
|
2422
|
-
#
|
2423
|
-
#
|
2424
|
-
#
|
2425
|
-
#
|
2425
|
+
# is `organizations/[organization_id]", "folders/[folder_id]`,
|
2426
|
+
# `projects/[project_id]`,
|
2427
|
+
# `organizations/[organization_id]/locations/[location_id]`,
|
2428
|
+
# `folders/[folder_id]/locations/[location_id]`,
|
2429
|
+
# `projects/[project_id]/locations/[location_id]`.
|
2426
2430
|
# @param page_size [::Integer]
|
2427
2431
|
# The maximum number of configs to return. The service may return fewer than
|
2428
2432
|
# this value.
|
@@ -2614,7 +2618,7 @@ module Google
|
|
2614
2618
|
# @param parent [::String]
|
2615
2619
|
# Required. The parent, which owns the collection of resource value configs.
|
2616
2620
|
# Its format is
|
2617
|
-
#
|
2621
|
+
# `organizations/[organization_id]`
|
2618
2622
|
# @param page_size [::Integer]
|
2619
2623
|
# The maximum number of configs to return. The service may return fewer than
|
2620
2624
|
# this value.
|
@@ -2713,8 +2717,8 @@ module Google
|
|
2713
2717
|
#
|
2714
2718
|
# @param parent [::String]
|
2715
2719
|
# Required. Resource name of the parent of sources to list. Its format should
|
2716
|
-
# be
|
2717
|
-
#
|
2720
|
+
# be `organizations/[organization_id]`, `folders/[folder_id]`, or
|
2721
|
+
# `projects/[project_id]`.
|
2718
2722
|
# @param page_token [::String]
|
2719
2723
|
# The value returned by the last `ListSourcesResponse`; indicates
|
2720
2724
|
# that this is a continuation of a prior `ListSources` call, and
|
@@ -2808,9 +2812,9 @@ module Google
|
|
2808
2812
|
# Required. Name of parent to list exposed resources.
|
2809
2813
|
#
|
2810
2814
|
# Valid formats:
|
2811
|
-
#
|
2812
|
-
#
|
2813
|
-
#
|
2815
|
+
# `organizations/{organization}`,
|
2816
|
+
# `organizations/{organization}/simulations/{simulation}`
|
2817
|
+
# `organizations/{organization}/simulations/{simulation}/attackExposureResults/{attack_exposure_result_v2}`
|
2814
2818
|
# @param filter [::String]
|
2815
2819
|
# The filter expression that filters the valued resources in the response.
|
2816
2820
|
# Supported fields:
|
@@ -9,7 +9,7 @@ require 'google/api/resource_pb'
|
|
9
9
|
require 'google/protobuf/timestamp_pb'
|
10
10
|
|
11
11
|
|
12
|
-
descriptor_data = "\n4google/cloud/securitycenter/v2/bigquery_export.proto\x12\x1egoogle.cloud.securitycenter.v2\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\
|
12
|
+
descriptor_data = "\n4google/cloud/securitycenter/v2/bigquery_export.proto\x12\x1egoogle.cloud.securitycenter.v2\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa2\x04\n\x0e\x42igQueryExport\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x03 \x01(\t\x12\x0f\n\x07\x64\x61taset\x18\x04 \x01(\t\x12\x34\n\x0b\x63reate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x1f\n\x12most_recent_editor\x18\x07 \x01(\tB\x03\xe0\x41\x03\x12\x16\n\tprincipal\x18\x08 \x01(\tB\x03\xe0\x41\x03:\xa1\x02\xea\x41\x9d\x02\n,securitycenter.googleapis.com/BigQueryExport\x12Jorganizations/{organization}/locations/{location}/bigQueryExports/{export}\x12>folders/{folder}/locations/{location}/bigQueryExports/{export}\x12@projects/{project}/locations/{location}/bigQueryExports/{export}*\x0f\x62igQueryExports2\x0e\x62igQueryExportB\xed\x01\n\"com.google.cloud.securitycenter.v2B\x13\x42igQueryExportProtoP\x01ZJcloud.google.com/go/securitycenter/apiv2/securitycenterpb;securitycenterpb\xaa\x02\x1eGoogle.Cloud.SecurityCenter.V2\xca\x02\x1eGoogle\\Cloud\\SecurityCenter\\V2\xea\x02!Google::Cloud::SecurityCenter::V2b\x06proto3"
|
13
13
|
|
14
14
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
15
15
|
|
@@ -40,7 +40,7 @@ require 'google/protobuf/struct_pb'
|
|
40
40
|
require 'google/protobuf/timestamp_pb'
|
41
41
|
|
42
42
|
|
43
|
-
descriptor_data = "\n,google/cloud/securitycenter/v2/finding.proto\x12\x1egoogle.cloud.securitycenter.v2\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a+google/cloud/securitycenter/v2/access.proto\x1a\x30google/cloud/securitycenter/v2/application.proto\x1a\x34google/cloud/securitycenter/v2/attack_exposure.proto\x1a=google/cloud/securitycenter/v2/backup_disaster_recovery.proto\x1a\x30google/cloud/securitycenter/v2/cloud_armor.proto\x1a;google/cloud/securitycenter/v2/cloud_dlp_data_profile.proto\x1a\x39google/cloud/securitycenter/v2/cloud_dlp_inspection.proto\x1a/google/cloud/securitycenter/v2/compliance.proto\x1a/google/cloud/securitycenter/v2/connection.proto\x1a\x34google/cloud/securitycenter/v2/contact_details.proto\x1a.google/cloud/securitycenter/v2/container.proto\x1a-google/cloud/securitycenter/v2/database.proto\x1a\x31google/cloud/securitycenter/v2/exfiltration.proto\x1a\x34google/cloud/securitycenter/v2/external_system.proto\x1a)google/cloud/securitycenter/v2/file.proto\x1a\x35google/cloud/securitycenter/v2/group_membership.proto\x1a\x30google/cloud/securitycenter/v2/iam_binding.proto\x1a.google/cloud/securitycenter/v2/indicator.proto\x1a\x33google/cloud/securitycenter/v2/kernel_rootkit.proto\x1a/google/cloud/securitycenter/v2/kubernetes.proto\x1a\x32google/cloud/securitycenter/v2/load_balancer.proto\x1a.google/cloud/securitycenter/v2/log_entry.proto\x1a\x31google/cloud/securitycenter/v2/mitre_attack.proto\x1a-google/cloud/securitycenter/v2/notebook.proto\x1a/google/cloud/securitycenter/v2/org_policy.proto\x1a,google/cloud/securitycenter/v2/process.proto\x1a\x33google/cloud/securitycenter/v2/security_marks.proto\x1a\x35google/cloud/securitycenter/v2/security_posture.proto\x1a\x36google/cloud/securitycenter/v2/toxic_combination.proto\x1a\x32google/cloud/securitycenter/v2/vulnerability.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\
|
43
|
+
descriptor_data = "\n,google/cloud/securitycenter/v2/finding.proto\x12\x1egoogle.cloud.securitycenter.v2\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a+google/cloud/securitycenter/v2/access.proto\x1a\x30google/cloud/securitycenter/v2/application.proto\x1a\x34google/cloud/securitycenter/v2/attack_exposure.proto\x1a=google/cloud/securitycenter/v2/backup_disaster_recovery.proto\x1a\x30google/cloud/securitycenter/v2/cloud_armor.proto\x1a;google/cloud/securitycenter/v2/cloud_dlp_data_profile.proto\x1a\x39google/cloud/securitycenter/v2/cloud_dlp_inspection.proto\x1a/google/cloud/securitycenter/v2/compliance.proto\x1a/google/cloud/securitycenter/v2/connection.proto\x1a\x34google/cloud/securitycenter/v2/contact_details.proto\x1a.google/cloud/securitycenter/v2/container.proto\x1a-google/cloud/securitycenter/v2/database.proto\x1a\x31google/cloud/securitycenter/v2/exfiltration.proto\x1a\x34google/cloud/securitycenter/v2/external_system.proto\x1a)google/cloud/securitycenter/v2/file.proto\x1a\x35google/cloud/securitycenter/v2/group_membership.proto\x1a\x30google/cloud/securitycenter/v2/iam_binding.proto\x1a.google/cloud/securitycenter/v2/indicator.proto\x1a\x33google/cloud/securitycenter/v2/kernel_rootkit.proto\x1a/google/cloud/securitycenter/v2/kubernetes.proto\x1a\x32google/cloud/securitycenter/v2/load_balancer.proto\x1a.google/cloud/securitycenter/v2/log_entry.proto\x1a\x31google/cloud/securitycenter/v2/mitre_attack.proto\x1a-google/cloud/securitycenter/v2/notebook.proto\x1a/google/cloud/securitycenter/v2/org_policy.proto\x1a,google/cloud/securitycenter/v2/process.proto\x1a\x33google/cloud/securitycenter/v2/security_marks.proto\x1a\x35google/cloud/securitycenter/v2/security_posture.proto\x1a\x36google/cloud/securitycenter/v2/toxic_combination.proto\x1a\x32google/cloud/securitycenter/v2/vulnerability.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x93#\n\x07\x46inding\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x1b\n\x0e\x63\x61nonical_name\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x0e\n\x06parent\x18\x03 \x01(\t\x12\x1a\n\rresource_name\x18\x04 \x01(\tB\x03\xe0\x41\x05\x12\x41\n\x05state\x18\x06 \x01(\x0e\x32-.google.cloud.securitycenter.v2.Finding.StateB\x03\xe0\x41\x03\x12\x15\n\x08\x63\x61tegory\x18\x07 \x01(\tB\x03\xe0\x41\x05\x12\x14\n\x0c\x65xternal_uri\x18\x08 \x01(\t\x12X\n\x11source_properties\x18\t \x03(\x0b\x32=.google.cloud.securitycenter.v2.Finding.SourcePropertiesEntry\x12J\n\x0esecurity_marks\x18\n \x01(\x0b\x32-.google.cloud.securitycenter.v2.SecurityMarksB\x03\xe0\x41\x03\x12.\n\nevent_time\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x0b\x63reate_time\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x42\n\x08severity\x18\x0e \x01(\x0e\x32\x30.google.cloud.securitycenter.v2.Finding.Severity\x12:\n\x04mute\x18\x0f \x01(\x0e\x32,.google.cloud.securitycenter.v2.Finding.Mute\x12H\n\tmute_info\x18\x35 \x01(\x0b\x32\x30.google.cloud.securitycenter.v2.Finding.MuteInfoB\x03\xe0\x41\x03\x12K\n\rfinding_class\x18\x10 \x01(\x0e\x32\x34.google.cloud.securitycenter.v2.Finding.FindingClass\x12<\n\tindicator\x18\x11 \x01(\x0b\x32).google.cloud.securitycenter.v2.Indicator\x12\x44\n\rvulnerability\x18\x12 \x01(\x0b\x32-.google.cloud.securitycenter.v2.Vulnerability\x12\x39\n\x10mute_update_time\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12[\n\x10\x65xternal_systems\x18\x14 \x03(\x0b\x32<.google.cloud.securitycenter.v2.Finding.ExternalSystemsEntryB\x03\xe0\x41\x03\x12\x41\n\x0cmitre_attack\x18\x15 \x01(\x0b\x32+.google.cloud.securitycenter.v2.MitreAttack\x12\x36\n\x06\x61\x63\x63\x65ss\x18\x16 \x01(\x0b\x32&.google.cloud.securitycenter.v2.Access\x12?\n\x0b\x63onnections\x18\x17 \x03(\x0b\x32*.google.cloud.securitycenter.v2.Connection\x12\x16\n\x0emute_initiator\x18\x18 \x01(\t\x12:\n\tprocesses\x18\x19 \x03(\x0b\x32\'.google.cloud.securitycenter.v2.Process\x12L\n\x08\x63ontacts\x18\x1a \x03(\x0b\x32\x35.google.cloud.securitycenter.v2.Finding.ContactsEntryB\x03\xe0\x41\x03\x12?\n\x0b\x63ompliances\x18\x1b \x03(\x0b\x32*.google.cloud.securitycenter.v2.Compliance\x12 \n\x13parent_display_name\x18\x1d \x01(\tB\x03\xe0\x41\x03\x12\x13\n\x0b\x64\x65scription\x18\x1e \x01(\t\x12\x42\n\x0c\x65xfiltration\x18\x1f \x01(\x0b\x32,.google.cloud.securitycenter.v2.Exfiltration\x12@\n\x0ciam_bindings\x18 \x03(\x0b\x32*.google.cloud.securitycenter.v2.IamBinding\x12\x12\n\nnext_steps\x18! \x01(\t\x12\x13\n\x0bmodule_name\x18\" \x01(\t\x12=\n\ncontainers\x18# \x03(\x0b\x32).google.cloud.securitycenter.v2.Container\x12>\n\nkubernetes\x18$ \x01(\x0b\x32*.google.cloud.securitycenter.v2.Kubernetes\x12:\n\x08\x64\x61tabase\x18% \x01(\x0b\x32(.google.cloud.securitycenter.v2.Database\x12G\n\x0f\x61ttack_exposure\x18& \x01(\x0b\x32..google.cloud.securitycenter.v2.AttackExposure\x12\x33\n\x05\x66iles\x18\' \x03(\x0b\x32$.google.cloud.securitycenter.v2.File\x12P\n\x14\x63loud_dlp_inspection\x18( \x01(\x0b\x32\x32.google.cloud.securitycenter.v2.CloudDlpInspection\x12S\n\x16\x63loud_dlp_data_profile\x18) \x01(\x0b\x32\x33.google.cloud.securitycenter.v2.CloudDlpDataProfile\x12\x45\n\x0ekernel_rootkit\x18* \x01(\x0b\x32-.google.cloud.securitycenter.v2.KernelRootkit\x12?\n\x0corg_policies\x18+ \x03(\x0b\x32).google.cloud.securitycenter.v2.OrgPolicy\x12@\n\x0b\x61pplication\x18- \x01(\x0b\x32+.google.cloud.securitycenter.v2.Application\x12X\n\x18\x62\x61\x63kup_disaster_recovery\x18/ \x01(\x0b\x32\x36.google.cloud.securitycenter.v2.BackupDisasterRecovery\x12I\n\x10security_posture\x18\x30 \x01(\x0b\x32/.google.cloud.securitycenter.v2.SecurityPosture\x12=\n\x0blog_entries\x18\x31 \x03(\x0b\x32(.google.cloud.securitycenter.v2.LogEntry\x12\x44\n\x0eload_balancers\x18\x32 \x03(\x0b\x32,.google.cloud.securitycenter.v2.LoadBalancer\x12?\n\x0b\x63loud_armor\x18\x33 \x01(\x0b\x32*.google.cloud.securitycenter.v2.CloudArmor\x12:\n\x08notebook\x18\x37 \x01(\x0b\x32(.google.cloud.securitycenter.v2.Notebook\x12K\n\x11toxic_combination\x18\x38 \x01(\x0b\x32\x30.google.cloud.securitycenter.v2.ToxicCombination\x12J\n\x11group_memberships\x18\x39 \x03(\x0b\x32/.google.cloud.securitycenter.v2.GroupMembership\x1a\x93\x03\n\x08MuteInfo\x12P\n\x0bstatic_mute\x18\x01 \x01(\x0b\x32;.google.cloud.securitycenter.v2.Finding.MuteInfo.StaticMute\x12`\n\x14\x64ynamic_mute_records\x18\x02 \x03(\x0b\x32\x42.google.cloud.securitycenter.v2.Finding.MuteInfo.DynamicMuteRecord\x1ay\n\nStaticMute\x12;\n\x05state\x18\x01 \x01(\x0e\x32,.google.cloud.securitycenter.v2.Finding.Mute\x12.\n\napply_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1aX\n\x11\x44ynamicMuteRecord\x12\x13\n\x0bmute_config\x18\x01 \x01(\t\x12.\n\nmatch_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1aO\n\x15SourcePropertiesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12%\n\x05value\x18\x02 \x01(\x0b\x32\x16.google.protobuf.Value:\x02\x38\x01\x1a\x66\n\x14\x45xternalSystemsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12=\n\x05value\x18\x02 \x01(\x0b\x32..google.cloud.securitycenter.v2.ExternalSystem:\x02\x38\x01\x1a_\n\rContactsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12=\n\x05value\x18\x02 \x01(\x0b\x32..google.cloud.securitycenter.v2.ContactDetails:\x02\x38\x01\"8\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\n\n\x06\x41\x43TIVE\x10\x01\x12\x0c\n\x08INACTIVE\x10\x02\"Q\n\x08Severity\x12\x18\n\x14SEVERITY_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43RITICAL\x10\x01\x12\x08\n\x04HIGH\x10\x02\x12\n\n\x06MEDIUM\x10\x03\x12\x07\n\x03LOW\x10\x04\"C\n\x04Mute\x12\x14\n\x10MUTE_UNSPECIFIED\x10\x00\x12\t\n\x05MUTED\x10\x01\x12\x0b\n\x07UNMUTED\x10\x02\x12\r\n\tUNDEFINED\x10\x03\"\xb0\x01\n\x0c\x46indingClass\x12\x1d\n\x19\x46INDING_CLASS_UNSPECIFIED\x10\x00\x12\n\n\x06THREAT\x10\x01\x12\x11\n\rVULNERABILITY\x10\x02\x12\x14\n\x10MISCONFIGURATION\x10\x03\x12\x0f\n\x0bOBSERVATION\x10\x04\x12\r\n\tSCC_ERROR\x10\x05\x12\x15\n\x11POSTURE_VIOLATION\x10\x06\x12\x15\n\x11TOXIC_COMBINATION\x10\x07:\xdd\x03\xea\x41\xd9\x03\n%securitycenter.googleapis.com/Finding\x12@organizations/{organization}/sources/{source}/findings/{finding}\x12Uorganizations/{organization}/sources/{source}/locations/{location}/findings/{finding}\x12\x34\x66olders/{folder}/sources/{source}/findings/{finding}\x12Ifolders/{folder}/sources/{source}/locations/{location}/findings/{finding}\x12\x36projects/{project}/sources/{source}/findings/{finding}\x12Kprojects/{project}/sources/{source}/locations/{location}/findings/{finding}*\x08\x66indings2\x07\x66indingB\xe6\x01\n\"com.google.cloud.securitycenter.v2B\x0c\x46indingProtoP\x01ZJcloud.google.com/go/securitycenter/apiv2/securitycenterpb;securitycenterpb\xaa\x02\x1eGoogle.Cloud.SecurityCenter.V2\xca\x02\x1eGoogle\\Cloud\\SecurityCenter\\V2\xea\x02!Google::Cloud::SecurityCenter::V2b\x06proto3"
|
44
44
|
|
45
45
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
46
46
|
|
@@ -103,6 +103,9 @@ module Google
|
|
103
103
|
module SecurityCenter
|
104
104
|
module V2
|
105
105
|
Finding = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.securitycenter.v2.Finding").msgclass
|
106
|
+
Finding::MuteInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.securitycenter.v2.Finding.MuteInfo").msgclass
|
107
|
+
Finding::MuteInfo::StaticMute = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.securitycenter.v2.Finding.MuteInfo.StaticMute").msgclass
|
108
|
+
Finding::MuteInfo::DynamicMuteRecord = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.securitycenter.v2.Finding.MuteInfo.DynamicMuteRecord").msgclass
|
106
109
|
Finding::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.securitycenter.v2.Finding.State").enummodule
|
107
110
|
Finding::Severity = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.securitycenter.v2.Finding.Severity").enummodule
|
108
111
|
Finding::Mute = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.securitycenter.v2.Finding.Mute").enummodule
|
@@ -5,7 +5,7 @@
|
|
5
5
|
require 'google/protobuf'
|
6
6
|
|
7
7
|
|
8
|
-
descriptor_data = "\n1google/cloud/securitycenter/v2/mitre_attack.proto\x12\x1egoogle.cloud.securitycenter.v2\"\
|
8
|
+
descriptor_data = "\n1google/cloud/securitycenter/v2/mitre_attack.proto\x12\x1egoogle.cloud.securitycenter.v2\"\xbc\x13\n\x0bMitreAttack\x12J\n\x0eprimary_tactic\x18\x01 \x01(\x0e\x32\x32.google.cloud.securitycenter.v2.MitreAttack.Tactic\x12Q\n\x12primary_techniques\x18\x02 \x03(\x0e\x32\x35.google.cloud.securitycenter.v2.MitreAttack.Technique\x12N\n\x12\x61\x64\x64itional_tactics\x18\x03 \x03(\x0e\x32\x32.google.cloud.securitycenter.v2.MitreAttack.Tactic\x12T\n\x15\x61\x64\x64itional_techniques\x18\x04 \x03(\x0e\x32\x35.google.cloud.securitycenter.v2.MitreAttack.Technique\x12\x0f\n\x07version\x18\x05 \x01(\t\"\xb4\x02\n\x06Tactic\x12\x16\n\x12TACTIC_UNSPECIFIED\x10\x00\x12\x12\n\x0eRECONNAISSANCE\x10\x01\x12\x18\n\x14RESOURCE_DEVELOPMENT\x10\x02\x12\x12\n\x0eINITIAL_ACCESS\x10\x05\x12\r\n\tEXECUTION\x10\x03\x12\x0f\n\x0bPERSISTENCE\x10\x06\x12\x18\n\x14PRIVILEGE_ESCALATION\x10\x08\x12\x13\n\x0f\x44\x45\x46\x45NSE_EVASION\x10\x07\x12\x15\n\x11\x43REDENTIAL_ACCESS\x10\t\x12\r\n\tDISCOVERY\x10\n\x12\x14\n\x10LATERAL_MOVEMENT\x10\x0b\x12\x0e\n\nCOLLECTION\x10\x0c\x12\x17\n\x13\x43OMMAND_AND_CONTROL\x10\x04\x12\x10\n\x0c\x45XFILTRATION\x10\r\x12\n\n\x06IMPACT\x10\x0e\"\x9f\x0e\n\tTechnique\x12\x19\n\x15TECHNIQUE_UNSPECIFIED\x10\x00\x12\x10\n\x0cMASQUERADING\x10\x31\x12%\n!MATCH_LEGITIMATE_NAME_OR_LOCATION\x10\x32\x12(\n$BOOT_OR_LOGON_INITIALIZATION_SCRIPTS\x10%\x12\x11\n\rSTARTUP_ITEMS\x10&\x12\x1d\n\x19NETWORK_SERVICE_DISCOVERY\x10 \x12\x15\n\x11PROCESS_DISCOVERY\x10\x38\x12%\n!COMMAND_AND_SCRIPTING_INTERPRETER\x10\x06\x12\x0e\n\nUNIX_SHELL\x10\x07\x12\n\n\x06PYTHON\x10;\x12)\n%EXPLOITATION_FOR_PRIVILEGE_ESCALATION\x10?\x12\x1f\n\x1bPERMISSION_GROUPS_DISCOVERY\x10\x12\x12\x10\n\x0c\x43LOUD_GROUPS\x10\x13\x12#\n\x1fINDICATOR_REMOVAL_FILE_DELETION\x10@\x12\x1e\n\x1a\x41PPLICATION_LAYER_PROTOCOL\x10-\x12\x07\n\x03\x44NS\x10.\x12\x1d\n\x19SOFTWARE_DEPLOYMENT_TOOLS\x10/\x12\x12\n\x0eVALID_ACCOUNTS\x10\x0e\x12\x14\n\x10\x44\x45\x46\x41ULT_ACCOUNTS\x10#\x12\x12\n\x0eLOCAL_ACCOUNTS\x10\x0f\x12\x12\n\x0e\x43LOUD_ACCOUNTS\x10\x10\x12\t\n\x05PROXY\x10\t\x12\x12\n\x0e\x45XTERNAL_PROXY\x10\n\x12\x13\n\x0fMULTI_HOP_PROXY\x10\x0b\x12\x18\n\x14\x41\x43\x43OUNT_MANIPULATION\x10\x16\x12 \n\x1c\x41\x44\x44ITIONAL_CLOUD_CREDENTIALS\x10(\x12\x17\n\x13SSH_AUTHORIZED_KEYS\x10\x17\x12&\n\"ADDITIONAL_CONTAINER_CLUSTER_ROLES\x10:\x12\x19\n\x15INGRESS_TOOL_TRANSFER\x10\x03\x12\x0e\n\nNATIVE_API\x10\x04\x12\x0f\n\x0b\x42RUTE_FORCE\x10,\x12\x12\n\x0eSHARED_MODULES\x10\x05\x12\x1d\n\x19\x41\x43\x43\x45SS_TOKEN_MANIPULATION\x10!\x12 \n\x1cTOKEN_IMPERSONATION_OR_THEFT\x10\'\x12%\n!EXPLOIT_PUBLIC_FACING_APPLICATION\x10\x1b\x12\x1e\n\x1a\x44OMAIN_POLICY_MODIFICATION\x10\x1e\x12\x14\n\x10\x44\x41TA_DESTRUCTION\x10\x1d\x12\x10\n\x0cSERVICE_STOP\x10\x34\x12\x1b\n\x17INHIBIT_SYSTEM_RECOVERY\x10$\x12\x16\n\x12RESOURCE_HIJACKING\x10\x08\x12\x1d\n\x19NETWORK_DENIAL_OF_SERVICE\x10\x11\x12\x1b\n\x17\x43LOUD_SERVICE_DISCOVERY\x10\x30\x12\"\n\x1eSTEAL_APPLICATION_ACCESS_TOKEN\x10*\x12\x1a\n\x16\x41\x43\x43OUNT_ACCESS_REMOVAL\x10\x33\x12\x1c\n\x18STEAL_WEB_SESSION_COOKIE\x10\x19\x12#\n\x1f\x43REATE_OR_MODIFY_SYSTEM_PROCESS\x10\x18\x12%\n!ABUSE_ELEVATION_CONTROL_MECHANISM\x10\"\x12\x19\n\x15UNSECURED_CREDENTIALS\x10\r\x12!\n\x1dMODIFY_AUTHENTICATION_PROCESS\x10\x1c\x12\x13\n\x0fIMPAIR_DEFENSES\x10\x1f\x12\x1b\n\x17\x44ISABLE_OR_MODIFY_TOOLS\x10\x37\x12!\n\x1d\x45XFILTRATION_OVER_WEB_SERVICE\x10\x14\x12!\n\x1d\x45XFILTRATION_TO_CLOUD_STORAGE\x10\x15\x12\x16\n\x12\x44YNAMIC_RESOLUTION\x10\x0c\x12\x19\n\x15LATERAL_TOOL_TRANSFER\x10)\x12\'\n#MODIFY_CLOUD_COMPUTE_INFRASTRUCTURE\x10\x1a\x12\x13\n\x0f\x43REATE_SNAPSHOT\x10\x36\x12\"\n\x1e\x43LOUD_INFRASTRUCTURE_DISCOVERY\x10\x35\x12\x17\n\x13OBTAIN_CAPABILITIES\x10+\x12\x13\n\x0f\x41\x43TIVE_SCANNING\x10\x01\x12\x16\n\x12SCANNING_IP_BLOCKS\x10\x02\x12$\n CONTAINER_ADMINISTRATION_COMMAND\x10<\x12\x12\n\x0e\x45SCAPE_TO_HOST\x10=\x12$\n CONTAINER_AND_RESOURCE_DISCOVERY\x10\x39\x12.\n*STEAL_OR_FORGE_AUTHENTICATION_CERTIFICATES\x10>B\xea\x01\n\"com.google.cloud.securitycenter.v2B\x10MitreAttackProtoP\x01ZJcloud.google.com/go/securitycenter/apiv2/securitycenterpb;securitycenterpb\xaa\x02\x1eGoogle.Cloud.SecurityCenter.V2\xca\x02\x1eGoogle\\Cloud\\SecurityCenter\\V2\xea\x02!Google::Cloud::SecurityCenter::V2b\x06proto3"
|
9
9
|
|
10
10
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
11
11
|
|
@@ -9,7 +9,7 @@ require 'google/api/resource_pb'
|
|
9
9
|
require 'google/protobuf/timestamp_pb'
|
10
10
|
|
11
11
|
|
12
|
-
descriptor_data = "\n0google/cloud/securitycenter/v2/mute_config.proto\x12\x1egoogle.cloud.securitycenter.v2\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\
|
12
|
+
descriptor_data = "\n0google/cloud/securitycenter/v2/mute_config.proto\x12\x1egoogle.cloud.securitycenter.v2\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xd4\x06\n\nMuteConfig\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x13\n\x06\x66ilter\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x34\n\x0b\x63reate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x1f\n\x12most_recent_editor\x18\x06 \x01(\tB\x03\xe0\x41\x03\x12L\n\x04type\x18\x08 \x01(\x0e\x32\x39.google.cloud.securitycenter.v2.MuteConfig.MuteConfigTypeB\x03\xe0\x41\x02\x12\x34\n\x0b\x65xpiry_time\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x01\"K\n\x0eMuteConfigType\x12 \n\x1cMUTE_CONFIG_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06STATIC\x10\x01\x12\x0b\n\x07\x44YNAMIC\x10\x02:\xaa\x03\xea\x41\xa6\x03\n(securitycenter.googleapis.com/MuteConfig\x12\x36organizations/{organization}/muteConfigs/{mute_config}\x12Korganizations/{organization}/locations/{location}/muteConfigs/{mute_config}\x12*folders/{folder}/muteConfigs/{mute_config}\x12?folders/{folder}/locations/{location}/muteConfigs/{mute_config}\x12,projects/{project}/muteConfigs/{mute_config}\x12\x41projects/{project}/locations/{location}/muteConfigs/{mute_config}*\x0bmuteConfigs2\nmuteConfigB\xe9\x01\n\"com.google.cloud.securitycenter.v2B\x0fMuteConfigProtoP\x01ZJcloud.google.com/go/securitycenter/apiv2/securitycenterpb;securitycenterpb\xaa\x02\x1eGoogle.Cloud.SecurityCenter.V2\xca\x02\x1eGoogle\\Cloud\\SecurityCenter\\V2\xea\x02!Google::Cloud::SecurityCenter::V2b\x06proto3"
|
13
13
|
|
14
14
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
15
15
|
|
@@ -8,7 +8,7 @@ require 'google/api/field_behavior_pb'
|
|
8
8
|
require 'google/api/resource_pb'
|
9
9
|
|
10
10
|
|
11
|
-
descriptor_data = "\n8google/cloud/securitycenter/v2/notification_config.proto\x12\x1egoogle.cloud.securitycenter.v2\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\"\
|
11
|
+
descriptor_data = "\n8google/cloud/securitycenter/v2/notification_config.proto\x12\x1egoogle.cloud.securitycenter.v2\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\"\x89\x05\n\x12NotificationConfig\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x36\n\x0cpubsub_topic\x18\x03 \x01(\tB \xfa\x41\x1d\n\x1bpubsub.googleapis.com/Topic\x12\x1c\n\x0fservice_account\x18\x04 \x01(\tB\x03\xe0\x41\x03\x12^\n\x10streaming_config\x18\x05 \x01(\x0b\x32\x42.google.cloud.securitycenter.v2.NotificationConfig.StreamingConfigH\x00\x1a!\n\x0fStreamingConfig\x12\x0e\n\x06\x66ilter\x18\x01 \x01(\t:\xe0\x02\xea\x41\xdc\x02\n0securitycenter.googleapis.com/NotificationConfig\x12[organizations/{organization}/locations/{location}/notificationConfigs/{notification_config}\x12Ofolders/{folder}/locations/{location}/notificationConfigs/{notification_config}\x12Qprojects/{project}/locations/{location}/notificationConfigs/{notification_config}*\x13notificationConfigs2\x12notificationConfigB\x0f\n\rnotify_configB\xb4\x02\n\"com.google.cloud.securitycenter.v2B\x17NotificationConfigProtoP\x01ZJcloud.google.com/go/securitycenter/apiv2/securitycenterpb;securitycenterpb\xaa\x02\x1eGoogle.Cloud.SecurityCenter.V2\xca\x02\x1eGoogle\\Cloud\\SecurityCenter\\V2\xea\x02!Google::Cloud::SecurityCenter::V2\xea\x41@\n\x1bpubsub.googleapis.com/Topic\x12!projects/{project}/topics/{topic}b\x06proto3"
|
12
12
|
|
13
13
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
14
14
|
|
@@ -10,7 +10,7 @@ require 'google/cloud/securitycenter/v2/resource_pb'
|
|
10
10
|
require 'google/protobuf/timestamp_pb'
|
11
11
|
|
12
12
|
|
13
|
-
descriptor_data = "\n:google/cloud/securitycenter/v2/resource_value_config.proto\x12\x1egoogle.cloud.securitycenter.v2\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a-google/cloud/securitycenter/v2/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xf9\x08\n\x13ResourceValueConfig\x12\
|
13
|
+
descriptor_data = "\n:google/cloud/securitycenter/v2/resource_value_config.proto\x12\x1egoogle.cloud.securitycenter.v2\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a-google/cloud/securitycenter/v2/resource.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xf9\x08\n\x13ResourceValueConfig\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12\x45\n\x0eresource_value\x18\x02 \x01(\x0e\x32-.google.cloud.securitycenter.v2.ResourceValue\x12\x12\n\ntag_values\x18\x03 \x03(\t\x12\x15\n\rresource_type\x18\x04 \x01(\t\x12\r\n\x05scope\x18\x05 \x01(\t\x12q\n\x18resource_labels_selector\x18\x06 \x03(\x0b\x32O.google.cloud.securitycenter.v2.ResourceValueConfig.ResourceLabelsSelectorEntry\x12\x13\n\x0b\x64\x65scription\x18\x07 \x01(\t\x12\x34\n\x0b\x63reate_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x45\n\x0e\x63loud_provider\x18\n \x01(\x0e\x32-.google.cloud.securitycenter.v2.CloudProvider\x12}\n!sensitive_data_protection_mapping\x18\x0b \x01(\x0b\x32R.google.cloud.securitycenter.v2.ResourceValueConfig.SensitiveDataProtectionMapping\x1a\xc4\x01\n\x1eSensitiveDataProtectionMapping\x12O\n\x18high_sensitivity_mapping\x18\x01 \x01(\x0e\x32-.google.cloud.securitycenter.v2.ResourceValue\x12Q\n\x1amedium_sensitivity_mapping\x18\x02 \x01(\x0e\x32-.google.cloud.securitycenter.v2.ResourceValue\x1a=\n\x1bResourceLabelsSelectorEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:\x8d\x02\xea\x41\x89\x02\n1securitycenter.googleapis.com/ResourceValueConfig\x12Iorganizations/{organization}/resourceValueConfigs/{resource_value_config}\x12^organizations/{organization}/locations/{location}/resourceValueConfigs/{resource_value_config}*\x14resourceValueConfigs2\x13resourceValueConfig*X\n\rResourceValue\x12\x1e\n\x1aRESOURCE_VALUE_UNSPECIFIED\x10\x00\x12\x08\n\x04HIGH\x10\x01\x12\n\n\x06MEDIUM\x10\x02\x12\x07\n\x03LOW\x10\x03\x12\x08\n\x04NONE\x10\x04\x42\xf2\x01\n\"com.google.cloud.securitycenter.v2B\x18ResourceValueConfigProtoP\x01ZJcloud.google.com/go/securitycenter/apiv2/securitycenterpb;securitycenterpb\xaa\x02\x1eGoogle.Cloud.SecurityCenter.V2\xca\x02\x1eGoogle\\Cloud\\SecurityCenter\\V2\xea\x02!Google::Cloud::SecurityCenter::V2b\x06proto3"
|
14
14
|
|
15
15
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
16
16
|
|