google-apis-securitycenter_v1 0.82.0 → 0.84.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 +460 -82
- data/lib/google/apis/securitycenter_v1/gem_version.rb +2 -2
- data/lib/google/apis/securitycenter_v1/representations.rb +188 -0
- data/lib/google/apis/securitycenter_v1/service.rb +529 -520
- metadata +3 -3
@@ -54,9 +54,9 @@ module Google
|
|
54
54
|
|
55
55
|
# Filters an organization's assets and groups them by their specified properties.
|
56
56
|
# @param [String] parent
|
57
|
-
# Required. The name of the parent to group the assets by. Its format is
|
58
|
-
# organizations/[organization_id]
|
59
|
-
# project_id]
|
57
|
+
# Required. The name of the parent to group the assets by. Its format is `
|
58
|
+
# organizations/[organization_id]`, `folders/[folder_id]`, or `projects/[
|
59
|
+
# project_id]`.
|
60
60
|
# @param [Google::Apis::SecuritycenterV1::GroupAssetsRequest] group_assets_request_object
|
61
61
|
# @param [String] fields
|
62
62
|
# Selector specifying which fields to include in a partial response.
|
@@ -91,8 +91,8 @@ module Google
|
|
91
91
|
# @param [String] parent
|
92
92
|
# Required. The name of the parent resource that contains the assets. The value
|
93
93
|
# that you can specify on parent depends on the method in which you specify
|
94
|
-
# parent. You can specify one of the following values:
|
95
|
-
# organization_id]
|
94
|
+
# parent. You can specify one of the following values: `organizations/[
|
95
|
+
# organization_id]`, `folders/[folder_id]`, or `projects/[project_id]`.
|
96
96
|
# @param [String] compare_duration
|
97
97
|
# When compare_duration is set, the ListAssetsResult's "state_change" attribute
|
98
98
|
# is updated to indicate whether the asset was added, removed, or remained
|
@@ -255,8 +255,8 @@ module Google
|
|
255
255
|
# Creates a BigQuery export.
|
256
256
|
# @param [String] parent
|
257
257
|
# Required. The name of the parent resource of the new BigQuery export. Its
|
258
|
-
# format is
|
259
|
-
# projects/[project_id]
|
258
|
+
# format is `organizations/[organization_id]`, `folders/[folder_id]`, or `
|
259
|
+
# projects/[project_id]`.
|
260
260
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1BigQueryExport] google_cloud_securitycenter_v1_big_query_export_object
|
261
261
|
# @param [String] big_query_export_id
|
262
262
|
# Required. Unique identifier provided by the client within the parent scope. It
|
@@ -295,9 +295,10 @@ module Google
|
|
295
295
|
|
296
296
|
# Deletes an existing BigQuery export.
|
297
297
|
# @param [String] name
|
298
|
-
# Required. The name of the BigQuery export to delete. Its format is
|
299
|
-
# organizations/`organization`/bigQueryExports/`export_id
|
300
|
-
# bigQueryExports/`export_id
|
298
|
+
# Required. The name of the BigQuery export to delete. Its format is `
|
299
|
+
# organizations/`organization`/bigQueryExports/`export_id``, `folders/`folder`/
|
300
|
+
# bigQueryExports/`export_id``, or `projects/`project`/bigQueryExports/`
|
301
|
+
# export_id``
|
301
302
|
# @param [String] fields
|
302
303
|
# Selector specifying which fields to include in a partial response.
|
303
304
|
# @param [String] quota_user
|
@@ -327,9 +328,10 @@ module Google
|
|
327
328
|
|
328
329
|
# Gets a BigQuery export.
|
329
330
|
# @param [String] name
|
330
|
-
# Required. Name of the BigQuery export to retrieve. Its format is
|
331
|
-
#
|
332
|
-
# export_id
|
331
|
+
# Required. Name of the BigQuery export to retrieve. Its format is `
|
332
|
+
# organizations/`organization`/bigQueryExports/`export_id``, `folders/`folder`/
|
333
|
+
# bigQueryExports/`export_id``, or `projects/`project`/bigQueryExports/`
|
334
|
+
# export_id``
|
333
335
|
# @param [String] fields
|
334
336
|
# Selector specifying which fields to include in a partial response.
|
335
337
|
# @param [String] quota_user
|
@@ -364,8 +366,8 @@ module Google
|
|
364
366
|
# returned.
|
365
367
|
# @param [String] parent
|
366
368
|
# Required. The parent, which owns the collection of BigQuery exports. Its
|
367
|
-
# format is
|
368
|
-
# project_id]
|
369
|
+
# format is `organizations/[organization_id]`, `folders/[folder_id]`, `projects/[
|
370
|
+
# project_id]`.
|
369
371
|
# @param [Fixnum] page_size
|
370
372
|
# The maximum number of configs to return. The service may return fewer than
|
371
373
|
# this value. If unspecified, at most 10 configs will be returned. The maximum
|
@@ -448,9 +450,9 @@ module Google
|
|
448
450
|
# Validates the given Event Threat Detection custom module.
|
449
451
|
# @param [String] parent
|
450
452
|
# Required. Resource name of the parent to validate the Custom Module under. Its
|
451
|
-
# format is: *
|
452
|
-
# folders/`folder`/eventThreatDetectionSettings
|
453
|
-
# eventThreatDetectionSettings
|
453
|
+
# format is: * `organizations/`organization`/eventThreatDetectionSettings`. * `
|
454
|
+
# folders/`folder`/eventThreatDetectionSettings`. * `projects/`project`/
|
455
|
+
# eventThreatDetectionSettings`.
|
454
456
|
# @param [Google::Apis::SecuritycenterV1::ValidateEventThreatDetectionCustomModuleRequest] validate_event_threat_detection_custom_module_request_object
|
455
457
|
# @param [String] fields
|
456
458
|
# Selector specifying which fields to include in a partial response.
|
@@ -485,10 +487,10 @@ module Google
|
|
485
487
|
# given Resource Manager parent, and also creates inherited custom modules for
|
486
488
|
# all descendants of the given parent. These modules are enabled by default.
|
487
489
|
# @param [String] parent
|
488
|
-
# Required. The new custom module's parent. Its format is: *
|
489
|
-
# organization`/eventThreatDetectionSettings
|
490
|
-
# eventThreatDetectionSettings
|
491
|
-
# eventThreatDetectionSettings
|
490
|
+
# Required. The new custom module's parent. Its format is: * `organizations/`
|
491
|
+
# organization`/eventThreatDetectionSettings`. * `folders/`folder`/
|
492
|
+
# eventThreatDetectionSettings`. * `projects/`project`/
|
493
|
+
# eventThreatDetectionSettings`.
|
492
494
|
# @param [Google::Apis::SecuritycenterV1::EventThreatDetectionCustomModule] event_threat_detection_custom_module_object
|
493
495
|
# @param [String] fields
|
494
496
|
# Selector specifying which fields to include in a partial response.
|
@@ -523,10 +525,10 @@ module Google
|
|
523
525
|
# descendants in the Resource Manager hierarchy. This method is only supported
|
524
526
|
# for resident custom modules.
|
525
527
|
# @param [String] name
|
526
|
-
# Required. Name of the custom module to delete. Its format is: *
|
527
|
-
# `organization`/eventThreatDetectionSettings/customModules/`module
|
528
|
-
# folders/`folder`/eventThreatDetectionSettings/customModules/`module
|
529
|
-
# projects/`project`/eventThreatDetectionSettings/customModules/`module
|
528
|
+
# Required. Name of the custom module to delete. Its format is: * `organizations/
|
529
|
+
# `organization`/eventThreatDetectionSettings/customModules/`module``. * `
|
530
|
+
# folders/`folder`/eventThreatDetectionSettings/customModules/`module``. * `
|
531
|
+
# projects/`project`/eventThreatDetectionSettings/customModules/`module``.
|
530
532
|
# @param [String] fields
|
531
533
|
# Selector specifying which fields to include in a partial response.
|
532
534
|
# @param [String] quota_user
|
@@ -556,10 +558,10 @@ module Google
|
|
556
558
|
|
557
559
|
# Gets an Event Threat Detection custom module.
|
558
560
|
# @param [String] name
|
559
|
-
# Required. Name of the custom module to get. Its format is: *
|
560
|
-
# organization`/eventThreatDetectionSettings/customModules/`module
|
561
|
-
# `folder`/eventThreatDetectionSettings/customModules/`module
|
562
|
-
# project`/eventThreatDetectionSettings/customModules/`module
|
561
|
+
# Required. Name of the custom module to get. Its format is: * `organizations/`
|
562
|
+
# organization`/eventThreatDetectionSettings/customModules/`module``. * `folders/
|
563
|
+
# `folder`/eventThreatDetectionSettings/customModules/`module``. * `projects/`
|
564
|
+
# project`/eventThreatDetectionSettings/customModules/`module``.
|
563
565
|
# @param [String] fields
|
564
566
|
# Selector specifying which fields to include in a partial response.
|
565
567
|
# @param [String] quota_user
|
@@ -591,10 +593,10 @@ module Google
|
|
591
593
|
# parent. This includes resident modules defined at the scope of the parent
|
592
594
|
# along with modules inherited from ancestors.
|
593
595
|
# @param [String] parent
|
594
|
-
# Required. Name of the parent to list custom modules under. Its format is: *
|
595
|
-
# organizations/`organization`/eventThreatDetectionSettings
|
596
|
-
# /eventThreatDetectionSettings
|
597
|
-
# eventThreatDetectionSettings
|
596
|
+
# Required. Name of the parent to list custom modules under. Its format is: * `
|
597
|
+
# organizations/`organization`/eventThreatDetectionSettings`. * `folders/`folder`
|
598
|
+
# /eventThreatDetectionSettings`. * `projects/`project`/
|
599
|
+
# eventThreatDetectionSettings`.
|
598
600
|
# @param [Fixnum] page_size
|
599
601
|
# The maximum number of modules to return. The service may return fewer than
|
600
602
|
# this value. If unspecified, at most 10 configs will be returned. The maximum
|
@@ -636,10 +638,10 @@ module Google
|
|
636
638
|
# Lists all resident Event Threat Detection custom modules under the given
|
637
639
|
# Resource Manager parent and its descendants.
|
638
640
|
# @param [String] parent
|
639
|
-
# Required. Name of the parent to list custom modules under. Its format is: *
|
640
|
-
# organizations/`organization`/eventThreatDetectionSettings
|
641
|
-
# /eventThreatDetectionSettings
|
642
|
-
# eventThreatDetectionSettings
|
641
|
+
# Required. Name of the parent to list custom modules under. Its format is: * `
|
642
|
+
# organizations/`organization`/eventThreatDetectionSettings`. * `folders/`folder`
|
643
|
+
# /eventThreatDetectionSettings`. * `projects/`project`/
|
644
|
+
# eventThreatDetectionSettings`.
|
643
645
|
# @param [Fixnum] page_size
|
644
646
|
# The maximum number of modules to return. The service may return fewer than
|
645
647
|
# this value. If unspecified, at most 10 configs will be returned. The maximum
|
@@ -687,10 +689,10 @@ module Google
|
|
687
689
|
# cannot be changed.
|
688
690
|
# @param [String] name
|
689
691
|
# Immutable. The resource name of the Event Threat Detection custom module. Its
|
690
|
-
# format is: *
|
691
|
-
# customModules/`module
|
692
|
-
# customModules/`module
|
693
|
-
# customModules/`module
|
692
|
+
# format is: * `organizations/`organization`/eventThreatDetectionSettings/
|
693
|
+
# customModules/`module``. * `folders/`folder`/eventThreatDetectionSettings/
|
694
|
+
# customModules/`module``. * `projects/`project`/eventThreatDetectionSettings/
|
695
|
+
# customModules/`module``.
|
694
696
|
# @param [Google::Apis::SecuritycenterV1::EventThreatDetectionCustomModule] event_threat_detection_custom_module_object
|
695
697
|
# @param [String] update_mask
|
696
698
|
# The list of fields to be updated. If empty all mutable fields will be updated.
|
@@ -727,11 +729,11 @@ module Google
|
|
727
729
|
# Gets an effective Event Threat Detection custom module at the given level.
|
728
730
|
# @param [String] name
|
729
731
|
# Required. The resource name of the effective Event Threat Detection custom
|
730
|
-
# module. Its format is: *
|
731
|
-
# eventThreatDetectionSettings/effectiveCustomModules/`module
|
732
|
-
# folder`/eventThreatDetectionSettings/effectiveCustomModules/`module
|
732
|
+
# module. Its format is: * `organizations/`organization`/
|
733
|
+
# eventThreatDetectionSettings/effectiveCustomModules/`module``. * `folders/`
|
734
|
+
# folder`/eventThreatDetectionSettings/effectiveCustomModules/`module``. * `
|
733
735
|
# projects/`project`/eventThreatDetectionSettings/effectiveCustomModules/`module`
|
734
|
-
#
|
736
|
+
# `.
|
735
737
|
# @param [String] fields
|
736
738
|
# Selector specifying which fields to include in a partial response.
|
737
739
|
# @param [String] quota_user
|
@@ -763,10 +765,10 @@ module Google
|
|
763
765
|
# This includes resident modules defined at the scope of the parent along with
|
764
766
|
# modules inherited from its ancestors.
|
765
767
|
# @param [String] parent
|
766
|
-
# Required. Name of the parent to list custom modules for. Its format is: *
|
767
|
-
# organizations/`organization`/eventThreatDetectionSettings
|
768
|
-
# /eventThreatDetectionSettings
|
769
|
-
# eventThreatDetectionSettings
|
768
|
+
# Required. Name of the parent to list custom modules for. Its format is: * `
|
769
|
+
# organizations/`organization`/eventThreatDetectionSettings`. * `folders/`folder`
|
770
|
+
# /eventThreatDetectionSettings`. * `projects/`project`/
|
771
|
+
# eventThreatDetectionSettings`.
|
770
772
|
# @param [Fixnum] page_size
|
771
773
|
# The maximum number of modules to return. The service may return fewer than
|
772
774
|
# this value. If unspecified, at most 10 configs will be returned. The maximum
|
@@ -810,9 +812,9 @@ module Google
|
|
810
812
|
# parent can be either an organization, folder or project. The findings matched
|
811
813
|
# by the filter will be muted after the LRO is done.
|
812
814
|
# @param [String] parent
|
813
|
-
# Required. The parent, at which bulk action needs to be applied. Its format is
|
814
|
-
# organizations/[organization_id]
|
815
|
-
#
|
815
|
+
# Required. The parent, at which bulk action needs to be applied. Its format is `
|
816
|
+
# organizations/[organization_id]`, `folders/[folder_id]`, `projects/[project_id]
|
817
|
+
# `.
|
816
818
|
# @param [Google::Apis::SecuritycenterV1::BulkMuteFindingsRequest] bulk_mute_findings_request_object
|
817
819
|
# @param [String] fields
|
818
820
|
# Selector specifying which fields to include in a partial response.
|
@@ -845,9 +847,9 @@ module Google
|
|
845
847
|
|
846
848
|
# Creates a mute config.
|
847
849
|
# @param [String] parent
|
848
|
-
# Required. Resource name of the new mute configs's parent. Its format is
|
849
|
-
# organizations/[organization_id]
|
850
|
-
# project_id]
|
850
|
+
# Required. Resource name of the new mute configs's parent. Its format is `
|
851
|
+
# organizations/[organization_id]`, `folders/[folder_id]`, or `projects/[
|
852
|
+
# project_id]`.
|
851
853
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1MuteConfig] google_cloud_securitycenter_v1_mute_config_object
|
852
854
|
# @param [String] mute_config_id
|
853
855
|
# Required. Unique identifier provided by the client within the parent scope. It
|
@@ -886,12 +888,12 @@ module Google
|
|
886
888
|
|
887
889
|
# Deletes an existing mute config.
|
888
890
|
# @param [String] name
|
889
|
-
# Required. Name of the mute config to delete. Its format is organizations/`
|
890
|
-
# organization`/muteConfigs/`config_id
|
891
|
-
#
|
892
|
-
# locations/global/muteConfigs/`config_id
|
893
|
-
# muteConfigs/`config_id
|
894
|
-
# config_id
|
891
|
+
# Required. Name of the mute config to delete. Its format is `organizations/`
|
892
|
+
# organization`/muteConfigs/`config_id``, `folders/`folder`/muteConfigs/`
|
893
|
+
# config_id``, `projects/`project`/muteConfigs/`config_id``, `organizations/`
|
894
|
+
# organization`/locations/global/muteConfigs/`config_id``, `folders/`folder`/
|
895
|
+
# locations/global/muteConfigs/`config_id``, or `projects/`project`/locations/
|
896
|
+
# global/muteConfigs/`config_id``.
|
895
897
|
# @param [String] fields
|
896
898
|
# Selector specifying which fields to include in a partial response.
|
897
899
|
# @param [String] quota_user
|
@@ -921,12 +923,12 @@ module Google
|
|
921
923
|
|
922
924
|
# Gets a mute config.
|
923
925
|
# @param [String] name
|
924
|
-
# Required. Name of the mute config to retrieve. Its format is organizations/`
|
925
|
-
# organization`/muteConfigs/`config_id
|
926
|
-
#
|
927
|
-
# locations/global/muteConfigs/`config_id
|
928
|
-
# muteConfigs/`config_id
|
929
|
-
# config_id
|
926
|
+
# Required. Name of the mute config to retrieve. Its format is `organizations/`
|
927
|
+
# organization`/muteConfigs/`config_id``, `folders/`folder`/muteConfigs/`
|
928
|
+
# config_id``, `projects/`project`/muteConfigs/`config_id``, `organizations/`
|
929
|
+
# organization`/locations/global/muteConfigs/`config_id``, `folders/`folder`/
|
930
|
+
# locations/global/muteConfigs/`config_id``, or `projects/`project`/locations/
|
931
|
+
# global/muteConfigs/`config_id``.
|
930
932
|
# @param [String] fields
|
931
933
|
# Selector specifying which fields to include in a partial response.
|
932
934
|
# @param [String] quota_user
|
@@ -957,8 +959,8 @@ module Google
|
|
957
959
|
# Lists mute configs.
|
958
960
|
# @param [String] parent
|
959
961
|
# Required. The parent, which owns the collection of mute configs. Its format is
|
960
|
-
#
|
961
|
-
# project_id]
|
962
|
+
# `organizations/[organization_id]`, `folders/[folder_id]`, `projects/[
|
963
|
+
# project_id]`.
|
962
964
|
# @param [Fixnum] page_size
|
963
965
|
# The maximum number of configs to return. The service may return fewer than
|
964
966
|
# this value. If unspecified, at most 10 configs will be returned. The maximum
|
@@ -998,12 +1000,12 @@ module Google
|
|
998
1000
|
|
999
1001
|
# Updates a mute config.
|
1000
1002
|
# @param [String] name
|
1001
|
-
# This field will be ignored if provided on config creation. Format
|
1002
|
-
# organizations/`organization`/muteConfigs/`mute_config`
|
1003
|
-
# muteConfigs/`mute_config`
|
1004
|
-
# organizations/`organization`/locations/global/muteConfigs/`mute_config`
|
1005
|
-
# folders/`folder`/locations/global/muteConfigs/`mute_config`
|
1006
|
-
# project`/locations/global/muteConfigs/`mute_config
|
1003
|
+
# This field will be ignored if provided on config creation. Format `
|
1004
|
+
# organizations/`organization`/muteConfigs/`mute_config`` `folders/`folder`/
|
1005
|
+
# muteConfigs/`mute_config`` `projects/`project`/muteConfigs/`mute_config`` `
|
1006
|
+
# organizations/`organization`/locations/global/muteConfigs/`mute_config`` `
|
1007
|
+
# folders/`folder`/locations/global/muteConfigs/`mute_config`` `projects/`
|
1008
|
+
# project`/locations/global/muteConfigs/`mute_config``
|
1007
1009
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1MuteConfig] google_cloud_securitycenter_v1_mute_config_object
|
1008
1010
|
# @param [String] update_mask
|
1009
1011
|
# The list of fields to be updated. If empty all mutable fields will be updated.
|
@@ -1039,9 +1041,9 @@ module Google
|
|
1039
1041
|
|
1040
1042
|
# Creates a mute config.
|
1041
1043
|
# @param [String] parent
|
1042
|
-
# Required. Resource name of the new mute configs's parent. Its format is
|
1043
|
-
# organizations/[organization_id]
|
1044
|
-
# project_id]
|
1044
|
+
# Required. Resource name of the new mute configs's parent. Its format is `
|
1045
|
+
# organizations/[organization_id]`, `folders/[folder_id]`, or `projects/[
|
1046
|
+
# project_id]`.
|
1045
1047
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1MuteConfig] google_cloud_securitycenter_v1_mute_config_object
|
1046
1048
|
# @param [String] mute_config_id
|
1047
1049
|
# Required. Unique identifier provided by the client within the parent scope. It
|
@@ -1080,12 +1082,12 @@ module Google
|
|
1080
1082
|
|
1081
1083
|
# Deletes an existing mute config.
|
1082
1084
|
# @param [String] name
|
1083
|
-
# Required. Name of the mute config to delete. Its format is organizations/`
|
1084
|
-
# organization`/muteConfigs/`config_id
|
1085
|
-
#
|
1086
|
-
# locations/global/muteConfigs/`config_id
|
1087
|
-
# muteConfigs/`config_id
|
1088
|
-
# config_id
|
1085
|
+
# Required. Name of the mute config to delete. Its format is `organizations/`
|
1086
|
+
# organization`/muteConfigs/`config_id``, `folders/`folder`/muteConfigs/`
|
1087
|
+
# config_id``, `projects/`project`/muteConfigs/`config_id``, `organizations/`
|
1088
|
+
# organization`/locations/global/muteConfigs/`config_id``, `folders/`folder`/
|
1089
|
+
# locations/global/muteConfigs/`config_id``, or `projects/`project`/locations/
|
1090
|
+
# global/muteConfigs/`config_id``.
|
1089
1091
|
# @param [String] fields
|
1090
1092
|
# Selector specifying which fields to include in a partial response.
|
1091
1093
|
# @param [String] quota_user
|
@@ -1115,12 +1117,12 @@ module Google
|
|
1115
1117
|
|
1116
1118
|
# Gets a mute config.
|
1117
1119
|
# @param [String] name
|
1118
|
-
# Required. Name of the mute config to retrieve. Its format is organizations/`
|
1119
|
-
# organization`/muteConfigs/`config_id
|
1120
|
-
#
|
1121
|
-
# locations/global/muteConfigs/`config_id
|
1122
|
-
# muteConfigs/`config_id
|
1123
|
-
# config_id
|
1120
|
+
# Required. Name of the mute config to retrieve. Its format is `organizations/`
|
1121
|
+
# organization`/muteConfigs/`config_id``, `folders/`folder`/muteConfigs/`
|
1122
|
+
# config_id``, `projects/`project`/muteConfigs/`config_id``, `organizations/`
|
1123
|
+
# organization`/locations/global/muteConfigs/`config_id``, `folders/`folder`/
|
1124
|
+
# locations/global/muteConfigs/`config_id``, or `projects/`project`/locations/
|
1125
|
+
# global/muteConfigs/`config_id``.
|
1124
1126
|
# @param [String] fields
|
1125
1127
|
# Selector specifying which fields to include in a partial response.
|
1126
1128
|
# @param [String] quota_user
|
@@ -1151,8 +1153,8 @@ module Google
|
|
1151
1153
|
# Lists mute configs.
|
1152
1154
|
# @param [String] parent
|
1153
1155
|
# Required. The parent, which owns the collection of mute configs. Its format is
|
1154
|
-
#
|
1155
|
-
# project_id]
|
1156
|
+
# `organizations/[organization_id]`, `folders/[folder_id]`, `projects/[
|
1157
|
+
# project_id]`.
|
1156
1158
|
# @param [Fixnum] page_size
|
1157
1159
|
# The maximum number of configs to return. The service may return fewer than
|
1158
1160
|
# this value. If unspecified, at most 10 configs will be returned. The maximum
|
@@ -1192,12 +1194,12 @@ module Google
|
|
1192
1194
|
|
1193
1195
|
# Updates a mute config.
|
1194
1196
|
# @param [String] name
|
1195
|
-
# This field will be ignored if provided on config creation. Format
|
1196
|
-
# organizations/`organization`/muteConfigs/`mute_config`
|
1197
|
-
# muteConfigs/`mute_config`
|
1198
|
-
# organizations/`organization`/locations/global/muteConfigs/`mute_config`
|
1199
|
-
# folders/`folder`/locations/global/muteConfigs/`mute_config`
|
1200
|
-
# project`/locations/global/muteConfigs/`mute_config
|
1197
|
+
# This field will be ignored if provided on config creation. Format `
|
1198
|
+
# organizations/`organization`/muteConfigs/`mute_config`` `folders/`folder`/
|
1199
|
+
# muteConfigs/`mute_config`` `projects/`project`/muteConfigs/`mute_config`` `
|
1200
|
+
# organizations/`organization`/locations/global/muteConfigs/`mute_config`` `
|
1201
|
+
# folders/`folder`/locations/global/muteConfigs/`mute_config`` `projects/`
|
1202
|
+
# project`/locations/global/muteConfigs/`mute_config``
|
1201
1203
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1MuteConfig] google_cloud_securitycenter_v1_mute_config_object
|
1202
1204
|
# @param [String] update_mask
|
1203
1205
|
# The list of fields to be updated. If empty all mutable fields will be updated.
|
@@ -1234,8 +1236,8 @@ module Google
|
|
1234
1236
|
# Creates a notification config.
|
1235
1237
|
# @param [String] parent
|
1236
1238
|
# Required. Resource name of the new notification config's parent. Its format is
|
1237
|
-
#
|
1238
|
-
# project_id]
|
1239
|
+
# `organizations/[organization_id]`, `folders/[folder_id]`, or `projects/[
|
1240
|
+
# project_id]`.
|
1239
1241
|
# @param [Google::Apis::SecuritycenterV1::NotificationConfig] notification_config_object
|
1240
1242
|
# @param [String] config_id
|
1241
1243
|
# Required. Unique identifier provided by the client within the parent scope. It
|
@@ -1273,10 +1275,10 @@ module Google
|
|
1273
1275
|
|
1274
1276
|
# Deletes a notification config.
|
1275
1277
|
# @param [String] name
|
1276
|
-
# Required. Name of the notification config to delete. Its format is
|
1277
|
-
# organizations/[organization_id]/notificationConfigs/[config_id]
|
1278
|
-
# folder_id]/notificationConfigs/[config_id]
|
1279
|
-
# notificationConfigs/[config_id]
|
1278
|
+
# Required. Name of the notification config to delete. Its format is `
|
1279
|
+
# organizations/[organization_id]/notificationConfigs/[config_id]`, `folders/[
|
1280
|
+
# folder_id]/notificationConfigs/[config_id]`, or `projects/[project_id]/
|
1281
|
+
# notificationConfigs/[config_id]`.
|
1280
1282
|
# @param [String] fields
|
1281
1283
|
# Selector specifying which fields to include in a partial response.
|
1282
1284
|
# @param [String] quota_user
|
@@ -1306,10 +1308,10 @@ module Google
|
|
1306
1308
|
|
1307
1309
|
# Gets a notification config.
|
1308
1310
|
# @param [String] name
|
1309
|
-
# Required. Name of the notification config to get. Its format is
|
1310
|
-
# [organization_id]/notificationConfigs/[config_id]
|
1311
|
-
# notificationConfigs/[config_id]
|
1312
|
-
# notificationConfigs/[config_id]
|
1311
|
+
# Required. Name of the notification config to get. Its format is `organizations/
|
1312
|
+
# [organization_id]/notificationConfigs/[config_id]`, `folders/[folder_id]/
|
1313
|
+
# notificationConfigs/[config_id]`, or `projects/[project_id]/
|
1314
|
+
# notificationConfigs/[config_id]`.
|
1313
1315
|
# @param [String] fields
|
1314
1316
|
# Selector specifying which fields to include in a partial response.
|
1315
1317
|
# @param [String] quota_user
|
@@ -1425,10 +1427,10 @@ module Google
|
|
1425
1427
|
# SecurityHealthAnalyticsCustomModules for all CRM descendants of the given
|
1426
1428
|
# parent. These modules are enabled by default.
|
1427
1429
|
# @param [String] parent
|
1428
|
-
# Required. Resource name of the new custom module's parent. Its format is
|
1429
|
-
# organizations/`organization`/securityHealthAnalyticsSettings
|
1430
|
-
# folder`/securityHealthAnalyticsSettings
|
1431
|
-
# securityHealthAnalyticsSettings
|
1430
|
+
# Required. Resource name of the new custom module's parent. Its format is `
|
1431
|
+
# organizations/`organization`/securityHealthAnalyticsSettings`, `folders/`
|
1432
|
+
# folder`/securityHealthAnalyticsSettings`, or `projects/`project`/
|
1433
|
+
# securityHealthAnalyticsSettings`
|
1432
1434
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule] google_cloud_securitycenter_v1_security_health_analytics_custom_module_object
|
1433
1435
|
# @param [String] fields
|
1434
1436
|
# Selector specifying which fields to include in a partial response.
|
@@ -1463,11 +1465,11 @@ module Google
|
|
1463
1465
|
# descendants in the CRM hierarchy. This method is only supported for resident
|
1464
1466
|
# custom modules.
|
1465
1467
|
# @param [String] name
|
1466
|
-
# Required. Name of the custom module to delete. Its format is
|
1467
|
-
# organization`/securityHealthAnalyticsSettings/customModules/`customModule`
|
1468
|
-
# folders/`folder`/securityHealthAnalyticsSettings/customModules/`customModule
|
1469
|
-
# or
|
1470
|
-
# customModule
|
1468
|
+
# Required. Name of the custom module to delete. Its format is `organizations/`
|
1469
|
+
# organization`/securityHealthAnalyticsSettings/customModules/`customModule``, `
|
1470
|
+
# folders/`folder`/securityHealthAnalyticsSettings/customModules/`customModule``,
|
1471
|
+
# or `projects/`project`/securityHealthAnalyticsSettings/customModules/`
|
1472
|
+
# customModule``
|
1471
1473
|
# @param [String] fields
|
1472
1474
|
# Selector specifying which fields to include in a partial response.
|
1473
1475
|
# @param [String] quota_user
|
@@ -1497,11 +1499,11 @@ module Google
|
|
1497
1499
|
|
1498
1500
|
# Retrieves a SecurityHealthAnalyticsCustomModule.
|
1499
1501
|
# @param [String] name
|
1500
|
-
# Required. Name of the custom module to get. Its format is
|
1501
|
-
# organization`/securityHealthAnalyticsSettings/customModules/`customModule`
|
1502
|
-
# folders/`folder`/securityHealthAnalyticsSettings/customModules/`customModule
|
1503
|
-
# or
|
1504
|
-
# customModule
|
1502
|
+
# Required. Name of the custom module to get. Its format is `organizations/`
|
1503
|
+
# organization`/securityHealthAnalyticsSettings/customModules/`customModule``, `
|
1504
|
+
# folders/`folder`/securityHealthAnalyticsSettings/customModules/`customModule``,
|
1505
|
+
# or `projects/`project`/securityHealthAnalyticsSettings/customModules/`
|
1506
|
+
# customModule``
|
1505
1507
|
# @param [String] fields
|
1506
1508
|
# Selector specifying which fields to include in a partial response.
|
1507
1509
|
# @param [String] quota_user
|
@@ -1533,10 +1535,10 @@ module Google
|
|
1533
1535
|
# parent. This includes resident modules defined at the scope of the parent, and
|
1534
1536
|
# inherited modules, inherited from CRM ancestors.
|
1535
1537
|
# @param [String] parent
|
1536
|
-
# Required. Name of parent to list custom modules. Its format is
|
1537
|
-
# organization`/securityHealthAnalyticsSettings
|
1538
|
-
# securityHealthAnalyticsSettings
|
1539
|
-
# securityHealthAnalyticsSettings
|
1538
|
+
# Required. Name of parent to list custom modules. Its format is `organizations/`
|
1539
|
+
# organization`/securityHealthAnalyticsSettings`, `folders/`folder`/
|
1540
|
+
# securityHealthAnalyticsSettings`, or `projects/`project`/
|
1541
|
+
# securityHealthAnalyticsSettings`
|
1540
1542
|
# @param [Fixnum] page_size
|
1541
1543
|
# The maximum number of results to return in a single response. Default is 10,
|
1542
1544
|
# minimum is 1, maximum is 1000.
|
@@ -1574,10 +1576,10 @@ module Google
|
|
1574
1576
|
# Returns a list of all resident SecurityHealthAnalyticsCustomModules under the
|
1575
1577
|
# given CRM parent and all of the parent’s CRM descendants.
|
1576
1578
|
# @param [String] parent
|
1577
|
-
# Required. Name of parent to list descendant custom modules. Its format is
|
1578
|
-
# organizations/`organization`/securityHealthAnalyticsSettings
|
1579
|
-
# folder`/securityHealthAnalyticsSettings
|
1580
|
-
# securityHealthAnalyticsSettings
|
1579
|
+
# Required. Name of parent to list descendant custom modules. Its format is `
|
1580
|
+
# organizations/`organization`/securityHealthAnalyticsSettings`, `folders/`
|
1581
|
+
# folder`/securityHealthAnalyticsSettings`, or `projects/`project`/
|
1582
|
+
# securityHealthAnalyticsSettings`
|
1581
1583
|
# @param [Fixnum] page_size
|
1582
1584
|
# The maximum number of results to return in a single response. Default is 10,
|
1583
1585
|
# minimum is 1, maximum is 1000.
|
@@ -1698,12 +1700,12 @@ module Google
|
|
1698
1700
|
|
1699
1701
|
# Retrieves an EffectiveSecurityHealthAnalyticsCustomModule.
|
1700
1702
|
# @param [String] name
|
1701
|
-
# Required. Name of the effective custom module to get. Its format is
|
1703
|
+
# Required. Name of the effective custom module to get. Its format is `
|
1702
1704
|
# organizations/`organization`/securityHealthAnalyticsSettings/
|
1703
|
-
# effectiveCustomModules/`customModule`
|
1704
|
-
# securityHealthAnalyticsSettings/effectiveCustomModules/`customModule
|
1705
|
+
# effectiveCustomModules/`customModule``, `folders/`folder`/
|
1706
|
+
# securityHealthAnalyticsSettings/effectiveCustomModules/`customModule``, or `
|
1705
1707
|
# projects/`project`/securityHealthAnalyticsSettings/effectiveCustomModules/`
|
1706
|
-
# customModule
|
1708
|
+
# customModule``
|
1707
1709
|
# @param [String] fields
|
1708
1710
|
# Selector specifying which fields to include in a partial response.
|
1709
1711
|
# @param [String] quota_user
|
@@ -1735,10 +1737,10 @@ module Google
|
|
1735
1737
|
# given parent. This includes resident modules defined at the scope of the
|
1736
1738
|
# parent, and inherited modules, inherited from CRM ancestors.
|
1737
1739
|
# @param [String] parent
|
1738
|
-
# Required. Name of parent to list effective custom modules. Its format is
|
1739
|
-
# organizations/`organization`/securityHealthAnalyticsSettings
|
1740
|
-
# folder`/securityHealthAnalyticsSettings
|
1741
|
-
# securityHealthAnalyticsSettings
|
1740
|
+
# Required. Name of parent to list effective custom modules. Its format is `
|
1741
|
+
# organizations/`organization`/securityHealthAnalyticsSettings`, `folders/`
|
1742
|
+
# folder`/securityHealthAnalyticsSettings`, or `projects/`project`/
|
1743
|
+
# securityHealthAnalyticsSettings`
|
1742
1744
|
# @param [Fixnum] page_size
|
1743
1745
|
# The maximum number of results to return in a single response. Default is 10,
|
1744
1746
|
# minimum is 1, maximum is 1000.
|
@@ -1776,8 +1778,8 @@ module Google
|
|
1776
1778
|
# Lists all sources belonging to an organization.
|
1777
1779
|
# @param [String] parent
|
1778
1780
|
# Required. Resource name of the parent of sources to list. Its format should be
|
1779
|
-
#
|
1780
|
-
# project_id]
|
1781
|
+
# `organizations/[organization_id]`, `folders/[folder_id]`, or `projects/[
|
1782
|
+
# project_id]`.
|
1781
1783
|
# @param [Fixnum] page_size
|
1782
1784
|
# The maximum number of results to return in a single response. Default is 10,
|
1783
1785
|
# minimum is 1, maximum is 1000.
|
@@ -1820,11 +1822,12 @@ module Google
|
|
1820
1822
|
# folders/`folder_id`/sources/-/findings, /v1/projects/`project_id`/sources/-/
|
1821
1823
|
# findings
|
1822
1824
|
# @param [String] parent
|
1823
|
-
# Required. Name of the source to groupBy. Its format is
|
1824
|
-
# organization_id]/sources/[source_id]
|
1825
|
-
# or projects/[project_id]/sources/[source_id]
|
1826
|
-
# provide a source_id of `-`. For example: organizations/`
|
1827
|
-
# sources/-, folders/`folder_id`/sources
|
1825
|
+
# Required. Name of the source to groupBy. Its format is `organizations/[
|
1826
|
+
# organization_id]/sources/[source_id]`, `folders/[folder_id]/sources/[source_id]
|
1827
|
+
# `, or `projects/[project_id]/sources/[source_id]`. To groupBy across all
|
1828
|
+
# sources provide a source_id of `-`. For example: `organizations/`
|
1829
|
+
# organization_id`/sources/-, folders/`folder_id`/sources/-`, or `projects/`
|
1830
|
+
# project_id`/sources/-`
|
1828
1831
|
# @param [Google::Apis::SecuritycenterV1::GroupFindingsRequest] group_findings_request_object
|
1829
1832
|
# @param [String] fields
|
1830
1833
|
# Selector specifying which fields to include in a partial response.
|
@@ -1859,12 +1862,12 @@ module Google
|
|
1859
1862
|
# a `-` as the source id. Example: /v1/organizations/`organization_id`/sources/-/
|
1860
1863
|
# findings
|
1861
1864
|
# @param [String] parent
|
1862
|
-
# Required. Name of the source the findings belong to. Its format is
|
1863
|
-
# organizations/[organization_id]/sources/[source_id]
|
1864
|
-
# sources/[source_id]
|
1865
|
-
# across all sources provide a source_id of `-`. For example: organizations/`
|
1866
|
-
# organization_id`/sources
|
1867
|
-
# projects_id`/sources
|
1865
|
+
# Required. Name of the source the findings belong to. Its format is `
|
1866
|
+
# organizations/[organization_id]/sources/[source_id]`, `folders/[folder_id]/
|
1867
|
+
# sources/[source_id]`, or `projects/[project_id]/sources/[source_id]`. To list
|
1868
|
+
# across all sources provide a source_id of `-`. For example: `organizations/`
|
1869
|
+
# organization_id`/sources/-`, `folders/`folder_id`/sources/-` or `projects/`
|
1870
|
+
# projects_id`/sources/-`
|
1868
1871
|
# @param [String] compare_duration
|
1869
1872
|
# When compare_duration is set, the ListFindingsResult's "state_change"
|
1870
1873
|
# attribute is updated to indicate whether the finding had its state changed,
|
@@ -2017,10 +2020,10 @@ module Google
|
|
2017
2020
|
# Updates the mute state of a finding.
|
2018
2021
|
# @param [String] name
|
2019
2022
|
# Required. The [relative resource name](https://cloud.google.com/apis/design/
|
2020
|
-
# resource_names#relative_resource_name) of the finding. Example:
|
2021
|
-
# `organization_id`/sources/`source_id`/findings/`finding_id`
|
2022
|
-
# folder_id`/sources/`source_id`/findings/`finding_id`
|
2023
|
-
# sources/`source_id`/findings/`finding_id
|
2023
|
+
# resource_names#relative_resource_name) of the finding. Example: `organizations/
|
2024
|
+
# `organization_id`/sources/`source_id`/findings/`finding_id``, `folders/`
|
2025
|
+
# folder_id`/sources/`source_id`/findings/`finding_id``, `projects/`project_id`/
|
2026
|
+
# sources/`source_id`/findings/`finding_id``.
|
2024
2027
|
# @param [Google::Apis::SecuritycenterV1::SetMuteRequest] set_mute_request_object
|
2025
2028
|
# @param [String] fields
|
2026
2029
|
# Selector specifying which fields to include in a partial response.
|
@@ -2054,10 +2057,10 @@ module Google
|
|
2054
2057
|
# Updates the state of a finding.
|
2055
2058
|
# @param [String] name
|
2056
2059
|
# Required. The [relative resource name](https://cloud.google.com/apis/design/
|
2057
|
-
# resource_names#relative_resource_name) of the finding. Example:
|
2058
|
-
# `organization_id`/sources/`source_id`/findings/`finding_id`
|
2059
|
-
# folder_id`/sources/`source_id`/findings/`finding_id`
|
2060
|
-
# sources/`source_id`/findings/`finding_id
|
2060
|
+
# resource_names#relative_resource_name) of the finding. Example: `organizations/
|
2061
|
+
# `organization_id`/sources/`source_id`/findings/`finding_id``, `folders/`
|
2062
|
+
# folder_id`/sources/`source_id`/findings/`finding_id``, `projects/`project_id`/
|
2063
|
+
# sources/`source_id`/findings/`finding_id``.
|
2061
2064
|
# @param [Google::Apis::SecuritycenterV1::SetFindingStateRequest] set_finding_state_request_object
|
2062
2065
|
# @param [String] fields
|
2063
2066
|
# Selector specifying which fields to include in a partial response.
|
@@ -2178,7 +2181,7 @@ module Google
|
|
2178
2181
|
# Gets the settings for an organization.
|
2179
2182
|
# @param [String] name
|
2180
2183
|
# Required. Name of the organization to get organization settings for. Its
|
2181
|
-
# format is
|
2184
|
+
# format is `organizations/[organization_id]/organizationSettings`.
|
2182
2185
|
# @param [String] fields
|
2183
2186
|
# Selector specifying which fields to include in a partial response.
|
2184
2187
|
# @param [String] quota_user
|
@@ -2247,9 +2250,9 @@ module Google
|
|
2247
2250
|
|
2248
2251
|
# Filters an organization's assets and groups them by their specified properties.
|
2249
2252
|
# @param [String] parent
|
2250
|
-
# Required. The name of the parent to group the assets by. Its format is
|
2251
|
-
# organizations/[organization_id]
|
2252
|
-
# project_id]
|
2253
|
+
# Required. The name of the parent to group the assets by. Its format is `
|
2254
|
+
# organizations/[organization_id]`, `folders/[folder_id]`, or `projects/[
|
2255
|
+
# project_id]`.
|
2253
2256
|
# @param [Google::Apis::SecuritycenterV1::GroupAssetsRequest] group_assets_request_object
|
2254
2257
|
# @param [String] fields
|
2255
2258
|
# Selector specifying which fields to include in a partial response.
|
@@ -2284,8 +2287,8 @@ module Google
|
|
2284
2287
|
# @param [String] parent
|
2285
2288
|
# Required. The name of the parent resource that contains the assets. The value
|
2286
2289
|
# that you can specify on parent depends on the method in which you specify
|
2287
|
-
# parent. You can specify one of the following values:
|
2288
|
-
# organization_id]
|
2290
|
+
# parent. You can specify one of the following values: `organizations/[
|
2291
|
+
# organization_id]`, `folders/[folder_id]`, or `projects/[project_id]`.
|
2289
2292
|
# @param [String] compare_duration
|
2290
2293
|
# When compare_duration is set, the ListAssetsResult's "state_change" attribute
|
2291
2294
|
# is updated to indicate whether the asset was added, removed, or remained
|
@@ -2402,8 +2405,8 @@ module Google
|
|
2402
2405
|
# This API can only be called with limited frequency for an organization. If it
|
2403
2406
|
# is called too frequently the caller will receive a TOO_MANY_REQUESTS error.
|
2404
2407
|
# @param [String] parent
|
2405
|
-
# Required. Name of the organization to run asset discovery for. Its format is
|
2406
|
-
# organizations/[organization_id]
|
2408
|
+
# Required. Name of the organization to run asset discovery for. Its format is `
|
2409
|
+
# organizations/[organization_id]`.
|
2407
2410
|
# @param [Google::Apis::SecuritycenterV1::RunAssetDiscoveryRequest] run_asset_discovery_request_object
|
2408
2411
|
# @param [String] fields
|
2409
2412
|
# Selector specifying which fields to include in a partial response.
|
@@ -2484,8 +2487,8 @@ module Google
|
|
2484
2487
|
# Creates a BigQuery export.
|
2485
2488
|
# @param [String] parent
|
2486
2489
|
# Required. The name of the parent resource of the new BigQuery export. Its
|
2487
|
-
# format is
|
2488
|
-
# projects/[project_id]
|
2490
|
+
# format is `organizations/[organization_id]`, `folders/[folder_id]`, or `
|
2491
|
+
# projects/[project_id]`.
|
2489
2492
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1BigQueryExport] google_cloud_securitycenter_v1_big_query_export_object
|
2490
2493
|
# @param [String] big_query_export_id
|
2491
2494
|
# Required. Unique identifier provided by the client within the parent scope. It
|
@@ -2524,9 +2527,10 @@ module Google
|
|
2524
2527
|
|
2525
2528
|
# Deletes an existing BigQuery export.
|
2526
2529
|
# @param [String] name
|
2527
|
-
# Required. The name of the BigQuery export to delete. Its format is
|
2528
|
-
# organizations/`organization`/bigQueryExports/`export_id
|
2529
|
-
# bigQueryExports/`export_id
|
2530
|
+
# Required. The name of the BigQuery export to delete. Its format is `
|
2531
|
+
# organizations/`organization`/bigQueryExports/`export_id``, `folders/`folder`/
|
2532
|
+
# bigQueryExports/`export_id``, or `projects/`project`/bigQueryExports/`
|
2533
|
+
# export_id``
|
2530
2534
|
# @param [String] fields
|
2531
2535
|
# Selector specifying which fields to include in a partial response.
|
2532
2536
|
# @param [String] quota_user
|
@@ -2556,9 +2560,10 @@ module Google
|
|
2556
2560
|
|
2557
2561
|
# Gets a BigQuery export.
|
2558
2562
|
# @param [String] name
|
2559
|
-
# Required. Name of the BigQuery export to retrieve. Its format is
|
2560
|
-
#
|
2561
|
-
# export_id
|
2563
|
+
# Required. Name of the BigQuery export to retrieve. Its format is `
|
2564
|
+
# organizations/`organization`/bigQueryExports/`export_id``, `folders/`folder`/
|
2565
|
+
# bigQueryExports/`export_id``, or `projects/`project`/bigQueryExports/`
|
2566
|
+
# export_id``
|
2562
2567
|
# @param [String] fields
|
2563
2568
|
# Selector specifying which fields to include in a partial response.
|
2564
2569
|
# @param [String] quota_user
|
@@ -2593,8 +2598,8 @@ module Google
|
|
2593
2598
|
# returned.
|
2594
2599
|
# @param [String] parent
|
2595
2600
|
# Required. The parent, which owns the collection of BigQuery exports. Its
|
2596
|
-
# format is
|
2597
|
-
# project_id]
|
2601
|
+
# format is `organizations/[organization_id]`, `folders/[folder_id]`, `projects/[
|
2602
|
+
# project_id]`.
|
2598
2603
|
# @param [Fixnum] page_size
|
2599
2604
|
# The maximum number of configs to return. The service may return fewer than
|
2600
2605
|
# this value. If unspecified, at most 10 configs will be returned. The maximum
|
@@ -2677,9 +2682,9 @@ module Google
|
|
2677
2682
|
# Validates the given Event Threat Detection custom module.
|
2678
2683
|
# @param [String] parent
|
2679
2684
|
# Required. Resource name of the parent to validate the Custom Module under. Its
|
2680
|
-
# format is: *
|
2681
|
-
# folders/`folder`/eventThreatDetectionSettings
|
2682
|
-
# eventThreatDetectionSettings
|
2685
|
+
# format is: * `organizations/`organization`/eventThreatDetectionSettings`. * `
|
2686
|
+
# folders/`folder`/eventThreatDetectionSettings`. * `projects/`project`/
|
2687
|
+
# eventThreatDetectionSettings`.
|
2683
2688
|
# @param [Google::Apis::SecuritycenterV1::ValidateEventThreatDetectionCustomModuleRequest] validate_event_threat_detection_custom_module_request_object
|
2684
2689
|
# @param [String] fields
|
2685
2690
|
# Selector specifying which fields to include in a partial response.
|
@@ -2714,10 +2719,10 @@ module Google
|
|
2714
2719
|
# given Resource Manager parent, and also creates inherited custom modules for
|
2715
2720
|
# all descendants of the given parent. These modules are enabled by default.
|
2716
2721
|
# @param [String] parent
|
2717
|
-
# Required. The new custom module's parent. Its format is: *
|
2718
|
-
# organization`/eventThreatDetectionSettings
|
2719
|
-
# eventThreatDetectionSettings
|
2720
|
-
# eventThreatDetectionSettings
|
2722
|
+
# Required. The new custom module's parent. Its format is: * `organizations/`
|
2723
|
+
# organization`/eventThreatDetectionSettings`. * `folders/`folder`/
|
2724
|
+
# eventThreatDetectionSettings`. * `projects/`project`/
|
2725
|
+
# eventThreatDetectionSettings`.
|
2721
2726
|
# @param [Google::Apis::SecuritycenterV1::EventThreatDetectionCustomModule] event_threat_detection_custom_module_object
|
2722
2727
|
# @param [String] fields
|
2723
2728
|
# Selector specifying which fields to include in a partial response.
|
@@ -2752,10 +2757,10 @@ module Google
|
|
2752
2757
|
# descendants in the Resource Manager hierarchy. This method is only supported
|
2753
2758
|
# for resident custom modules.
|
2754
2759
|
# @param [String] name
|
2755
|
-
# Required. Name of the custom module to delete. Its format is: *
|
2756
|
-
# `organization`/eventThreatDetectionSettings/customModules/`module
|
2757
|
-
# folders/`folder`/eventThreatDetectionSettings/customModules/`module
|
2758
|
-
# projects/`project`/eventThreatDetectionSettings/customModules/`module
|
2760
|
+
# Required. Name of the custom module to delete. Its format is: * `organizations/
|
2761
|
+
# `organization`/eventThreatDetectionSettings/customModules/`module``. * `
|
2762
|
+
# folders/`folder`/eventThreatDetectionSettings/customModules/`module``. * `
|
2763
|
+
# projects/`project`/eventThreatDetectionSettings/customModules/`module``.
|
2759
2764
|
# @param [String] fields
|
2760
2765
|
# Selector specifying which fields to include in a partial response.
|
2761
2766
|
# @param [String] quota_user
|
@@ -2785,10 +2790,10 @@ module Google
|
|
2785
2790
|
|
2786
2791
|
# Gets an Event Threat Detection custom module.
|
2787
2792
|
# @param [String] name
|
2788
|
-
# Required. Name of the custom module to get. Its format is: *
|
2789
|
-
# organization`/eventThreatDetectionSettings/customModules/`module
|
2790
|
-
# `folder`/eventThreatDetectionSettings/customModules/`module
|
2791
|
-
# project`/eventThreatDetectionSettings/customModules/`module
|
2793
|
+
# Required. Name of the custom module to get. Its format is: * `organizations/`
|
2794
|
+
# organization`/eventThreatDetectionSettings/customModules/`module``. * `folders/
|
2795
|
+
# `folder`/eventThreatDetectionSettings/customModules/`module``. * `projects/`
|
2796
|
+
# project`/eventThreatDetectionSettings/customModules/`module``.
|
2792
2797
|
# @param [String] fields
|
2793
2798
|
# Selector specifying which fields to include in a partial response.
|
2794
2799
|
# @param [String] quota_user
|
@@ -2820,10 +2825,10 @@ module Google
|
|
2820
2825
|
# parent. This includes resident modules defined at the scope of the parent
|
2821
2826
|
# along with modules inherited from ancestors.
|
2822
2827
|
# @param [String] parent
|
2823
|
-
# Required. Name of the parent to list custom modules under. Its format is: *
|
2824
|
-
# organizations/`organization`/eventThreatDetectionSettings
|
2825
|
-
# /eventThreatDetectionSettings
|
2826
|
-
# eventThreatDetectionSettings
|
2828
|
+
# Required. Name of the parent to list custom modules under. Its format is: * `
|
2829
|
+
# organizations/`organization`/eventThreatDetectionSettings`. * `folders/`folder`
|
2830
|
+
# /eventThreatDetectionSettings`. * `projects/`project`/
|
2831
|
+
# eventThreatDetectionSettings`.
|
2827
2832
|
# @param [Fixnum] page_size
|
2828
2833
|
# The maximum number of modules to return. The service may return fewer than
|
2829
2834
|
# this value. If unspecified, at most 10 configs will be returned. The maximum
|
@@ -2865,10 +2870,10 @@ module Google
|
|
2865
2870
|
# Lists all resident Event Threat Detection custom modules under the given
|
2866
2871
|
# Resource Manager parent and its descendants.
|
2867
2872
|
# @param [String] parent
|
2868
|
-
# Required. Name of the parent to list custom modules under. Its format is: *
|
2869
|
-
# organizations/`organization`/eventThreatDetectionSettings
|
2870
|
-
# /eventThreatDetectionSettings
|
2871
|
-
# eventThreatDetectionSettings
|
2873
|
+
# Required. Name of the parent to list custom modules under. Its format is: * `
|
2874
|
+
# organizations/`organization`/eventThreatDetectionSettings`. * `folders/`folder`
|
2875
|
+
# /eventThreatDetectionSettings`. * `projects/`project`/
|
2876
|
+
# eventThreatDetectionSettings`.
|
2872
2877
|
# @param [Fixnum] page_size
|
2873
2878
|
# The maximum number of modules to return. The service may return fewer than
|
2874
2879
|
# this value. If unspecified, at most 10 configs will be returned. The maximum
|
@@ -2916,10 +2921,10 @@ module Google
|
|
2916
2921
|
# cannot be changed.
|
2917
2922
|
# @param [String] name
|
2918
2923
|
# Immutable. The resource name of the Event Threat Detection custom module. Its
|
2919
|
-
# format is: *
|
2920
|
-
# customModules/`module
|
2921
|
-
# customModules/`module
|
2922
|
-
# customModules/`module
|
2924
|
+
# format is: * `organizations/`organization`/eventThreatDetectionSettings/
|
2925
|
+
# customModules/`module``. * `folders/`folder`/eventThreatDetectionSettings/
|
2926
|
+
# customModules/`module``. * `projects/`project`/eventThreatDetectionSettings/
|
2927
|
+
# customModules/`module``.
|
2923
2928
|
# @param [Google::Apis::SecuritycenterV1::EventThreatDetectionCustomModule] event_threat_detection_custom_module_object
|
2924
2929
|
# @param [String] update_mask
|
2925
2930
|
# The list of fields to be updated. If empty all mutable fields will be updated.
|
@@ -2956,11 +2961,11 @@ module Google
|
|
2956
2961
|
# Gets an effective Event Threat Detection custom module at the given level.
|
2957
2962
|
# @param [String] name
|
2958
2963
|
# Required. The resource name of the effective Event Threat Detection custom
|
2959
|
-
# module. Its format is: *
|
2960
|
-
# eventThreatDetectionSettings/effectiveCustomModules/`module
|
2961
|
-
# folder`/eventThreatDetectionSettings/effectiveCustomModules/`module
|
2964
|
+
# module. Its format is: * `organizations/`organization`/
|
2965
|
+
# eventThreatDetectionSettings/effectiveCustomModules/`module``. * `folders/`
|
2966
|
+
# folder`/eventThreatDetectionSettings/effectiveCustomModules/`module``. * `
|
2962
2967
|
# projects/`project`/eventThreatDetectionSettings/effectiveCustomModules/`module`
|
2963
|
-
#
|
2968
|
+
# `.
|
2964
2969
|
# @param [String] fields
|
2965
2970
|
# Selector specifying which fields to include in a partial response.
|
2966
2971
|
# @param [String] quota_user
|
@@ -2992,10 +2997,10 @@ module Google
|
|
2992
2997
|
# This includes resident modules defined at the scope of the parent along with
|
2993
2998
|
# modules inherited from its ancestors.
|
2994
2999
|
# @param [String] parent
|
2995
|
-
# Required. Name of the parent to list custom modules for. Its format is: *
|
2996
|
-
# organizations/`organization`/eventThreatDetectionSettings
|
2997
|
-
# /eventThreatDetectionSettings
|
2998
|
-
# eventThreatDetectionSettings
|
3000
|
+
# Required. Name of the parent to list custom modules for. Its format is: * `
|
3001
|
+
# organizations/`organization`/eventThreatDetectionSettings`. * `folders/`folder`
|
3002
|
+
# /eventThreatDetectionSettings`. * `projects/`project`/
|
3003
|
+
# eventThreatDetectionSettings`.
|
2999
3004
|
# @param [Fixnum] page_size
|
3000
3005
|
# The maximum number of modules to return. The service may return fewer than
|
3001
3006
|
# this value. If unspecified, at most 10 configs will be returned. The maximum
|
@@ -3039,9 +3044,9 @@ module Google
|
|
3039
3044
|
# parent can be either an organization, folder or project. The findings matched
|
3040
3045
|
# by the filter will be muted after the LRO is done.
|
3041
3046
|
# @param [String] parent
|
3042
|
-
# Required. The parent, at which bulk action needs to be applied. Its format is
|
3043
|
-
# organizations/[organization_id]
|
3044
|
-
#
|
3047
|
+
# Required. The parent, at which bulk action needs to be applied. Its format is `
|
3048
|
+
# organizations/[organization_id]`, `folders/[folder_id]`, `projects/[project_id]
|
3049
|
+
# `.
|
3045
3050
|
# @param [Google::Apis::SecuritycenterV1::BulkMuteFindingsRequest] bulk_mute_findings_request_object
|
3046
3051
|
# @param [String] fields
|
3047
3052
|
# Selector specifying which fields to include in a partial response.
|
@@ -3074,9 +3079,9 @@ module Google
|
|
3074
3079
|
|
3075
3080
|
# Creates a mute config.
|
3076
3081
|
# @param [String] parent
|
3077
|
-
# Required. Resource name of the new mute configs's parent. Its format is
|
3078
|
-
# organizations/[organization_id]
|
3079
|
-
# project_id]
|
3082
|
+
# Required. Resource name of the new mute configs's parent. Its format is `
|
3083
|
+
# organizations/[organization_id]`, `folders/[folder_id]`, or `projects/[
|
3084
|
+
# project_id]`.
|
3080
3085
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1MuteConfig] google_cloud_securitycenter_v1_mute_config_object
|
3081
3086
|
# @param [String] mute_config_id
|
3082
3087
|
# Required. Unique identifier provided by the client within the parent scope. It
|
@@ -3115,12 +3120,12 @@ module Google
|
|
3115
3120
|
|
3116
3121
|
# Deletes an existing mute config.
|
3117
3122
|
# @param [String] name
|
3118
|
-
# Required. Name of the mute config to delete. Its format is organizations/`
|
3119
|
-
# organization`/muteConfigs/`config_id
|
3120
|
-
#
|
3121
|
-
# locations/global/muteConfigs/`config_id
|
3122
|
-
# muteConfigs/`config_id
|
3123
|
-
# config_id
|
3123
|
+
# Required. Name of the mute config to delete. Its format is `organizations/`
|
3124
|
+
# organization`/muteConfigs/`config_id``, `folders/`folder`/muteConfigs/`
|
3125
|
+
# config_id``, `projects/`project`/muteConfigs/`config_id``, `organizations/`
|
3126
|
+
# organization`/locations/global/muteConfigs/`config_id``, `folders/`folder`/
|
3127
|
+
# locations/global/muteConfigs/`config_id``, or `projects/`project`/locations/
|
3128
|
+
# global/muteConfigs/`config_id``.
|
3124
3129
|
# @param [String] fields
|
3125
3130
|
# Selector specifying which fields to include in a partial response.
|
3126
3131
|
# @param [String] quota_user
|
@@ -3150,12 +3155,12 @@ module Google
|
|
3150
3155
|
|
3151
3156
|
# Gets a mute config.
|
3152
3157
|
# @param [String] name
|
3153
|
-
# Required. Name of the mute config to retrieve. Its format is organizations/`
|
3154
|
-
# organization`/muteConfigs/`config_id
|
3155
|
-
#
|
3156
|
-
# locations/global/muteConfigs/`config_id
|
3157
|
-
# muteConfigs/`config_id
|
3158
|
-
# config_id
|
3158
|
+
# Required. Name of the mute config to retrieve. Its format is `organizations/`
|
3159
|
+
# organization`/muteConfigs/`config_id``, `folders/`folder`/muteConfigs/`
|
3160
|
+
# config_id``, `projects/`project`/muteConfigs/`config_id``, `organizations/`
|
3161
|
+
# organization`/locations/global/muteConfigs/`config_id``, `folders/`folder`/
|
3162
|
+
# locations/global/muteConfigs/`config_id``, or `projects/`project`/locations/
|
3163
|
+
# global/muteConfigs/`config_id``.
|
3159
3164
|
# @param [String] fields
|
3160
3165
|
# Selector specifying which fields to include in a partial response.
|
3161
3166
|
# @param [String] quota_user
|
@@ -3186,8 +3191,8 @@ module Google
|
|
3186
3191
|
# Lists mute configs.
|
3187
3192
|
# @param [String] parent
|
3188
3193
|
# Required. The parent, which owns the collection of mute configs. Its format is
|
3189
|
-
#
|
3190
|
-
# project_id]
|
3194
|
+
# `organizations/[organization_id]`, `folders/[folder_id]`, `projects/[
|
3195
|
+
# project_id]`.
|
3191
3196
|
# @param [Fixnum] page_size
|
3192
3197
|
# The maximum number of configs to return. The service may return fewer than
|
3193
3198
|
# this value. If unspecified, at most 10 configs will be returned. The maximum
|
@@ -3227,12 +3232,12 @@ module Google
|
|
3227
3232
|
|
3228
3233
|
# Updates a mute config.
|
3229
3234
|
# @param [String] name
|
3230
|
-
# This field will be ignored if provided on config creation. Format
|
3231
|
-
# organizations/`organization`/muteConfigs/`mute_config`
|
3232
|
-
# muteConfigs/`mute_config`
|
3233
|
-
# organizations/`organization`/locations/global/muteConfigs/`mute_config`
|
3234
|
-
# folders/`folder`/locations/global/muteConfigs/`mute_config`
|
3235
|
-
# project`/locations/global/muteConfigs/`mute_config
|
3235
|
+
# This field will be ignored if provided on config creation. Format `
|
3236
|
+
# organizations/`organization`/muteConfigs/`mute_config`` `folders/`folder`/
|
3237
|
+
# muteConfigs/`mute_config`` `projects/`project`/muteConfigs/`mute_config`` `
|
3238
|
+
# organizations/`organization`/locations/global/muteConfigs/`mute_config`` `
|
3239
|
+
# folders/`folder`/locations/global/muteConfigs/`mute_config`` `projects/`
|
3240
|
+
# project`/locations/global/muteConfigs/`mute_config``
|
3236
3241
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1MuteConfig] google_cloud_securitycenter_v1_mute_config_object
|
3237
3242
|
# @param [String] update_mask
|
3238
3243
|
# The list of fields to be updated. If empty all mutable fields will be updated.
|
@@ -3268,9 +3273,9 @@ module Google
|
|
3268
3273
|
|
3269
3274
|
# Creates a mute config.
|
3270
3275
|
# @param [String] parent
|
3271
|
-
# Required. Resource name of the new mute configs's parent. Its format is
|
3272
|
-
# organizations/[organization_id]
|
3273
|
-
# project_id]
|
3276
|
+
# Required. Resource name of the new mute configs's parent. Its format is `
|
3277
|
+
# organizations/[organization_id]`, `folders/[folder_id]`, or `projects/[
|
3278
|
+
# project_id]`.
|
3274
3279
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1MuteConfig] google_cloud_securitycenter_v1_mute_config_object
|
3275
3280
|
# @param [String] mute_config_id
|
3276
3281
|
# Required. Unique identifier provided by the client within the parent scope. It
|
@@ -3309,12 +3314,12 @@ module Google
|
|
3309
3314
|
|
3310
3315
|
# Deletes an existing mute config.
|
3311
3316
|
# @param [String] name
|
3312
|
-
# Required. Name of the mute config to delete. Its format is organizations/`
|
3313
|
-
# organization`/muteConfigs/`config_id
|
3314
|
-
#
|
3315
|
-
# locations/global/muteConfigs/`config_id
|
3316
|
-
# muteConfigs/`config_id
|
3317
|
-
# config_id
|
3317
|
+
# Required. Name of the mute config to delete. Its format is `organizations/`
|
3318
|
+
# organization`/muteConfigs/`config_id``, `folders/`folder`/muteConfigs/`
|
3319
|
+
# config_id``, `projects/`project`/muteConfigs/`config_id``, `organizations/`
|
3320
|
+
# organization`/locations/global/muteConfigs/`config_id``, `folders/`folder`/
|
3321
|
+
# locations/global/muteConfigs/`config_id``, or `projects/`project`/locations/
|
3322
|
+
# global/muteConfigs/`config_id``.
|
3318
3323
|
# @param [String] fields
|
3319
3324
|
# Selector specifying which fields to include in a partial response.
|
3320
3325
|
# @param [String] quota_user
|
@@ -3344,12 +3349,12 @@ module Google
|
|
3344
3349
|
|
3345
3350
|
# Gets a mute config.
|
3346
3351
|
# @param [String] name
|
3347
|
-
# Required. Name of the mute config to retrieve. Its format is organizations/`
|
3348
|
-
# organization`/muteConfigs/`config_id
|
3349
|
-
#
|
3350
|
-
# locations/global/muteConfigs/`config_id
|
3351
|
-
# muteConfigs/`config_id
|
3352
|
-
# config_id
|
3352
|
+
# Required. Name of the mute config to retrieve. Its format is `organizations/`
|
3353
|
+
# organization`/muteConfigs/`config_id``, `folders/`folder`/muteConfigs/`
|
3354
|
+
# config_id``, `projects/`project`/muteConfigs/`config_id``, `organizations/`
|
3355
|
+
# organization`/locations/global/muteConfigs/`config_id``, `folders/`folder`/
|
3356
|
+
# locations/global/muteConfigs/`config_id``, or `projects/`project`/locations/
|
3357
|
+
# global/muteConfigs/`config_id``.
|
3353
3358
|
# @param [String] fields
|
3354
3359
|
# Selector specifying which fields to include in a partial response.
|
3355
3360
|
# @param [String] quota_user
|
@@ -3380,8 +3385,8 @@ module Google
|
|
3380
3385
|
# Lists mute configs.
|
3381
3386
|
# @param [String] parent
|
3382
3387
|
# Required. The parent, which owns the collection of mute configs. Its format is
|
3383
|
-
#
|
3384
|
-
# project_id]
|
3388
|
+
# `organizations/[organization_id]`, `folders/[folder_id]`, `projects/[
|
3389
|
+
# project_id]`.
|
3385
3390
|
# @param [Fixnum] page_size
|
3386
3391
|
# The maximum number of configs to return. The service may return fewer than
|
3387
3392
|
# this value. If unspecified, at most 10 configs will be returned. The maximum
|
@@ -3421,12 +3426,12 @@ module Google
|
|
3421
3426
|
|
3422
3427
|
# Updates a mute config.
|
3423
3428
|
# @param [String] name
|
3424
|
-
# This field will be ignored if provided on config creation. Format
|
3425
|
-
# organizations/`organization`/muteConfigs/`mute_config`
|
3426
|
-
# muteConfigs/`mute_config`
|
3427
|
-
# organizations/`organization`/locations/global/muteConfigs/`mute_config`
|
3428
|
-
# folders/`folder`/locations/global/muteConfigs/`mute_config`
|
3429
|
-
# project`/locations/global/muteConfigs/`mute_config
|
3429
|
+
# This field will be ignored if provided on config creation. Format `
|
3430
|
+
# organizations/`organization`/muteConfigs/`mute_config`` `folders/`folder`/
|
3431
|
+
# muteConfigs/`mute_config`` `projects/`project`/muteConfigs/`mute_config`` `
|
3432
|
+
# organizations/`organization`/locations/global/muteConfigs/`mute_config`` `
|
3433
|
+
# folders/`folder`/locations/global/muteConfigs/`mute_config`` `projects/`
|
3434
|
+
# project`/locations/global/muteConfigs/`mute_config``
|
3430
3435
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1MuteConfig] google_cloud_securitycenter_v1_mute_config_object
|
3431
3436
|
# @param [String] update_mask
|
3432
3437
|
# The list of fields to be updated. If empty all mutable fields will be updated.
|
@@ -3463,8 +3468,8 @@ module Google
|
|
3463
3468
|
# Creates a notification config.
|
3464
3469
|
# @param [String] parent
|
3465
3470
|
# Required. Resource name of the new notification config's parent. Its format is
|
3466
|
-
#
|
3467
|
-
# project_id]
|
3471
|
+
# `organizations/[organization_id]`, `folders/[folder_id]`, or `projects/[
|
3472
|
+
# project_id]`.
|
3468
3473
|
# @param [Google::Apis::SecuritycenterV1::NotificationConfig] notification_config_object
|
3469
3474
|
# @param [String] config_id
|
3470
3475
|
# Required. Unique identifier provided by the client within the parent scope. It
|
@@ -3502,10 +3507,10 @@ module Google
|
|
3502
3507
|
|
3503
3508
|
# Deletes a notification config.
|
3504
3509
|
# @param [String] name
|
3505
|
-
# Required. Name of the notification config to delete. Its format is
|
3506
|
-
# organizations/[organization_id]/notificationConfigs/[config_id]
|
3507
|
-
# folder_id]/notificationConfigs/[config_id]
|
3508
|
-
# notificationConfigs/[config_id]
|
3510
|
+
# Required. Name of the notification config to delete. Its format is `
|
3511
|
+
# organizations/[organization_id]/notificationConfigs/[config_id]`, `folders/[
|
3512
|
+
# folder_id]/notificationConfigs/[config_id]`, or `projects/[project_id]/
|
3513
|
+
# notificationConfigs/[config_id]`.
|
3509
3514
|
# @param [String] fields
|
3510
3515
|
# Selector specifying which fields to include in a partial response.
|
3511
3516
|
# @param [String] quota_user
|
@@ -3535,10 +3540,10 @@ module Google
|
|
3535
3540
|
|
3536
3541
|
# Gets a notification config.
|
3537
3542
|
# @param [String] name
|
3538
|
-
# Required. Name of the notification config to get. Its format is
|
3539
|
-
# [organization_id]/notificationConfigs/[config_id]
|
3540
|
-
# notificationConfigs/[config_id]
|
3541
|
-
# notificationConfigs/[config_id]
|
3543
|
+
# Required. Name of the notification config to get. Its format is `organizations/
|
3544
|
+
# [organization_id]/notificationConfigs/[config_id]`, `folders/[folder_id]/
|
3545
|
+
# notificationConfigs/[config_id]`, or `projects/[project_id]/
|
3546
|
+
# notificationConfigs/[config_id]`.
|
3542
3547
|
# @param [String] fields
|
3543
3548
|
# Selector specifying which fields to include in a partial response.
|
3544
3549
|
# @param [String] quota_user
|
@@ -3858,8 +3863,8 @@ module Google
|
|
3858
3863
|
|
3859
3864
|
# Gets a ResourceValueConfig.
|
3860
3865
|
# @param [String] name
|
3861
|
-
# Required. Name of the resource value config to retrieve. Its format is
|
3862
|
-
# organizations/`organization`/resourceValueConfigs/`config_id
|
3866
|
+
# Required. Name of the resource value config to retrieve. Its format is `
|
3867
|
+
# organizations/`organization`/resourceValueConfigs/`config_id``.
|
3863
3868
|
# @param [String] fields
|
3864
3869
|
# Selector specifying which fields to include in a partial response.
|
3865
3870
|
# @param [String] quota_user
|
@@ -3890,7 +3895,7 @@ module Google
|
|
3890
3895
|
# Lists all ResourceValueConfigs.
|
3891
3896
|
# @param [String] parent
|
3892
3897
|
# Required. The parent, which owns the collection of resource value configs. Its
|
3893
|
-
# format is
|
3898
|
+
# format is `organizations/[organization_id]`
|
3894
3899
|
# @param [Fixnum] page_size
|
3895
3900
|
# The number of results to return. The service may return fewer than this value.
|
3896
3901
|
# If unspecified, at most 10 configs will be returned. The maximum value is 1000;
|
@@ -3971,10 +3976,10 @@ module Google
|
|
3971
3976
|
# SecurityHealthAnalyticsCustomModules for all CRM descendants of the given
|
3972
3977
|
# parent. These modules are enabled by default.
|
3973
3978
|
# @param [String] parent
|
3974
|
-
# Required. Resource name of the new custom module's parent. Its format is
|
3975
|
-
# organizations/`organization`/securityHealthAnalyticsSettings
|
3976
|
-
# folder`/securityHealthAnalyticsSettings
|
3977
|
-
# securityHealthAnalyticsSettings
|
3979
|
+
# Required. Resource name of the new custom module's parent. Its format is `
|
3980
|
+
# organizations/`organization`/securityHealthAnalyticsSettings`, `folders/`
|
3981
|
+
# folder`/securityHealthAnalyticsSettings`, or `projects/`project`/
|
3982
|
+
# securityHealthAnalyticsSettings`
|
3978
3983
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule] google_cloud_securitycenter_v1_security_health_analytics_custom_module_object
|
3979
3984
|
# @param [String] fields
|
3980
3985
|
# Selector specifying which fields to include in a partial response.
|
@@ -4009,11 +4014,11 @@ module Google
|
|
4009
4014
|
# descendants in the CRM hierarchy. This method is only supported for resident
|
4010
4015
|
# custom modules.
|
4011
4016
|
# @param [String] name
|
4012
|
-
# Required. Name of the custom module to delete. Its format is
|
4013
|
-
# organization`/securityHealthAnalyticsSettings/customModules/`customModule`
|
4014
|
-
# folders/`folder`/securityHealthAnalyticsSettings/customModules/`customModule
|
4015
|
-
# or
|
4016
|
-
# customModule
|
4017
|
+
# Required. Name of the custom module to delete. Its format is `organizations/`
|
4018
|
+
# organization`/securityHealthAnalyticsSettings/customModules/`customModule``, `
|
4019
|
+
# folders/`folder`/securityHealthAnalyticsSettings/customModules/`customModule``,
|
4020
|
+
# or `projects/`project`/securityHealthAnalyticsSettings/customModules/`
|
4021
|
+
# customModule``
|
4017
4022
|
# @param [String] fields
|
4018
4023
|
# Selector specifying which fields to include in a partial response.
|
4019
4024
|
# @param [String] quota_user
|
@@ -4043,11 +4048,11 @@ module Google
|
|
4043
4048
|
|
4044
4049
|
# Retrieves a SecurityHealthAnalyticsCustomModule.
|
4045
4050
|
# @param [String] name
|
4046
|
-
# Required. Name of the custom module to get. Its format is
|
4047
|
-
# organization`/securityHealthAnalyticsSettings/customModules/`customModule`
|
4048
|
-
# folders/`folder`/securityHealthAnalyticsSettings/customModules/`customModule
|
4049
|
-
# or
|
4050
|
-
# customModule
|
4051
|
+
# Required. Name of the custom module to get. Its format is `organizations/`
|
4052
|
+
# organization`/securityHealthAnalyticsSettings/customModules/`customModule``, `
|
4053
|
+
# folders/`folder`/securityHealthAnalyticsSettings/customModules/`customModule``,
|
4054
|
+
# or `projects/`project`/securityHealthAnalyticsSettings/customModules/`
|
4055
|
+
# customModule``
|
4051
4056
|
# @param [String] fields
|
4052
4057
|
# Selector specifying which fields to include in a partial response.
|
4053
4058
|
# @param [String] quota_user
|
@@ -4079,10 +4084,10 @@ module Google
|
|
4079
4084
|
# parent. This includes resident modules defined at the scope of the parent, and
|
4080
4085
|
# inherited modules, inherited from CRM ancestors.
|
4081
4086
|
# @param [String] parent
|
4082
|
-
# Required. Name of parent to list custom modules. Its format is
|
4083
|
-
# organization`/securityHealthAnalyticsSettings
|
4084
|
-
# securityHealthAnalyticsSettings
|
4085
|
-
# securityHealthAnalyticsSettings
|
4087
|
+
# Required. Name of parent to list custom modules. Its format is `organizations/`
|
4088
|
+
# organization`/securityHealthAnalyticsSettings`, `folders/`folder`/
|
4089
|
+
# securityHealthAnalyticsSettings`, or `projects/`project`/
|
4090
|
+
# securityHealthAnalyticsSettings`
|
4086
4091
|
# @param [Fixnum] page_size
|
4087
4092
|
# The maximum number of results to return in a single response. Default is 10,
|
4088
4093
|
# minimum is 1, maximum is 1000.
|
@@ -4120,10 +4125,10 @@ module Google
|
|
4120
4125
|
# Returns a list of all resident SecurityHealthAnalyticsCustomModules under the
|
4121
4126
|
# given CRM parent and all of the parent’s CRM descendants.
|
4122
4127
|
# @param [String] parent
|
4123
|
-
# Required. Name of parent to list descendant custom modules. Its format is
|
4124
|
-
# organizations/`organization`/securityHealthAnalyticsSettings
|
4125
|
-
# folder`/securityHealthAnalyticsSettings
|
4126
|
-
# securityHealthAnalyticsSettings
|
4128
|
+
# Required. Name of parent to list descendant custom modules. Its format is `
|
4129
|
+
# organizations/`organization`/securityHealthAnalyticsSettings`, `folders/`
|
4130
|
+
# folder`/securityHealthAnalyticsSettings`, or `projects/`project`/
|
4131
|
+
# securityHealthAnalyticsSettings`
|
4127
4132
|
# @param [Fixnum] page_size
|
4128
4133
|
# The maximum number of results to return in a single response. Default is 10,
|
4129
4134
|
# minimum is 1, maximum is 1000.
|
@@ -4244,12 +4249,12 @@ module Google
|
|
4244
4249
|
|
4245
4250
|
# Retrieves an EffectiveSecurityHealthAnalyticsCustomModule.
|
4246
4251
|
# @param [String] name
|
4247
|
-
# Required. Name of the effective custom module to get. Its format is
|
4252
|
+
# Required. Name of the effective custom module to get. Its format is `
|
4248
4253
|
# organizations/`organization`/securityHealthAnalyticsSettings/
|
4249
|
-
# effectiveCustomModules/`customModule`
|
4250
|
-
# securityHealthAnalyticsSettings/effectiveCustomModules/`customModule
|
4254
|
+
# effectiveCustomModules/`customModule``, `folders/`folder`/
|
4255
|
+
# securityHealthAnalyticsSettings/effectiveCustomModules/`customModule``, or `
|
4251
4256
|
# projects/`project`/securityHealthAnalyticsSettings/effectiveCustomModules/`
|
4252
|
-
# customModule
|
4257
|
+
# customModule``
|
4253
4258
|
# @param [String] fields
|
4254
4259
|
# Selector specifying which fields to include in a partial response.
|
4255
4260
|
# @param [String] quota_user
|
@@ -4281,10 +4286,10 @@ module Google
|
|
4281
4286
|
# given parent. This includes resident modules defined at the scope of the
|
4282
4287
|
# parent, and inherited modules, inherited from CRM ancestors.
|
4283
4288
|
# @param [String] parent
|
4284
|
-
# Required. Name of parent to list effective custom modules. Its format is
|
4285
|
-
# organizations/`organization`/securityHealthAnalyticsSettings
|
4286
|
-
# folder`/securityHealthAnalyticsSettings
|
4287
|
-
# securityHealthAnalyticsSettings
|
4289
|
+
# Required. Name of parent to list effective custom modules. Its format is `
|
4290
|
+
# organizations/`organization`/securityHealthAnalyticsSettings`, `folders/`
|
4291
|
+
# folder`/securityHealthAnalyticsSettings`, or `projects/`project`/
|
4292
|
+
# securityHealthAnalyticsSettings`
|
4288
4293
|
# @param [Fixnum] page_size
|
4289
4294
|
# The maximum number of results to return in a single response. Default is 10,
|
4290
4295
|
# minimum is 1, maximum is 1000.
|
@@ -4322,8 +4327,8 @@ module Google
|
|
4322
4327
|
# Get the simulation by name or the latest simulation for the given organization.
|
4323
4328
|
# @param [String] name
|
4324
4329
|
# Required. The organization name or simulation name of this simulation Valid
|
4325
|
-
# format:
|
4326
|
-
# organization`/simulations/`simulation
|
4330
|
+
# format: `organizations/`organization`/simulations/latest` `organizations/`
|
4331
|
+
# organization`/simulations/`simulation``
|
4327
4332
|
# @param [String] fields
|
4328
4333
|
# Selector specifying which fields to include in a partial response.
|
4329
4334
|
# @param [String] quota_user
|
@@ -4354,11 +4359,11 @@ module Google
|
|
4354
4359
|
# Lists the attack paths for a set of simulation results or valued resources and
|
4355
4360
|
# filter.
|
4356
4361
|
# @param [String] parent
|
4357
|
-
# Required. Name of parent to list attack paths. Valid formats:
|
4358
|
-
# organization`
|
4362
|
+
# Required. Name of parent to list attack paths. Valid formats: `organizations/`
|
4363
|
+
# organization``, `organizations/`organization`/simulations/`simulation`` `
|
4359
4364
|
# organizations/`organization`/simulations/`simulation`/attackExposureResults/`
|
4360
|
-
# attack_exposure_result_v2`
|
4361
|
-
# simulation`/valuedResources/`valued_resource
|
4365
|
+
# attack_exposure_result_v2`` `organizations/`organization`/simulations/`
|
4366
|
+
# simulation`/valuedResources/`valued_resource``
|
4362
4367
|
# @param [String] filter
|
4363
4368
|
# The filter expression that filters the attack path in the response. Supported
|
4364
4369
|
# fields: * `valued_resources` supports =
|
@@ -4401,10 +4406,10 @@ module Google
|
|
4401
4406
|
|
4402
4407
|
# Lists the valued resources for a set of simulation results and filter.
|
4403
4408
|
# @param [String] parent
|
4404
|
-
# Required. Name of parent to list valued resources. Valid formats:
|
4405
|
-
# organizations/`organization`
|
4406
|
-
# simulation`
|
4407
|
-
# attackExposureResults/`attack_exposure_result_v2
|
4409
|
+
# Required. Name of parent to list valued resources. Valid formats: `
|
4410
|
+
# organizations/`organization``, `organizations/`organization`/simulations/`
|
4411
|
+
# simulation`` `organizations/`organization`/simulations/`simulation`/
|
4412
|
+
# attackExposureResults/`attack_exposure_result_v2``
|
4408
4413
|
# @param [String] filter
|
4409
4414
|
# The filter expression that filters the valued resources in the response.
|
4410
4415
|
# Supported fields: * `resource_value` supports = * `resource_type` supports =
|
@@ -4413,8 +4418,8 @@ module Google
|
|
4413
4418
|
# Supported fields: * `exposed_score` * `resource_value` * `resource_type` * `
|
4414
4419
|
# resource` * `display_name` Values should be a comma separated list of fields.
|
4415
4420
|
# For example: `exposed_score,resource_value`. The default sorting order is
|
4416
|
-
# descending. To specify ascending or descending order for a field, append a
|
4417
|
-
# ASC
|
4421
|
+
# descending. To specify ascending or descending order for a field, append a `
|
4422
|
+
# ASC` or a ` DESC` suffix, respectively; for example: `exposed_score DESC`.
|
4418
4423
|
# @param [Fixnum] page_size
|
4419
4424
|
# The maximum number of results to return in a single response. Default is 10,
|
4420
4425
|
# minimum is 1, maximum is 1000.
|
@@ -4456,11 +4461,11 @@ module Google
|
|
4456
4461
|
# Lists the attack paths for a set of simulation results or valued resources and
|
4457
4462
|
# filter.
|
4458
4463
|
# @param [String] parent
|
4459
|
-
# Required. Name of parent to list attack paths. Valid formats:
|
4460
|
-
# organization`
|
4464
|
+
# Required. Name of parent to list attack paths. Valid formats: `organizations/`
|
4465
|
+
# organization``, `organizations/`organization`/simulations/`simulation`` `
|
4461
4466
|
# organizations/`organization`/simulations/`simulation`/attackExposureResults/`
|
4462
|
-
# attack_exposure_result_v2`
|
4463
|
-
# simulation`/valuedResources/`valued_resource
|
4467
|
+
# attack_exposure_result_v2`` `organizations/`organization`/simulations/`
|
4468
|
+
# simulation`/valuedResources/`valued_resource``
|
4464
4469
|
# @param [String] filter
|
4465
4470
|
# The filter expression that filters the attack path in the response. Supported
|
4466
4471
|
# fields: * `valued_resources` supports =
|
@@ -4503,8 +4508,8 @@ module Google
|
|
4503
4508
|
|
4504
4509
|
# Get the valued resource by name
|
4505
4510
|
# @param [String] name
|
4506
|
-
# Required. The name of this valued resource Valid format:
|
4507
|
-
# organization`/simulations/`simulation`/valuedResources/`valued_resource
|
4511
|
+
# Required. The name of this valued resource Valid format: `organizations/`
|
4512
|
+
# organization`/simulations/`simulation`/valuedResources/`valued_resource``
|
4508
4513
|
# @param [String] fields
|
4509
4514
|
# Selector specifying which fields to include in a partial response.
|
4510
4515
|
# @param [String] quota_user
|
@@ -4534,10 +4539,10 @@ module Google
|
|
4534
4539
|
|
4535
4540
|
# Lists the valued resources for a set of simulation results and filter.
|
4536
4541
|
# @param [String] parent
|
4537
|
-
# Required. Name of parent to list valued resources. Valid formats:
|
4538
|
-
# organizations/`organization`
|
4539
|
-
# simulation`
|
4540
|
-
# attackExposureResults/`attack_exposure_result_v2
|
4542
|
+
# Required. Name of parent to list valued resources. Valid formats: `
|
4543
|
+
# organizations/`organization``, `organizations/`organization`/simulations/`
|
4544
|
+
# simulation`` `organizations/`organization`/simulations/`simulation`/
|
4545
|
+
# attackExposureResults/`attack_exposure_result_v2``
|
4541
4546
|
# @param [String] filter
|
4542
4547
|
# The filter expression that filters the valued resources in the response.
|
4543
4548
|
# Supported fields: * `resource_value` supports = * `resource_type` supports =
|
@@ -4546,8 +4551,8 @@ module Google
|
|
4546
4551
|
# Supported fields: * `exposed_score` * `resource_value` * `resource_type` * `
|
4547
4552
|
# resource` * `display_name` Values should be a comma separated list of fields.
|
4548
4553
|
# For example: `exposed_score,resource_value`. The default sorting order is
|
4549
|
-
# descending. To specify ascending or descending order for a field, append a
|
4550
|
-
# ASC
|
4554
|
+
# descending. To specify ascending or descending order for a field, append a `
|
4555
|
+
# ASC` or a ` DESC` suffix, respectively; for example: `exposed_score DESC`.
|
4551
4556
|
# @param [Fixnum] page_size
|
4552
4557
|
# The maximum number of results to return in a single response. Default is 10,
|
4553
4558
|
# minimum is 1, maximum is 1000.
|
@@ -4589,11 +4594,11 @@ module Google
|
|
4589
4594
|
# Lists the attack paths for a set of simulation results or valued resources and
|
4590
4595
|
# filter.
|
4591
4596
|
# @param [String] parent
|
4592
|
-
# Required. Name of parent to list attack paths. Valid formats:
|
4593
|
-
# organization`
|
4597
|
+
# Required. Name of parent to list attack paths. Valid formats: `organizations/`
|
4598
|
+
# organization``, `organizations/`organization`/simulations/`simulation`` `
|
4594
4599
|
# organizations/`organization`/simulations/`simulation`/attackExposureResults/`
|
4595
|
-
# attack_exposure_result_v2`
|
4596
|
-
# simulation`/valuedResources/`valued_resource
|
4600
|
+
# attack_exposure_result_v2`` `organizations/`organization`/simulations/`
|
4601
|
+
# simulation`/valuedResources/`valued_resource``
|
4597
4602
|
# @param [String] filter
|
4598
4603
|
# The filter expression that filters the attack path in the response. Supported
|
4599
4604
|
# fields: * `valued_resources` supports =
|
@@ -4636,8 +4641,8 @@ module Google
|
|
4636
4641
|
|
4637
4642
|
# Creates a source.
|
4638
4643
|
# @param [String] parent
|
4639
|
-
# Required. Resource name of the new source's parent. Its format should be
|
4640
|
-
# organizations/[organization_id]
|
4644
|
+
# Required. Resource name of the new source's parent. Its format should be `
|
4645
|
+
# organizations/[organization_id]`.
|
4641
4646
|
# @param [Google::Apis::SecuritycenterV1::Source] source_object
|
4642
4647
|
# @param [String] fields
|
4643
4648
|
# Selector specifying which fields to include in a partial response.
|
@@ -4670,8 +4675,8 @@ module Google
|
|
4670
4675
|
|
4671
4676
|
# Gets a source.
|
4672
4677
|
# @param [String] name
|
4673
|
-
# Required. Relative resource name of the source. Its format is
|
4674
|
-
# organization_id]/source/[source_id]
|
4678
|
+
# Required. Relative resource name of the source. Its format is `organizations/[
|
4679
|
+
# organization_id]/source/[source_id]`.
|
4675
4680
|
# @param [String] fields
|
4676
4681
|
# Selector specifying which fields to include in a partial response.
|
4677
4682
|
# @param [String] quota_user
|
@@ -4737,8 +4742,8 @@ module Google
|
|
4737
4742
|
# Lists all sources belonging to an organization.
|
4738
4743
|
# @param [String] parent
|
4739
4744
|
# Required. Resource name of the parent of sources to list. Its format should be
|
4740
|
-
#
|
4741
|
-
# project_id]
|
4745
|
+
# `organizations/[organization_id]`, `folders/[folder_id]`, or `projects/[
|
4746
|
+
# project_id]`.
|
4742
4747
|
# @param [Fixnum] page_size
|
4743
4748
|
# The maximum number of results to return in a single response. Default is 10,
|
4744
4749
|
# minimum is 1, maximum is 1000.
|
@@ -4887,8 +4892,8 @@ module Google
|
|
4887
4892
|
# Creates a finding. The corresponding source must exist for finding creation to
|
4888
4893
|
# succeed.
|
4889
4894
|
# @param [String] parent
|
4890
|
-
# Required. Resource name of the new finding's parent. Its format should be
|
4891
|
-
# organizations/[organization_id]/sources/[source_id]
|
4895
|
+
# Required. Resource name of the new finding's parent. Its format should be `
|
4896
|
+
# organizations/[organization_id]/sources/[source_id]`.
|
4892
4897
|
# @param [Google::Apis::SecuritycenterV1::Finding] finding_object
|
4893
4898
|
# @param [String] finding_id
|
4894
4899
|
# Required. Unique identifier provided by the client within the parent scope. It
|
@@ -4930,11 +4935,12 @@ module Google
|
|
4930
4935
|
# folders/`folder_id`/sources/-/findings, /v1/projects/`project_id`/sources/-/
|
4931
4936
|
# findings
|
4932
4937
|
# @param [String] parent
|
4933
|
-
# Required. Name of the source to groupBy. Its format is
|
4934
|
-
# organization_id]/sources/[source_id]
|
4935
|
-
# or projects/[project_id]/sources/[source_id]
|
4936
|
-
# provide a source_id of `-`. For example: organizations/`
|
4937
|
-
# sources/-, folders/`folder_id`/sources
|
4938
|
+
# Required. Name of the source to groupBy. Its format is `organizations/[
|
4939
|
+
# organization_id]/sources/[source_id]`, `folders/[folder_id]/sources/[source_id]
|
4940
|
+
# `, or `projects/[project_id]/sources/[source_id]`. To groupBy across all
|
4941
|
+
# sources provide a source_id of `-`. For example: `organizations/`
|
4942
|
+
# organization_id`/sources/-, folders/`folder_id`/sources/-`, or `projects/`
|
4943
|
+
# project_id`/sources/-`
|
4938
4944
|
# @param [Google::Apis::SecuritycenterV1::GroupFindingsRequest] group_findings_request_object
|
4939
4945
|
# @param [String] fields
|
4940
4946
|
# Selector specifying which fields to include in a partial response.
|
@@ -4969,12 +4975,12 @@ module Google
|
|
4969
4975
|
# a `-` as the source id. Example: /v1/organizations/`organization_id`/sources/-/
|
4970
4976
|
# findings
|
4971
4977
|
# @param [String] parent
|
4972
|
-
# Required. Name of the source the findings belong to. Its format is
|
4973
|
-
# organizations/[organization_id]/sources/[source_id]
|
4974
|
-
# sources/[source_id]
|
4975
|
-
# across all sources provide a source_id of `-`. For example: organizations/`
|
4976
|
-
# organization_id`/sources
|
4977
|
-
# projects_id`/sources
|
4978
|
+
# Required. Name of the source the findings belong to. Its format is `
|
4979
|
+
# organizations/[organization_id]/sources/[source_id]`, `folders/[folder_id]/
|
4980
|
+
# sources/[source_id]`, or `projects/[project_id]/sources/[source_id]`. To list
|
4981
|
+
# across all sources provide a source_id of `-`. For example: `organizations/`
|
4982
|
+
# organization_id`/sources/-`, `folders/`folder_id`/sources/-` or `projects/`
|
4983
|
+
# projects_id`/sources/-`
|
4978
4984
|
# @param [String] compare_duration
|
4979
4985
|
# When compare_duration is set, the ListFindingsResult's "state_change"
|
4980
4986
|
# attribute is updated to indicate whether the finding had its state changed,
|
@@ -5127,10 +5133,10 @@ module Google
|
|
5127
5133
|
# Updates the mute state of a finding.
|
5128
5134
|
# @param [String] name
|
5129
5135
|
# Required. The [relative resource name](https://cloud.google.com/apis/design/
|
5130
|
-
# resource_names#relative_resource_name) of the finding. Example:
|
5131
|
-
# `organization_id`/sources/`source_id`/findings/`finding_id`
|
5132
|
-
# folder_id`/sources/`source_id`/findings/`finding_id`
|
5133
|
-
# sources/`source_id`/findings/`finding_id
|
5136
|
+
# resource_names#relative_resource_name) of the finding. Example: `organizations/
|
5137
|
+
# `organization_id`/sources/`source_id`/findings/`finding_id``, `folders/`
|
5138
|
+
# folder_id`/sources/`source_id`/findings/`finding_id``, `projects/`project_id`/
|
5139
|
+
# sources/`source_id`/findings/`finding_id``.
|
5134
5140
|
# @param [Google::Apis::SecuritycenterV1::SetMuteRequest] set_mute_request_object
|
5135
5141
|
# @param [String] fields
|
5136
5142
|
# Selector specifying which fields to include in a partial response.
|
@@ -5164,10 +5170,10 @@ module Google
|
|
5164
5170
|
# Updates the state of a finding.
|
5165
5171
|
# @param [String] name
|
5166
5172
|
# Required. The [relative resource name](https://cloud.google.com/apis/design/
|
5167
|
-
# resource_names#relative_resource_name) of the finding. Example:
|
5168
|
-
# `organization_id`/sources/`source_id`/findings/`finding_id`
|
5169
|
-
# folder_id`/sources/`source_id`/findings/`finding_id`
|
5170
|
-
# sources/`source_id`/findings/`finding_id
|
5173
|
+
# resource_names#relative_resource_name) of the finding. Example: `organizations/
|
5174
|
+
# `organization_id`/sources/`source_id`/findings/`finding_id``, `folders/`
|
5175
|
+
# folder_id`/sources/`source_id`/findings/`finding_id``, `projects/`project_id`/
|
5176
|
+
# sources/`source_id`/findings/`finding_id``.
|
5171
5177
|
# @param [Google::Apis::SecuritycenterV1::SetFindingStateRequest] set_finding_state_request_object
|
5172
5178
|
# @param [String] fields
|
5173
5179
|
# Selector specifying which fields to include in a partial response.
|
@@ -5287,9 +5293,9 @@ module Google
|
|
5287
5293
|
|
5288
5294
|
# Filters an organization's assets and groups them by their specified properties.
|
5289
5295
|
# @param [String] parent
|
5290
|
-
# Required. The name of the parent to group the assets by. Its format is
|
5291
|
-
# organizations/[organization_id]
|
5292
|
-
# project_id]
|
5296
|
+
# Required. The name of the parent to group the assets by. Its format is `
|
5297
|
+
# organizations/[organization_id]`, `folders/[folder_id]`, or `projects/[
|
5298
|
+
# project_id]`.
|
5293
5299
|
# @param [Google::Apis::SecuritycenterV1::GroupAssetsRequest] group_assets_request_object
|
5294
5300
|
# @param [String] fields
|
5295
5301
|
# Selector specifying which fields to include in a partial response.
|
@@ -5324,8 +5330,8 @@ module Google
|
|
5324
5330
|
# @param [String] parent
|
5325
5331
|
# Required. The name of the parent resource that contains the assets. The value
|
5326
5332
|
# that you can specify on parent depends on the method in which you specify
|
5327
|
-
# parent. You can specify one of the following values:
|
5328
|
-
# organization_id]
|
5333
|
+
# parent. You can specify one of the following values: `organizations/[
|
5334
|
+
# organization_id]`, `folders/[folder_id]`, or `projects/[project_id]`.
|
5329
5335
|
# @param [String] compare_duration
|
5330
5336
|
# When compare_duration is set, the ListAssetsResult's "state_change" attribute
|
5331
5337
|
# is updated to indicate whether the asset was added, removed, or remained
|
@@ -5488,8 +5494,8 @@ module Google
|
|
5488
5494
|
# Creates a BigQuery export.
|
5489
5495
|
# @param [String] parent
|
5490
5496
|
# Required. The name of the parent resource of the new BigQuery export. Its
|
5491
|
-
# format is
|
5492
|
-
# projects/[project_id]
|
5497
|
+
# format is `organizations/[organization_id]`, `folders/[folder_id]`, or `
|
5498
|
+
# projects/[project_id]`.
|
5493
5499
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1BigQueryExport] google_cloud_securitycenter_v1_big_query_export_object
|
5494
5500
|
# @param [String] big_query_export_id
|
5495
5501
|
# Required. Unique identifier provided by the client within the parent scope. It
|
@@ -5528,9 +5534,10 @@ module Google
|
|
5528
5534
|
|
5529
5535
|
# Deletes an existing BigQuery export.
|
5530
5536
|
# @param [String] name
|
5531
|
-
# Required. The name of the BigQuery export to delete. Its format is
|
5532
|
-
# organizations/`organization`/bigQueryExports/`export_id
|
5533
|
-
# bigQueryExports/`export_id
|
5537
|
+
# Required. The name of the BigQuery export to delete. Its format is `
|
5538
|
+
# organizations/`organization`/bigQueryExports/`export_id``, `folders/`folder`/
|
5539
|
+
# bigQueryExports/`export_id``, or `projects/`project`/bigQueryExports/`
|
5540
|
+
# export_id``
|
5534
5541
|
# @param [String] fields
|
5535
5542
|
# Selector specifying which fields to include in a partial response.
|
5536
5543
|
# @param [String] quota_user
|
@@ -5560,9 +5567,10 @@ module Google
|
|
5560
5567
|
|
5561
5568
|
# Gets a BigQuery export.
|
5562
5569
|
# @param [String] name
|
5563
|
-
# Required. Name of the BigQuery export to retrieve. Its format is
|
5564
|
-
#
|
5565
|
-
# export_id
|
5570
|
+
# Required. Name of the BigQuery export to retrieve. Its format is `
|
5571
|
+
# organizations/`organization`/bigQueryExports/`export_id``, `folders/`folder`/
|
5572
|
+
# bigQueryExports/`export_id``, or `projects/`project`/bigQueryExports/`
|
5573
|
+
# export_id``
|
5566
5574
|
# @param [String] fields
|
5567
5575
|
# Selector specifying which fields to include in a partial response.
|
5568
5576
|
# @param [String] quota_user
|
@@ -5597,8 +5605,8 @@ module Google
|
|
5597
5605
|
# returned.
|
5598
5606
|
# @param [String] parent
|
5599
5607
|
# Required. The parent, which owns the collection of BigQuery exports. Its
|
5600
|
-
# format is
|
5601
|
-
# project_id]
|
5608
|
+
# format is `organizations/[organization_id]`, `folders/[folder_id]`, `projects/[
|
5609
|
+
# project_id]`.
|
5602
5610
|
# @param [Fixnum] page_size
|
5603
5611
|
# The maximum number of configs to return. The service may return fewer than
|
5604
5612
|
# this value. If unspecified, at most 10 configs will be returned. The maximum
|
@@ -5681,9 +5689,9 @@ module Google
|
|
5681
5689
|
# Validates the given Event Threat Detection custom module.
|
5682
5690
|
# @param [String] parent
|
5683
5691
|
# Required. Resource name of the parent to validate the Custom Module under. Its
|
5684
|
-
# format is: *
|
5685
|
-
# folders/`folder`/eventThreatDetectionSettings
|
5686
|
-
# eventThreatDetectionSettings
|
5692
|
+
# format is: * `organizations/`organization`/eventThreatDetectionSettings`. * `
|
5693
|
+
# folders/`folder`/eventThreatDetectionSettings`. * `projects/`project`/
|
5694
|
+
# eventThreatDetectionSettings`.
|
5687
5695
|
# @param [Google::Apis::SecuritycenterV1::ValidateEventThreatDetectionCustomModuleRequest] validate_event_threat_detection_custom_module_request_object
|
5688
5696
|
# @param [String] fields
|
5689
5697
|
# Selector specifying which fields to include in a partial response.
|
@@ -5718,10 +5726,10 @@ module Google
|
|
5718
5726
|
# given Resource Manager parent, and also creates inherited custom modules for
|
5719
5727
|
# all descendants of the given parent. These modules are enabled by default.
|
5720
5728
|
# @param [String] parent
|
5721
|
-
# Required. The new custom module's parent. Its format is: *
|
5722
|
-
# organization`/eventThreatDetectionSettings
|
5723
|
-
# eventThreatDetectionSettings
|
5724
|
-
# eventThreatDetectionSettings
|
5729
|
+
# Required. The new custom module's parent. Its format is: * `organizations/`
|
5730
|
+
# organization`/eventThreatDetectionSettings`. * `folders/`folder`/
|
5731
|
+
# eventThreatDetectionSettings`. * `projects/`project`/
|
5732
|
+
# eventThreatDetectionSettings`.
|
5725
5733
|
# @param [Google::Apis::SecuritycenterV1::EventThreatDetectionCustomModule] event_threat_detection_custom_module_object
|
5726
5734
|
# @param [String] fields
|
5727
5735
|
# Selector specifying which fields to include in a partial response.
|
@@ -5756,10 +5764,10 @@ module Google
|
|
5756
5764
|
# descendants in the Resource Manager hierarchy. This method is only supported
|
5757
5765
|
# for resident custom modules.
|
5758
5766
|
# @param [String] name
|
5759
|
-
# Required. Name of the custom module to delete. Its format is: *
|
5760
|
-
# `organization`/eventThreatDetectionSettings/customModules/`module
|
5761
|
-
# folders/`folder`/eventThreatDetectionSettings/customModules/`module
|
5762
|
-
# projects/`project`/eventThreatDetectionSettings/customModules/`module
|
5767
|
+
# Required. Name of the custom module to delete. Its format is: * `organizations/
|
5768
|
+
# `organization`/eventThreatDetectionSettings/customModules/`module``. * `
|
5769
|
+
# folders/`folder`/eventThreatDetectionSettings/customModules/`module``. * `
|
5770
|
+
# projects/`project`/eventThreatDetectionSettings/customModules/`module``.
|
5763
5771
|
# @param [String] fields
|
5764
5772
|
# Selector specifying which fields to include in a partial response.
|
5765
5773
|
# @param [String] quota_user
|
@@ -5789,10 +5797,10 @@ module Google
|
|
5789
5797
|
|
5790
5798
|
# Gets an Event Threat Detection custom module.
|
5791
5799
|
# @param [String] name
|
5792
|
-
# Required. Name of the custom module to get. Its format is: *
|
5793
|
-
# organization`/eventThreatDetectionSettings/customModules/`module
|
5794
|
-
# `folder`/eventThreatDetectionSettings/customModules/`module
|
5795
|
-
# project`/eventThreatDetectionSettings/customModules/`module
|
5800
|
+
# Required. Name of the custom module to get. Its format is: * `organizations/`
|
5801
|
+
# organization`/eventThreatDetectionSettings/customModules/`module``. * `folders/
|
5802
|
+
# `folder`/eventThreatDetectionSettings/customModules/`module``. * `projects/`
|
5803
|
+
# project`/eventThreatDetectionSettings/customModules/`module``.
|
5796
5804
|
# @param [String] fields
|
5797
5805
|
# Selector specifying which fields to include in a partial response.
|
5798
5806
|
# @param [String] quota_user
|
@@ -5824,10 +5832,10 @@ module Google
|
|
5824
5832
|
# parent. This includes resident modules defined at the scope of the parent
|
5825
5833
|
# along with modules inherited from ancestors.
|
5826
5834
|
# @param [String] parent
|
5827
|
-
# Required. Name of the parent to list custom modules under. Its format is: *
|
5828
|
-
# organizations/`organization`/eventThreatDetectionSettings
|
5829
|
-
# /eventThreatDetectionSettings
|
5830
|
-
# eventThreatDetectionSettings
|
5835
|
+
# Required. Name of the parent to list custom modules under. Its format is: * `
|
5836
|
+
# organizations/`organization`/eventThreatDetectionSettings`. * `folders/`folder`
|
5837
|
+
# /eventThreatDetectionSettings`. * `projects/`project`/
|
5838
|
+
# eventThreatDetectionSettings`.
|
5831
5839
|
# @param [Fixnum] page_size
|
5832
5840
|
# The maximum number of modules to return. The service may return fewer than
|
5833
5841
|
# this value. If unspecified, at most 10 configs will be returned. The maximum
|
@@ -5869,10 +5877,10 @@ module Google
|
|
5869
5877
|
# Lists all resident Event Threat Detection custom modules under the given
|
5870
5878
|
# Resource Manager parent and its descendants.
|
5871
5879
|
# @param [String] parent
|
5872
|
-
# Required. Name of the parent to list custom modules under. Its format is: *
|
5873
|
-
# organizations/`organization`/eventThreatDetectionSettings
|
5874
|
-
# /eventThreatDetectionSettings
|
5875
|
-
# eventThreatDetectionSettings
|
5880
|
+
# Required. Name of the parent to list custom modules under. Its format is: * `
|
5881
|
+
# organizations/`organization`/eventThreatDetectionSettings`. * `folders/`folder`
|
5882
|
+
# /eventThreatDetectionSettings`. * `projects/`project`/
|
5883
|
+
# eventThreatDetectionSettings`.
|
5876
5884
|
# @param [Fixnum] page_size
|
5877
5885
|
# The maximum number of modules to return. The service may return fewer than
|
5878
5886
|
# this value. If unspecified, at most 10 configs will be returned. The maximum
|
@@ -5920,10 +5928,10 @@ module Google
|
|
5920
5928
|
# cannot be changed.
|
5921
5929
|
# @param [String] name
|
5922
5930
|
# Immutable. The resource name of the Event Threat Detection custom module. Its
|
5923
|
-
# format is: *
|
5924
|
-
# customModules/`module
|
5925
|
-
# customModules/`module
|
5926
|
-
# customModules/`module
|
5931
|
+
# format is: * `organizations/`organization`/eventThreatDetectionSettings/
|
5932
|
+
# customModules/`module``. * `folders/`folder`/eventThreatDetectionSettings/
|
5933
|
+
# customModules/`module``. * `projects/`project`/eventThreatDetectionSettings/
|
5934
|
+
# customModules/`module``.
|
5927
5935
|
# @param [Google::Apis::SecuritycenterV1::EventThreatDetectionCustomModule] event_threat_detection_custom_module_object
|
5928
5936
|
# @param [String] update_mask
|
5929
5937
|
# The list of fields to be updated. If empty all mutable fields will be updated.
|
@@ -5960,11 +5968,11 @@ module Google
|
|
5960
5968
|
# Gets an effective Event Threat Detection custom module at the given level.
|
5961
5969
|
# @param [String] name
|
5962
5970
|
# Required. The resource name of the effective Event Threat Detection custom
|
5963
|
-
# module. Its format is: *
|
5964
|
-
# eventThreatDetectionSettings/effectiveCustomModules/`module
|
5965
|
-
# folder`/eventThreatDetectionSettings/effectiveCustomModules/`module
|
5971
|
+
# module. Its format is: * `organizations/`organization`/
|
5972
|
+
# eventThreatDetectionSettings/effectiveCustomModules/`module``. * `folders/`
|
5973
|
+
# folder`/eventThreatDetectionSettings/effectiveCustomModules/`module``. * `
|
5966
5974
|
# projects/`project`/eventThreatDetectionSettings/effectiveCustomModules/`module`
|
5967
|
-
#
|
5975
|
+
# `.
|
5968
5976
|
# @param [String] fields
|
5969
5977
|
# Selector specifying which fields to include in a partial response.
|
5970
5978
|
# @param [String] quota_user
|
@@ -5996,10 +6004,10 @@ module Google
|
|
5996
6004
|
# This includes resident modules defined at the scope of the parent along with
|
5997
6005
|
# modules inherited from its ancestors.
|
5998
6006
|
# @param [String] parent
|
5999
|
-
# Required. Name of the parent to list custom modules for. Its format is: *
|
6000
|
-
# organizations/`organization`/eventThreatDetectionSettings
|
6001
|
-
# /eventThreatDetectionSettings
|
6002
|
-
# eventThreatDetectionSettings
|
6007
|
+
# Required. Name of the parent to list custom modules for. Its format is: * `
|
6008
|
+
# organizations/`organization`/eventThreatDetectionSettings`. * `folders/`folder`
|
6009
|
+
# /eventThreatDetectionSettings`. * `projects/`project`/
|
6010
|
+
# eventThreatDetectionSettings`.
|
6003
6011
|
# @param [Fixnum] page_size
|
6004
6012
|
# The maximum number of modules to return. The service may return fewer than
|
6005
6013
|
# this value. If unspecified, at most 10 configs will be returned. The maximum
|
@@ -6043,9 +6051,9 @@ module Google
|
|
6043
6051
|
# parent can be either an organization, folder or project. The findings matched
|
6044
6052
|
# by the filter will be muted after the LRO is done.
|
6045
6053
|
# @param [String] parent
|
6046
|
-
# Required. The parent, at which bulk action needs to be applied. Its format is
|
6047
|
-
# organizations/[organization_id]
|
6048
|
-
#
|
6054
|
+
# Required. The parent, at which bulk action needs to be applied. Its format is `
|
6055
|
+
# organizations/[organization_id]`, `folders/[folder_id]`, `projects/[project_id]
|
6056
|
+
# `.
|
6049
6057
|
# @param [Google::Apis::SecuritycenterV1::BulkMuteFindingsRequest] bulk_mute_findings_request_object
|
6050
6058
|
# @param [String] fields
|
6051
6059
|
# Selector specifying which fields to include in a partial response.
|
@@ -6078,9 +6086,9 @@ module Google
|
|
6078
6086
|
|
6079
6087
|
# Creates a mute config.
|
6080
6088
|
# @param [String] parent
|
6081
|
-
# Required. Resource name of the new mute configs's parent. Its format is
|
6082
|
-
# organizations/[organization_id]
|
6083
|
-
# project_id]
|
6089
|
+
# Required. Resource name of the new mute configs's parent. Its format is `
|
6090
|
+
# organizations/[organization_id]`, `folders/[folder_id]`, or `projects/[
|
6091
|
+
# project_id]`.
|
6084
6092
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1MuteConfig] google_cloud_securitycenter_v1_mute_config_object
|
6085
6093
|
# @param [String] mute_config_id
|
6086
6094
|
# Required. Unique identifier provided by the client within the parent scope. It
|
@@ -6119,12 +6127,12 @@ module Google
|
|
6119
6127
|
|
6120
6128
|
# Deletes an existing mute config.
|
6121
6129
|
# @param [String] name
|
6122
|
-
# Required. Name of the mute config to delete. Its format is organizations/`
|
6123
|
-
# organization`/muteConfigs/`config_id
|
6124
|
-
#
|
6125
|
-
# locations/global/muteConfigs/`config_id
|
6126
|
-
# muteConfigs/`config_id
|
6127
|
-
# config_id
|
6130
|
+
# Required. Name of the mute config to delete. Its format is `organizations/`
|
6131
|
+
# organization`/muteConfigs/`config_id``, `folders/`folder`/muteConfigs/`
|
6132
|
+
# config_id``, `projects/`project`/muteConfigs/`config_id``, `organizations/`
|
6133
|
+
# organization`/locations/global/muteConfigs/`config_id``, `folders/`folder`/
|
6134
|
+
# locations/global/muteConfigs/`config_id``, or `projects/`project`/locations/
|
6135
|
+
# global/muteConfigs/`config_id``.
|
6128
6136
|
# @param [String] fields
|
6129
6137
|
# Selector specifying which fields to include in a partial response.
|
6130
6138
|
# @param [String] quota_user
|
@@ -6154,12 +6162,12 @@ module Google
|
|
6154
6162
|
|
6155
6163
|
# Gets a mute config.
|
6156
6164
|
# @param [String] name
|
6157
|
-
# Required. Name of the mute config to retrieve. Its format is organizations/`
|
6158
|
-
# organization`/muteConfigs/`config_id
|
6159
|
-
#
|
6160
|
-
# locations/global/muteConfigs/`config_id
|
6161
|
-
# muteConfigs/`config_id
|
6162
|
-
# config_id
|
6165
|
+
# Required. Name of the mute config to retrieve. Its format is `organizations/`
|
6166
|
+
# organization`/muteConfigs/`config_id``, `folders/`folder`/muteConfigs/`
|
6167
|
+
# config_id``, `projects/`project`/muteConfigs/`config_id``, `organizations/`
|
6168
|
+
# organization`/locations/global/muteConfigs/`config_id``, `folders/`folder`/
|
6169
|
+
# locations/global/muteConfigs/`config_id``, or `projects/`project`/locations/
|
6170
|
+
# global/muteConfigs/`config_id``.
|
6163
6171
|
# @param [String] fields
|
6164
6172
|
# Selector specifying which fields to include in a partial response.
|
6165
6173
|
# @param [String] quota_user
|
@@ -6190,8 +6198,8 @@ module Google
|
|
6190
6198
|
# Lists mute configs.
|
6191
6199
|
# @param [String] parent
|
6192
6200
|
# Required. The parent, which owns the collection of mute configs. Its format is
|
6193
|
-
#
|
6194
|
-
# project_id]
|
6201
|
+
# `organizations/[organization_id]`, `folders/[folder_id]`, `projects/[
|
6202
|
+
# project_id]`.
|
6195
6203
|
# @param [Fixnum] page_size
|
6196
6204
|
# The maximum number of configs to return. The service may return fewer than
|
6197
6205
|
# this value. If unspecified, at most 10 configs will be returned. The maximum
|
@@ -6231,12 +6239,12 @@ module Google
|
|
6231
6239
|
|
6232
6240
|
# Updates a mute config.
|
6233
6241
|
# @param [String] name
|
6234
|
-
# This field will be ignored if provided on config creation. Format
|
6235
|
-
# organizations/`organization`/muteConfigs/`mute_config`
|
6236
|
-
# muteConfigs/`mute_config`
|
6237
|
-
# organizations/`organization`/locations/global/muteConfigs/`mute_config`
|
6238
|
-
# folders/`folder`/locations/global/muteConfigs/`mute_config`
|
6239
|
-
# project`/locations/global/muteConfigs/`mute_config
|
6242
|
+
# This field will be ignored if provided on config creation. Format `
|
6243
|
+
# organizations/`organization`/muteConfigs/`mute_config`` `folders/`folder`/
|
6244
|
+
# muteConfigs/`mute_config`` `projects/`project`/muteConfigs/`mute_config`` `
|
6245
|
+
# organizations/`organization`/locations/global/muteConfigs/`mute_config`` `
|
6246
|
+
# folders/`folder`/locations/global/muteConfigs/`mute_config`` `projects/`
|
6247
|
+
# project`/locations/global/muteConfigs/`mute_config``
|
6240
6248
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1MuteConfig] google_cloud_securitycenter_v1_mute_config_object
|
6241
6249
|
# @param [String] update_mask
|
6242
6250
|
# The list of fields to be updated. If empty all mutable fields will be updated.
|
@@ -6272,9 +6280,9 @@ module Google
|
|
6272
6280
|
|
6273
6281
|
# Creates a mute config.
|
6274
6282
|
# @param [String] parent
|
6275
|
-
# Required. Resource name of the new mute configs's parent. Its format is
|
6276
|
-
# organizations/[organization_id]
|
6277
|
-
# project_id]
|
6283
|
+
# Required. Resource name of the new mute configs's parent. Its format is `
|
6284
|
+
# organizations/[organization_id]`, `folders/[folder_id]`, or `projects/[
|
6285
|
+
# project_id]`.
|
6278
6286
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1MuteConfig] google_cloud_securitycenter_v1_mute_config_object
|
6279
6287
|
# @param [String] mute_config_id
|
6280
6288
|
# Required. Unique identifier provided by the client within the parent scope. It
|
@@ -6313,12 +6321,12 @@ module Google
|
|
6313
6321
|
|
6314
6322
|
# Deletes an existing mute config.
|
6315
6323
|
# @param [String] name
|
6316
|
-
# Required. Name of the mute config to delete. Its format is organizations/`
|
6317
|
-
# organization`/muteConfigs/`config_id
|
6318
|
-
#
|
6319
|
-
# locations/global/muteConfigs/`config_id
|
6320
|
-
# muteConfigs/`config_id
|
6321
|
-
# config_id
|
6324
|
+
# Required. Name of the mute config to delete. Its format is `organizations/`
|
6325
|
+
# organization`/muteConfigs/`config_id``, `folders/`folder`/muteConfigs/`
|
6326
|
+
# config_id``, `projects/`project`/muteConfigs/`config_id``, `organizations/`
|
6327
|
+
# organization`/locations/global/muteConfigs/`config_id``, `folders/`folder`/
|
6328
|
+
# locations/global/muteConfigs/`config_id``, or `projects/`project`/locations/
|
6329
|
+
# global/muteConfigs/`config_id``.
|
6322
6330
|
# @param [String] fields
|
6323
6331
|
# Selector specifying which fields to include in a partial response.
|
6324
6332
|
# @param [String] quota_user
|
@@ -6348,12 +6356,12 @@ module Google
|
|
6348
6356
|
|
6349
6357
|
# Gets a mute config.
|
6350
6358
|
# @param [String] name
|
6351
|
-
# Required. Name of the mute config to retrieve. Its format is organizations/`
|
6352
|
-
# organization`/muteConfigs/`config_id
|
6353
|
-
#
|
6354
|
-
# locations/global/muteConfigs/`config_id
|
6355
|
-
# muteConfigs/`config_id
|
6356
|
-
# config_id
|
6359
|
+
# Required. Name of the mute config to retrieve. Its format is `organizations/`
|
6360
|
+
# organization`/muteConfigs/`config_id``, `folders/`folder`/muteConfigs/`
|
6361
|
+
# config_id``, `projects/`project`/muteConfigs/`config_id``, `organizations/`
|
6362
|
+
# organization`/locations/global/muteConfigs/`config_id``, `folders/`folder`/
|
6363
|
+
# locations/global/muteConfigs/`config_id``, or `projects/`project`/locations/
|
6364
|
+
# global/muteConfigs/`config_id``.
|
6357
6365
|
# @param [String] fields
|
6358
6366
|
# Selector specifying which fields to include in a partial response.
|
6359
6367
|
# @param [String] quota_user
|
@@ -6384,8 +6392,8 @@ module Google
|
|
6384
6392
|
# Lists mute configs.
|
6385
6393
|
# @param [String] parent
|
6386
6394
|
# Required. The parent, which owns the collection of mute configs. Its format is
|
6387
|
-
#
|
6388
|
-
# project_id]
|
6395
|
+
# `organizations/[organization_id]`, `folders/[folder_id]`, `projects/[
|
6396
|
+
# project_id]`.
|
6389
6397
|
# @param [Fixnum] page_size
|
6390
6398
|
# The maximum number of configs to return. The service may return fewer than
|
6391
6399
|
# this value. If unspecified, at most 10 configs will be returned. The maximum
|
@@ -6425,12 +6433,12 @@ module Google
|
|
6425
6433
|
|
6426
6434
|
# Updates a mute config.
|
6427
6435
|
# @param [String] name
|
6428
|
-
# This field will be ignored if provided on config creation. Format
|
6429
|
-
# organizations/`organization`/muteConfigs/`mute_config`
|
6430
|
-
# muteConfigs/`mute_config`
|
6431
|
-
# organizations/`organization`/locations/global/muteConfigs/`mute_config`
|
6432
|
-
# folders/`folder`/locations/global/muteConfigs/`mute_config`
|
6433
|
-
# project`/locations/global/muteConfigs/`mute_config
|
6436
|
+
# This field will be ignored if provided on config creation. Format `
|
6437
|
+
# organizations/`organization`/muteConfigs/`mute_config`` `folders/`folder`/
|
6438
|
+
# muteConfigs/`mute_config`` `projects/`project`/muteConfigs/`mute_config`` `
|
6439
|
+
# organizations/`organization`/locations/global/muteConfigs/`mute_config`` `
|
6440
|
+
# folders/`folder`/locations/global/muteConfigs/`mute_config`` `projects/`
|
6441
|
+
# project`/locations/global/muteConfigs/`mute_config``
|
6434
6442
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1MuteConfig] google_cloud_securitycenter_v1_mute_config_object
|
6435
6443
|
# @param [String] update_mask
|
6436
6444
|
# The list of fields to be updated. If empty all mutable fields will be updated.
|
@@ -6467,8 +6475,8 @@ module Google
|
|
6467
6475
|
# Creates a notification config.
|
6468
6476
|
# @param [String] parent
|
6469
6477
|
# Required. Resource name of the new notification config's parent. Its format is
|
6470
|
-
#
|
6471
|
-
# project_id]
|
6478
|
+
# `organizations/[organization_id]`, `folders/[folder_id]`, or `projects/[
|
6479
|
+
# project_id]`.
|
6472
6480
|
# @param [Google::Apis::SecuritycenterV1::NotificationConfig] notification_config_object
|
6473
6481
|
# @param [String] config_id
|
6474
6482
|
# Required. Unique identifier provided by the client within the parent scope. It
|
@@ -6506,10 +6514,10 @@ module Google
|
|
6506
6514
|
|
6507
6515
|
# Deletes a notification config.
|
6508
6516
|
# @param [String] name
|
6509
|
-
# Required. Name of the notification config to delete. Its format is
|
6510
|
-
# organizations/[organization_id]/notificationConfigs/[config_id]
|
6511
|
-
# folder_id]/notificationConfigs/[config_id]
|
6512
|
-
# notificationConfigs/[config_id]
|
6517
|
+
# Required. Name of the notification config to delete. Its format is `
|
6518
|
+
# organizations/[organization_id]/notificationConfigs/[config_id]`, `folders/[
|
6519
|
+
# folder_id]/notificationConfigs/[config_id]`, or `projects/[project_id]/
|
6520
|
+
# notificationConfigs/[config_id]`.
|
6513
6521
|
# @param [String] fields
|
6514
6522
|
# Selector specifying which fields to include in a partial response.
|
6515
6523
|
# @param [String] quota_user
|
@@ -6539,10 +6547,10 @@ module Google
|
|
6539
6547
|
|
6540
6548
|
# Gets a notification config.
|
6541
6549
|
# @param [String] name
|
6542
|
-
# Required. Name of the notification config to get. Its format is
|
6543
|
-
# [organization_id]/notificationConfigs/[config_id]
|
6544
|
-
# notificationConfigs/[config_id]
|
6545
|
-
# notificationConfigs/[config_id]
|
6550
|
+
# Required. Name of the notification config to get. Its format is `organizations/
|
6551
|
+
# [organization_id]/notificationConfigs/[config_id]`, `folders/[folder_id]/
|
6552
|
+
# notificationConfigs/[config_id]`, or `projects/[project_id]/
|
6553
|
+
# notificationConfigs/[config_id]`.
|
6546
6554
|
# @param [String] fields
|
6547
6555
|
# Selector specifying which fields to include in a partial response.
|
6548
6556
|
# @param [String] quota_user
|
@@ -6658,10 +6666,10 @@ module Google
|
|
6658
6666
|
# SecurityHealthAnalyticsCustomModules for all CRM descendants of the given
|
6659
6667
|
# parent. These modules are enabled by default.
|
6660
6668
|
# @param [String] parent
|
6661
|
-
# Required. Resource name of the new custom module's parent. Its format is
|
6662
|
-
# organizations/`organization`/securityHealthAnalyticsSettings
|
6663
|
-
# folder`/securityHealthAnalyticsSettings
|
6664
|
-
# securityHealthAnalyticsSettings
|
6669
|
+
# Required. Resource name of the new custom module's parent. Its format is `
|
6670
|
+
# organizations/`organization`/securityHealthAnalyticsSettings`, `folders/`
|
6671
|
+
# folder`/securityHealthAnalyticsSettings`, or `projects/`project`/
|
6672
|
+
# securityHealthAnalyticsSettings`
|
6665
6673
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule] google_cloud_securitycenter_v1_security_health_analytics_custom_module_object
|
6666
6674
|
# @param [String] fields
|
6667
6675
|
# Selector specifying which fields to include in a partial response.
|
@@ -6696,11 +6704,11 @@ module Google
|
|
6696
6704
|
# descendants in the CRM hierarchy. This method is only supported for resident
|
6697
6705
|
# custom modules.
|
6698
6706
|
# @param [String] name
|
6699
|
-
# Required. Name of the custom module to delete. Its format is
|
6700
|
-
# organization`/securityHealthAnalyticsSettings/customModules/`customModule`
|
6701
|
-
# folders/`folder`/securityHealthAnalyticsSettings/customModules/`customModule
|
6702
|
-
# or
|
6703
|
-
# customModule
|
6707
|
+
# Required. Name of the custom module to delete. Its format is `organizations/`
|
6708
|
+
# organization`/securityHealthAnalyticsSettings/customModules/`customModule``, `
|
6709
|
+
# folders/`folder`/securityHealthAnalyticsSettings/customModules/`customModule``,
|
6710
|
+
# or `projects/`project`/securityHealthAnalyticsSettings/customModules/`
|
6711
|
+
# customModule``
|
6704
6712
|
# @param [String] fields
|
6705
6713
|
# Selector specifying which fields to include in a partial response.
|
6706
6714
|
# @param [String] quota_user
|
@@ -6730,11 +6738,11 @@ module Google
|
|
6730
6738
|
|
6731
6739
|
# Retrieves a SecurityHealthAnalyticsCustomModule.
|
6732
6740
|
# @param [String] name
|
6733
|
-
# Required. Name of the custom module to get. Its format is
|
6734
|
-
# organization`/securityHealthAnalyticsSettings/customModules/`customModule`
|
6735
|
-
# folders/`folder`/securityHealthAnalyticsSettings/customModules/`customModule
|
6736
|
-
# or
|
6737
|
-
# customModule
|
6741
|
+
# Required. Name of the custom module to get. Its format is `organizations/`
|
6742
|
+
# organization`/securityHealthAnalyticsSettings/customModules/`customModule``, `
|
6743
|
+
# folders/`folder`/securityHealthAnalyticsSettings/customModules/`customModule``,
|
6744
|
+
# or `projects/`project`/securityHealthAnalyticsSettings/customModules/`
|
6745
|
+
# customModule``
|
6738
6746
|
# @param [String] fields
|
6739
6747
|
# Selector specifying which fields to include in a partial response.
|
6740
6748
|
# @param [String] quota_user
|
@@ -6766,10 +6774,10 @@ module Google
|
|
6766
6774
|
# parent. This includes resident modules defined at the scope of the parent, and
|
6767
6775
|
# inherited modules, inherited from CRM ancestors.
|
6768
6776
|
# @param [String] parent
|
6769
|
-
# Required. Name of parent to list custom modules. Its format is
|
6770
|
-
# organization`/securityHealthAnalyticsSettings
|
6771
|
-
# securityHealthAnalyticsSettings
|
6772
|
-
# securityHealthAnalyticsSettings
|
6777
|
+
# Required. Name of parent to list custom modules. Its format is `organizations/`
|
6778
|
+
# organization`/securityHealthAnalyticsSettings`, `folders/`folder`/
|
6779
|
+
# securityHealthAnalyticsSettings`, or `projects/`project`/
|
6780
|
+
# securityHealthAnalyticsSettings`
|
6773
6781
|
# @param [Fixnum] page_size
|
6774
6782
|
# The maximum number of results to return in a single response. Default is 10,
|
6775
6783
|
# minimum is 1, maximum is 1000.
|
@@ -6807,10 +6815,10 @@ module Google
|
|
6807
6815
|
# Returns a list of all resident SecurityHealthAnalyticsCustomModules under the
|
6808
6816
|
# given CRM parent and all of the parent’s CRM descendants.
|
6809
6817
|
# @param [String] parent
|
6810
|
-
# Required. Name of parent to list descendant custom modules. Its format is
|
6811
|
-
# organizations/`organization`/securityHealthAnalyticsSettings
|
6812
|
-
# folder`/securityHealthAnalyticsSettings
|
6813
|
-
# securityHealthAnalyticsSettings
|
6818
|
+
# Required. Name of parent to list descendant custom modules. Its format is `
|
6819
|
+
# organizations/`organization`/securityHealthAnalyticsSettings`, `folders/`
|
6820
|
+
# folder`/securityHealthAnalyticsSettings`, or `projects/`project`/
|
6821
|
+
# securityHealthAnalyticsSettings`
|
6814
6822
|
# @param [Fixnum] page_size
|
6815
6823
|
# The maximum number of results to return in a single response. Default is 10,
|
6816
6824
|
# minimum is 1, maximum is 1000.
|
@@ -6931,12 +6939,12 @@ module Google
|
|
6931
6939
|
|
6932
6940
|
# Retrieves an EffectiveSecurityHealthAnalyticsCustomModule.
|
6933
6941
|
# @param [String] name
|
6934
|
-
# Required. Name of the effective custom module to get. Its format is
|
6942
|
+
# Required. Name of the effective custom module to get. Its format is `
|
6935
6943
|
# organizations/`organization`/securityHealthAnalyticsSettings/
|
6936
|
-
# effectiveCustomModules/`customModule`
|
6937
|
-
# securityHealthAnalyticsSettings/effectiveCustomModules/`customModule
|
6944
|
+
# effectiveCustomModules/`customModule``, `folders/`folder`/
|
6945
|
+
# securityHealthAnalyticsSettings/effectiveCustomModules/`customModule``, or `
|
6938
6946
|
# projects/`project`/securityHealthAnalyticsSettings/effectiveCustomModules/`
|
6939
|
-
# customModule
|
6947
|
+
# customModule``
|
6940
6948
|
# @param [String] fields
|
6941
6949
|
# Selector specifying which fields to include in a partial response.
|
6942
6950
|
# @param [String] quota_user
|
@@ -6968,10 +6976,10 @@ module Google
|
|
6968
6976
|
# given parent. This includes resident modules defined at the scope of the
|
6969
6977
|
# parent, and inherited modules, inherited from CRM ancestors.
|
6970
6978
|
# @param [String] parent
|
6971
|
-
# Required. Name of parent to list effective custom modules. Its format is
|
6972
|
-
# organizations/`organization`/securityHealthAnalyticsSettings
|
6973
|
-
# folder`/securityHealthAnalyticsSettings
|
6974
|
-
# securityHealthAnalyticsSettings
|
6979
|
+
# Required. Name of parent to list effective custom modules. Its format is `
|
6980
|
+
# organizations/`organization`/securityHealthAnalyticsSettings`, `folders/`
|
6981
|
+
# folder`/securityHealthAnalyticsSettings`, or `projects/`project`/
|
6982
|
+
# securityHealthAnalyticsSettings`
|
6975
6983
|
# @param [Fixnum] page_size
|
6976
6984
|
# The maximum number of results to return in a single response. Default is 10,
|
6977
6985
|
# minimum is 1, maximum is 1000.
|
@@ -7009,8 +7017,8 @@ module Google
|
|
7009
7017
|
# Lists all sources belonging to an organization.
|
7010
7018
|
# @param [String] parent
|
7011
7019
|
# Required. Resource name of the parent of sources to list. Its format should be
|
7012
|
-
#
|
7013
|
-
# project_id]
|
7020
|
+
# `organizations/[organization_id]`, `folders/[folder_id]`, or `projects/[
|
7021
|
+
# project_id]`.
|
7014
7022
|
# @param [Fixnum] page_size
|
7015
7023
|
# The maximum number of results to return in a single response. Default is 10,
|
7016
7024
|
# minimum is 1, maximum is 1000.
|
@@ -7053,11 +7061,12 @@ module Google
|
|
7053
7061
|
# folders/`folder_id`/sources/-/findings, /v1/projects/`project_id`/sources/-/
|
7054
7062
|
# findings
|
7055
7063
|
# @param [String] parent
|
7056
|
-
# Required. Name of the source to groupBy. Its format is
|
7057
|
-
# organization_id]/sources/[source_id]
|
7058
|
-
# or projects/[project_id]/sources/[source_id]
|
7059
|
-
# provide a source_id of `-`. For example: organizations/`
|
7060
|
-
# sources/-, folders/`folder_id`/sources
|
7064
|
+
# Required. Name of the source to groupBy. Its format is `organizations/[
|
7065
|
+
# organization_id]/sources/[source_id]`, `folders/[folder_id]/sources/[source_id]
|
7066
|
+
# `, or `projects/[project_id]/sources/[source_id]`. To groupBy across all
|
7067
|
+
# sources provide a source_id of `-`. For example: `organizations/`
|
7068
|
+
# organization_id`/sources/-, folders/`folder_id`/sources/-`, or `projects/`
|
7069
|
+
# project_id`/sources/-`
|
7061
7070
|
# @param [Google::Apis::SecuritycenterV1::GroupFindingsRequest] group_findings_request_object
|
7062
7071
|
# @param [String] fields
|
7063
7072
|
# Selector specifying which fields to include in a partial response.
|
@@ -7092,12 +7101,12 @@ module Google
|
|
7092
7101
|
# a `-` as the source id. Example: /v1/organizations/`organization_id`/sources/-/
|
7093
7102
|
# findings
|
7094
7103
|
# @param [String] parent
|
7095
|
-
# Required. Name of the source the findings belong to. Its format is
|
7096
|
-
# organizations/[organization_id]/sources/[source_id]
|
7097
|
-
# sources/[source_id]
|
7098
|
-
# across all sources provide a source_id of `-`. For example: organizations/`
|
7099
|
-
# organization_id`/sources
|
7100
|
-
# projects_id`/sources
|
7104
|
+
# Required. Name of the source the findings belong to. Its format is `
|
7105
|
+
# organizations/[organization_id]/sources/[source_id]`, `folders/[folder_id]/
|
7106
|
+
# sources/[source_id]`, or `projects/[project_id]/sources/[source_id]`. To list
|
7107
|
+
# across all sources provide a source_id of `-`. For example: `organizations/`
|
7108
|
+
# organization_id`/sources/-`, `folders/`folder_id`/sources/-` or `projects/`
|
7109
|
+
# projects_id`/sources/-`
|
7101
7110
|
# @param [String] compare_duration
|
7102
7111
|
# When compare_duration is set, the ListFindingsResult's "state_change"
|
7103
7112
|
# attribute is updated to indicate whether the finding had its state changed,
|
@@ -7250,10 +7259,10 @@ module Google
|
|
7250
7259
|
# Updates the mute state of a finding.
|
7251
7260
|
# @param [String] name
|
7252
7261
|
# Required. The [relative resource name](https://cloud.google.com/apis/design/
|
7253
|
-
# resource_names#relative_resource_name) of the finding. Example:
|
7254
|
-
# `organization_id`/sources/`source_id`/findings/`finding_id`
|
7255
|
-
# folder_id`/sources/`source_id`/findings/`finding_id`
|
7256
|
-
# sources/`source_id`/findings/`finding_id
|
7262
|
+
# resource_names#relative_resource_name) of the finding. Example: `organizations/
|
7263
|
+
# `organization_id`/sources/`source_id`/findings/`finding_id``, `folders/`
|
7264
|
+
# folder_id`/sources/`source_id`/findings/`finding_id``, `projects/`project_id`/
|
7265
|
+
# sources/`source_id`/findings/`finding_id``.
|
7257
7266
|
# @param [Google::Apis::SecuritycenterV1::SetMuteRequest] set_mute_request_object
|
7258
7267
|
# @param [String] fields
|
7259
7268
|
# Selector specifying which fields to include in a partial response.
|
@@ -7287,10 +7296,10 @@ module Google
|
|
7287
7296
|
# Updates the state of a finding.
|
7288
7297
|
# @param [String] name
|
7289
7298
|
# Required. The [relative resource name](https://cloud.google.com/apis/design/
|
7290
|
-
# resource_names#relative_resource_name) of the finding. Example:
|
7291
|
-
# `organization_id`/sources/`source_id`/findings/`finding_id`
|
7292
|
-
# folder_id`/sources/`source_id`/findings/`finding_id`
|
7293
|
-
# sources/`source_id`/findings/`finding_id
|
7299
|
+
# resource_names#relative_resource_name) of the finding. Example: `organizations/
|
7300
|
+
# `organization_id`/sources/`source_id`/findings/`finding_id``, `folders/`
|
7301
|
+
# folder_id`/sources/`source_id`/findings/`finding_id``, `projects/`project_id`/
|
7302
|
+
# sources/`source_id`/findings/`finding_id``.
|
7294
7303
|
# @param [Google::Apis::SecuritycenterV1::SetFindingStateRequest] set_finding_state_request_object
|
7295
7304
|
# @param [String] fields
|
7296
7305
|
# Selector specifying which fields to include in a partial response.
|