google-apis-securitycenter_v1beta2 0.70.0 → 0.71.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a045e1f6499ec67de364c7b297ee12308f6cc8f111c56f81d6cf97ad829ad690
|
|
4
|
+
data.tar.gz: d19e2e17e8cc6d6d173122aa64fad2720dc17031583ebefa32c12f3d961c6b8a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0f7bf7fe81586c463b27506d006c9626c48cc2d8acf9cbd3e78f794ba060c0672e99504571294b81ec22f210aa41ca4cb89b369d76dcdfbe48cc35cb5e140d2
|
|
7
|
+
data.tar.gz: 2ed953345c247b3d4b3e332621dcd3e97f87b63fd8f0234f56e2f86ce9fb43c9fcd328f4ba81cdc9395682a1611528e0948e76abd793eb451d3a001522de368f
|
data/CHANGELOG.md
CHANGED
|
@@ -274,8 +274,8 @@ module Google
|
|
|
274
274
|
include Google::Apis::Core::Hashable
|
|
275
275
|
|
|
276
276
|
# The resource name of the attack path simulation result that contains the
|
|
277
|
-
# details regarding this attack exposure score. Example: organizations/123/
|
|
278
|
-
# simulations/456/attackExposureResults/789
|
|
277
|
+
# details regarding this attack exposure score. Example: `organizations/123/
|
|
278
|
+
# simulations/456/attackExposureResults/789`
|
|
279
279
|
# Corresponds to the JSON property `attackExposureResult`
|
|
280
280
|
# @return [String]
|
|
281
281
|
attr_accessor :attack_exposure_result
|
|
@@ -455,8 +455,8 @@ module Google
|
|
|
455
455
|
# @return [String]
|
|
456
456
|
attr_accessor :display_name
|
|
457
457
|
|
|
458
|
-
# The UUID of the Azure management group, for example,
|
|
459
|
-
# 000000000000
|
|
458
|
+
# The UUID of the Azure management group, for example, `20000000-0001-0000-0000-
|
|
459
|
+
# 000000000000`.
|
|
460
460
|
# Corresponds to the JSON property `id`
|
|
461
461
|
# @return [String]
|
|
462
462
|
attr_accessor :id
|
|
@@ -533,8 +533,8 @@ module Google
|
|
|
533
533
|
# @return [String]
|
|
534
534
|
attr_accessor :display_name
|
|
535
535
|
|
|
536
|
-
# The UUID of the Azure subscription, for example,
|
|
537
|
-
# 3bdcb2a50a05
|
|
536
|
+
# The UUID of the Azure subscription, for example, `291bba3f-e0a5-47bc-a099-
|
|
537
|
+
# 3bdcb2a50a05`.
|
|
538
538
|
# Corresponds to the JSON property `id`
|
|
539
539
|
# @return [String]
|
|
540
540
|
attr_accessor :id
|
|
@@ -1065,13 +1065,13 @@ module Google
|
|
|
1065
1065
|
|
|
1066
1066
|
# The configurations including the state of enablement for the service's
|
|
1067
1067
|
# different modules. The absence of a module in the map implies its
|
|
1068
|
-
# configuration is inherited from its parent's.
|
|
1068
|
+
# configuration is inherited from its parent's configuration.
|
|
1069
1069
|
# Corresponds to the JSON property `modules`
|
|
1070
1070
|
# @return [Hash<String,Google::Apis::SecuritycenterV1beta2::Config>]
|
|
1071
1071
|
attr_accessor :modules
|
|
1072
1072
|
|
|
1073
|
-
# The resource name of the ContainerThreatDetectionSettings. Formats:
|
|
1074
|
-
# organizations/`organization`/containerThreatDetectionSettings * folders/`
|
|
1073
|
+
# Identifier. The resource name of the ContainerThreatDetectionSettings. Formats:
|
|
1074
|
+
# * organizations/`organization`/containerThreatDetectionSettings * folders/`
|
|
1075
1075
|
# folder`/containerThreatDetectionSettings * projects/`project`/
|
|
1076
1076
|
# containerThreatDetectionSettings * projects/`project`/locations/`location`/
|
|
1077
1077
|
# clusters/`cluster`/containerThreatDetectionSettings
|
|
@@ -1433,12 +1433,12 @@ module Google
|
|
|
1433
1433
|
|
|
1434
1434
|
# The configurations including the state of enablement for the service's
|
|
1435
1435
|
# different modules. The absence of a module in the map implies its
|
|
1436
|
-
# configuration is inherited from its parent's.
|
|
1436
|
+
# configuration is inherited from its parent's configuration.
|
|
1437
1437
|
# Corresponds to the JSON property `modules`
|
|
1438
1438
|
# @return [Hash<String,Google::Apis::SecuritycenterV1beta2::Config>]
|
|
1439
1439
|
attr_accessor :modules
|
|
1440
1440
|
|
|
1441
|
-
# The resource name of the EventThreatDetectionSettings. Formats: *
|
|
1441
|
+
# Identifier. The resource name of the EventThreatDetectionSettings. Formats: *
|
|
1442
1442
|
# organizations/`organization`/eventThreatDetectionSettings * folders/`folder`/
|
|
1443
1443
|
# eventThreatDetectionSettings * projects/`project`/eventThreatDetectionSettings
|
|
1444
1444
|
# Corresponds to the JSON property `name`
|
|
@@ -2537,12 +2537,12 @@ module Google
|
|
|
2537
2537
|
# @return [String]
|
|
2538
2538
|
attr_accessor :most_recent_editor
|
|
2539
2539
|
|
|
2540
|
-
# This field will be ignored if provided on config creation. Format
|
|
2541
|
-
# organizations/`organization`/muteConfigs/`mute_config`
|
|
2542
|
-
# muteConfigs/`mute_config`
|
|
2543
|
-
# organizations/`organization`/locations/global/muteConfigs/`mute_config`
|
|
2544
|
-
# folders/`folder`/locations/global/muteConfigs/`mute_config`
|
|
2545
|
-
# project`/locations/global/muteConfigs/`mute_config
|
|
2540
|
+
# This field will be ignored if provided on config creation. Format `
|
|
2541
|
+
# organizations/`organization`/muteConfigs/`mute_config`` `folders/`folder`/
|
|
2542
|
+
# muteConfigs/`mute_config`` `projects/`project`/muteConfigs/`mute_config`` `
|
|
2543
|
+
# organizations/`organization`/locations/global/muteConfigs/`mute_config`` `
|
|
2544
|
+
# folders/`folder`/locations/global/muteConfigs/`mute_config`` `projects/`
|
|
2545
|
+
# project`/locations/global/muteConfigs/`mute_config``
|
|
2546
2546
|
# Corresponds to the JSON property `name`
|
|
2547
2547
|
# @return [String]
|
|
2548
2548
|
attr_accessor :name
|
|
@@ -2721,13 +2721,14 @@ module Google
|
|
|
2721
2721
|
attr_accessor :resource_path
|
|
2722
2722
|
|
|
2723
2723
|
# A string representation of the resource path. For Google Cloud, it has the
|
|
2724
|
-
# format of organizations/`organization_id`/folders/`folder_id`/folders/`
|
|
2725
|
-
# folder_id`/projects/`project_id
|
|
2726
|
-
# AWS, it has the format of org/`organization_id`/ou/`
|
|
2727
|
-
#
|
|
2728
|
-
# organizational units. For Azure, it has the
|
|
2729
|
-
# mg/`management_group_id`/
|
|
2730
|
-
# resource_group_name
|
|
2724
|
+
# format of `organizations/`organization_id`/folders/`folder_id`/folders/`
|
|
2725
|
+
# folder_id`/projects/`project_id`` where there can be any number of folders.
|
|
2726
|
+
# For AWS, it has the format of `org/`organization_id`/ou/`
|
|
2727
|
+
# organizational_unit_id`/ou/`organizational_unit_id`/account/`account_id``
|
|
2728
|
+
# where there can be any number of organizational units. For Azure, it has the
|
|
2729
|
+
# format of `mg/`management_group_id`/mg/`management_group_id`/subscription/`
|
|
2730
|
+
# subscription_id`/rg/`resource_group_name`` where there can be any number of
|
|
2731
|
+
# management groups.
|
|
2731
2732
|
# Corresponds to the JSON property `resourcePathString`
|
|
2732
2733
|
# @return [String]
|
|
2733
2734
|
attr_accessor :resource_path_string
|
|
@@ -2812,18 +2813,18 @@ module Google
|
|
|
2812
2813
|
# @return [String]
|
|
2813
2814
|
attr_accessor :name
|
|
2814
2815
|
|
|
2815
|
-
# List of resource labels to search for, evaluated with AND
|
|
2816
|
-
# resource_labels_selector": `"key": "value", "env": "prod"
|
|
2817
|
-
# resources with labels "key": "value" AND "env": "prod" https://cloud.google.
|
|
2816
|
+
# List of resource labels to search for, evaluated with `AND`. For example, `"
|
|
2817
|
+
# resource_labels_selector": `"key": "value", "env": "prod"`` will match
|
|
2818
|
+
# resources with labels "key": "value" `AND` "env": "prod" https://cloud.google.
|
|
2818
2819
|
# com/resource-manager/docs/creating-managing-labels
|
|
2819
2820
|
# Corresponds to the JSON property `resourceLabelsSelector`
|
|
2820
2821
|
# @return [Hash<String,String>]
|
|
2821
2822
|
attr_accessor :resource_labels_selector
|
|
2822
2823
|
|
|
2823
2824
|
# Apply resource_value only to resources that match resource_type. resource_type
|
|
2824
|
-
# will be checked with AND of other resources. For example, "storage.
|
|
2825
|
-
# com/Bucket" with resource_value "HIGH" will apply "HIGH" value only
|
|
2826
|
-
# storage.googleapis.com/Bucket" resources.
|
|
2825
|
+
# will be checked with `AND` of other resources. For example, "storage.
|
|
2826
|
+
# googleapis.com/Bucket" with resource_value "HIGH" will apply "HIGH" value only
|
|
2827
|
+
# to "storage.googleapis.com/Bucket" resources.
|
|
2827
2828
|
# Corresponds to the JSON property `resourceType`
|
|
2828
2829
|
# @return [String]
|
|
2829
2830
|
attr_accessor :resource_type
|
|
@@ -2835,7 +2836,7 @@ module Google
|
|
|
2835
2836
|
|
|
2836
2837
|
# Project or folder to scope this configuration to. For example, "project/456"
|
|
2837
2838
|
# would apply this configuration only to resources in "project/456" scope will
|
|
2838
|
-
# be checked with AND of other resources.
|
|
2839
|
+
# be checked with `AND` of other resources.
|
|
2839
2840
|
# Corresponds to the JSON property `scope`
|
|
2840
2841
|
# @return [String]
|
|
2841
2842
|
attr_accessor :scope
|
|
@@ -2847,9 +2848,10 @@ module Google
|
|
|
2847
2848
|
# @return [Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping]
|
|
2848
2849
|
attr_accessor :sensitive_data_protection_mapping
|
|
2849
2850
|
|
|
2850
|
-
# Required. Tag values combined with AND to check against. Values in the form "
|
|
2851
|
-
# tagValues/123" Example: [ "tagValues/123", "tagValues/456", "tagValues/789" ]
|
|
2852
|
-
# https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-
|
|
2851
|
+
# Required. Tag values combined with `AND` to check against. Values in the form "
|
|
2852
|
+
# tagValues/123" Example: `[ "tagValues/123", "tagValues/456", "tagValues/789" ]`
|
|
2853
|
+
# https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-
|
|
2854
|
+
# managing
|
|
2853
2855
|
# Corresponds to the JSON property `tagValues`
|
|
2854
2856
|
# @return [Array<String>]
|
|
2855
2857
|
attr_accessor :tag_values
|
|
@@ -3583,8 +3585,8 @@ module Google
|
|
|
3583
3585
|
include Google::Apis::Core::Hashable
|
|
3584
3586
|
|
|
3585
3587
|
# The resource name of the attack path simulation result that contains the
|
|
3586
|
-
# details regarding this attack exposure score. Example: organizations/123/
|
|
3587
|
-
# simulations/456/attackExposureResults/789
|
|
3588
|
+
# details regarding this attack exposure score. Example: `organizations/123/
|
|
3589
|
+
# simulations/456/attackExposureResults/789`
|
|
3588
3590
|
# Corresponds to the JSON property `attackExposureResult`
|
|
3589
3591
|
# @return [String]
|
|
3590
3592
|
attr_accessor :attack_exposure_result
|
|
@@ -3764,8 +3766,8 @@ module Google
|
|
|
3764
3766
|
# @return [String]
|
|
3765
3767
|
attr_accessor :display_name
|
|
3766
3768
|
|
|
3767
|
-
# The UUID of the Azure management group, for example,
|
|
3768
|
-
# 000000000000
|
|
3769
|
+
# The UUID of the Azure management group, for example, `20000000-0001-0000-0000-
|
|
3770
|
+
# 000000000000`.
|
|
3769
3771
|
# Corresponds to the JSON property `id`
|
|
3770
3772
|
# @return [String]
|
|
3771
3773
|
attr_accessor :id
|
|
@@ -3842,8 +3844,8 @@ module Google
|
|
|
3842
3844
|
# @return [String]
|
|
3843
3845
|
attr_accessor :display_name
|
|
3844
3846
|
|
|
3845
|
-
# The UUID of the Azure subscription, for example,
|
|
3846
|
-
# 3bdcb2a50a05
|
|
3847
|
+
# The UUID of the Azure subscription, for example, `291bba3f-e0a5-47bc-a099-
|
|
3848
|
+
# 3bdcb2a50a05`.
|
|
3847
3849
|
# Corresponds to the JSON property `id`
|
|
3848
3850
|
# @return [String]
|
|
3849
3851
|
attr_accessor :id
|
|
@@ -3967,7 +3969,7 @@ module Google
|
|
|
3967
3969
|
attr_accessor :create_time
|
|
3968
3970
|
|
|
3969
3971
|
# The dataset to write findings' updates to. Its format is "projects/[project_id]
|
|
3970
|
-
# /datasets/[bigquery_dataset_id]". BigQuery
|
|
3972
|
+
# /datasets/[bigquery_dataset_id]". BigQuery dataset unique ID must contain only
|
|
3971
3973
|
# letters (a-z, A-Z), numbers (0-9), or underscores (_).
|
|
3972
3974
|
# Corresponds to the JSON property `dataset`
|
|
3973
3975
|
# @return [String]
|
|
@@ -3999,13 +4001,13 @@ module Google
|
|
|
3999
4001
|
# @return [String]
|
|
4000
4002
|
attr_accessor :most_recent_editor
|
|
4001
4003
|
|
|
4002
|
-
# The relative resource name of this export. See: https://cloud.
|
|
4003
|
-
# design/resource_names#relative_resource_name. The following
|
|
4004
|
-
# examples: + `organizations/`organization_id`/locations/`
|
|
4005
|
-
# bigQueryExports/`export_id`` + `folders/`folder_id`/locations/`
|
|
4006
|
-
# bigQueryExports/`export_id`` + `projects/`project_id`/locations/`
|
|
4007
|
-
# bigQueryExports/`export_id`` This field is provided in responses,
|
|
4008
|
-
# ignored when provided in create requests.
|
|
4004
|
+
# Identifier. The relative resource name of this export. See: https://cloud.
|
|
4005
|
+
# google.com/apis/design/resource_names#relative_resource_name. The following
|
|
4006
|
+
# list shows some examples: + `organizations/`organization_id`/locations/`
|
|
4007
|
+
# location_id`/bigQueryExports/`export_id`` + `folders/`folder_id`/locations/`
|
|
4008
|
+
# location_id`/bigQueryExports/`export_id`` + `projects/`project_id`/locations/`
|
|
4009
|
+
# location_id`/bigQueryExports/`export_id`` This field is provided in responses,
|
|
4010
|
+
# and is ignored when provided in create requests.
|
|
4009
4011
|
# Corresponds to the JSON property `name`
|
|
4010
4012
|
# @return [String]
|
|
4011
4013
|
attr_accessor :name
|
|
@@ -5783,13 +5785,13 @@ module Google
|
|
|
5783
5785
|
# @return [String]
|
|
5784
5786
|
attr_accessor :most_recent_editor
|
|
5785
5787
|
|
|
5786
|
-
# This field will be ignored if provided on config creation. The
|
|
5787
|
-
# shows some examples of the format: + `organizations/`
|
|
5788
|
-
#
|
|
5789
|
-
# muteConfigs/`mute_config`` + `folders/`folder`/
|
|
5790
|
-
#
|
|
5791
|
-
#
|
|
5792
|
-
# muteConfigs/`mute_config``
|
|
5788
|
+
# Identifier. This field will be ignored if provided on config creation. The
|
|
5789
|
+
# following list shows some examples of the format: + `organizations/`
|
|
5790
|
+
# organization`/muteConfigs/`mute_config`` + `organizations/`organization`
|
|
5791
|
+
# locations/`location`//muteConfigs/`mute_config`` + `folders/`folder`/
|
|
5792
|
+
# muteConfigs/`mute_config`` + `folders/`folder`/locations/`location`/
|
|
5793
|
+
# muteConfigs/`mute_config`` + `projects/`project`/muteConfigs/`mute_config`` + `
|
|
5794
|
+
# projects/`project`/locations/`location`/muteConfigs/`mute_config``
|
|
5793
5795
|
# Corresponds to the JSON property `name`
|
|
5794
5796
|
# @return [String]
|
|
5795
5797
|
attr_accessor :name
|
|
@@ -6342,13 +6344,14 @@ module Google
|
|
|
6342
6344
|
attr_accessor :resource_path
|
|
6343
6345
|
|
|
6344
6346
|
# A string representation of the resource path. For Google Cloud, it has the
|
|
6345
|
-
# format of organizations/`organization_id`/folders/`folder_id`/folders/`
|
|
6346
|
-
# folder_id`/projects/`project_id
|
|
6347
|
-
# AWS, it has the format of org/`organization_id`/ou/`
|
|
6348
|
-
#
|
|
6349
|
-
# organizational units. For Azure, it has the
|
|
6350
|
-
# mg/`management_group_id`/
|
|
6351
|
-
# resource_group_name
|
|
6347
|
+
# format of `organizations/`organization_id`/folders/`folder_id`/folders/`
|
|
6348
|
+
# folder_id`/projects/`project_id`` where there can be any number of folders.
|
|
6349
|
+
# For AWS, it has the format of `org/`organization_id`/ou/`
|
|
6350
|
+
# organizational_unit_id`/ou/`organizational_unit_id`/account/`account_id``
|
|
6351
|
+
# where there can be any number of organizational units. For Azure, it has the
|
|
6352
|
+
# format of `mg/`management_group_id`/mg/`management_group_id`/subscription/`
|
|
6353
|
+
# subscription_id`/rg/`resource_group_name`` where there can be any number of
|
|
6354
|
+
# management groups.
|
|
6352
6355
|
# Corresponds to the JSON property `resourcePathString`
|
|
6353
6356
|
# @return [String]
|
|
6354
6357
|
attr_accessor :resource_path_string
|
|
@@ -6456,36 +6459,36 @@ module Google
|
|
|
6456
6459
|
# @return [String]
|
|
6457
6460
|
attr_accessor :description
|
|
6458
6461
|
|
|
6459
|
-
# Name for the resource value configuration
|
|
6462
|
+
# Identifier. Name for the resource value configuration
|
|
6460
6463
|
# Corresponds to the JSON property `name`
|
|
6461
6464
|
# @return [String]
|
|
6462
6465
|
attr_accessor :name
|
|
6463
6466
|
|
|
6464
|
-
# List of resource labels to search for, evaluated with AND
|
|
6467
|
+
# List of resource labels to search for, evaluated with `AND`. For example, "
|
|
6465
6468
|
# resource_labels_selector": `"key": "value", "env": "prod"` will match
|
|
6466
|
-
# resources with labels "key": "value" AND "env": "prod" https://cloud.google.
|
|
6469
|
+
# resources with labels "key": "value" `AND` "env": "prod" https://cloud.google.
|
|
6467
6470
|
# com/resource-manager/docs/creating-managing-labels
|
|
6468
6471
|
# Corresponds to the JSON property `resourceLabelsSelector`
|
|
6469
6472
|
# @return [Hash<String,String>]
|
|
6470
6473
|
attr_accessor :resource_labels_selector
|
|
6471
6474
|
|
|
6472
6475
|
# Apply resource_value only to resources that match resource_type. resource_type
|
|
6473
|
-
# will be checked with AND of other resources. For example, "storage.
|
|
6474
|
-
# com/Bucket" with resource_value "HIGH" will apply "HIGH" value only
|
|
6475
|
-
# storage.googleapis.com/Bucket" resources.
|
|
6476
|
+
# will be checked with `AND` of other resources. For example, "storage.
|
|
6477
|
+
# googleapis.com/Bucket" with resource_value "HIGH" will apply "HIGH" value only
|
|
6478
|
+
# to "storage.googleapis.com/Bucket" resources.
|
|
6476
6479
|
# Corresponds to the JSON property `resourceType`
|
|
6477
6480
|
# @return [String]
|
|
6478
6481
|
attr_accessor :resource_type
|
|
6479
6482
|
|
|
6480
6483
|
# Resource value level this expression represents Only required when there is no
|
|
6481
|
-
#
|
|
6484
|
+
# Sensitive Data Protection mapping in the request
|
|
6482
6485
|
# Corresponds to the JSON property `resourceValue`
|
|
6483
6486
|
# @return [String]
|
|
6484
6487
|
attr_accessor :resource_value
|
|
6485
6488
|
|
|
6486
6489
|
# Project or folder to scope this configuration to. For example, "project/456"
|
|
6487
|
-
# would apply this configuration only to resources in "project/456" scope
|
|
6488
|
-
# be checked with AND of other resources.
|
|
6490
|
+
# would apply this configuration only to resources in "project/456" scope and
|
|
6491
|
+
# will be checked with `AND` of other resources.
|
|
6489
6492
|
# Corresponds to the JSON property `scope`
|
|
6490
6493
|
# @return [String]
|
|
6491
6494
|
attr_accessor :scope
|
|
@@ -6497,9 +6500,9 @@ module Google
|
|
|
6497
6500
|
# @return [Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2SensitiveDataProtectionMapping]
|
|
6498
6501
|
attr_accessor :sensitive_data_protection_mapping
|
|
6499
6502
|
|
|
6500
|
-
#
|
|
6501
|
-
#
|
|
6502
|
-
#
|
|
6503
|
+
# Tag values combined with `AND` to check against. Values in the form "tagValues/
|
|
6504
|
+
# 123" Example: `[ "tagValues/123", "tagValues/456", "tagValues/789" ]` https://
|
|
6505
|
+
# cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing
|
|
6503
6506
|
# Corresponds to the JSON property `tagValues`
|
|
6504
6507
|
# @return [Array<String>]
|
|
6505
6508
|
attr_accessor :tag_values
|
|
@@ -6905,7 +6908,7 @@ module Google
|
|
|
6905
6908
|
attr_accessor :attack_exposure_score
|
|
6906
6909
|
|
|
6907
6910
|
# List of resource names of findings associated with this toxic combination. For
|
|
6908
|
-
# example, organizations/123/sources/456/findings/789
|
|
6911
|
+
# example, `organizations/123/sources/456/findings/789`.
|
|
6909
6912
|
# Corresponds to the JSON property `relatedFindings`
|
|
6910
6913
|
# @return [Array<String>]
|
|
6911
6914
|
attr_accessor :related_findings
|
|
@@ -8014,14 +8017,14 @@ module Google
|
|
|
8014
8017
|
|
|
8015
8018
|
# The configurations including the state of enablement for the service's
|
|
8016
8019
|
# different modules. The absence of a module in the map implies its
|
|
8017
|
-
# configuration is inherited from its parent's.
|
|
8020
|
+
# configuration is inherited from its parent's configuration.
|
|
8018
8021
|
# Corresponds to the JSON property `modules`
|
|
8019
8022
|
# @return [Hash<String,Google::Apis::SecuritycenterV1beta2::Config>]
|
|
8020
8023
|
attr_accessor :modules
|
|
8021
8024
|
|
|
8022
|
-
# The resource name of the SecurityHealthAnalyticsSettings. Formats:
|
|
8023
|
-
# organizations/`organization`/securityHealthAnalyticsSettings * folders/`
|
|
8024
|
-
#
|
|
8025
|
+
# Identifier. The resource name of the SecurityHealthAnalyticsSettings. Formats:
|
|
8026
|
+
# * organizations/`organization`/securityHealthAnalyticsSettings * folders/`
|
|
8027
|
+
# folder`/securityHealthAnalyticsSettings * projects/`project`/
|
|
8025
8028
|
# securityHealthAnalyticsSettings
|
|
8026
8029
|
# Corresponds to the JSON property `name`
|
|
8027
8030
|
# @return [String]
|
|
@@ -8367,7 +8370,7 @@ module Google
|
|
|
8367
8370
|
attr_accessor :attack_exposure_score
|
|
8368
8371
|
|
|
8369
8372
|
# List of resource names of findings associated with this toxic combination. For
|
|
8370
|
-
# example, organizations/123/sources/456/findings/789
|
|
8373
|
+
# example, `organizations/123/sources/456/findings/789`.
|
|
8371
8374
|
# Corresponds to the JSON property `relatedFindings`
|
|
8372
8375
|
# @return [Array<String>]
|
|
8373
8376
|
attr_accessor :related_findings
|
|
@@ -8390,14 +8393,14 @@ module Google
|
|
|
8390
8393
|
|
|
8391
8394
|
# The configurations including the state of enablement for the service's
|
|
8392
8395
|
# different modules. The absence of a module in the map implies its
|
|
8393
|
-
# configuration is inherited from its parent's.
|
|
8396
|
+
# configuration is inherited from its parent's configuration.
|
|
8394
8397
|
# Corresponds to the JSON property `modules`
|
|
8395
8398
|
# @return [Hash<String,Google::Apis::SecuritycenterV1beta2::Config>]
|
|
8396
8399
|
attr_accessor :modules
|
|
8397
8400
|
|
|
8398
|
-
# The resource name of the VirtualMachineThreatDetectionSettings.
|
|
8399
|
-
# organizations/`organization`/virtualMachineThreatDetectionSettings *
|
|
8400
|
-
# folder`/virtualMachineThreatDetectionSettings * projects/`project`/
|
|
8401
|
+
# Identifier. The resource name of the VirtualMachineThreatDetectionSettings.
|
|
8402
|
+
# Formats: * organizations/`organization`/virtualMachineThreatDetectionSettings *
|
|
8403
|
+
# folders/`folder`/virtualMachineThreatDetectionSettings * projects/`project`/
|
|
8401
8404
|
# virtualMachineThreatDetectionSettings
|
|
8402
8405
|
# Corresponds to the JSON property `name`
|
|
8403
8406
|
# @return [String]
|
|
@@ -8536,13 +8539,13 @@ module Google
|
|
|
8536
8539
|
|
|
8537
8540
|
# The configurations including the state of enablement for the service's
|
|
8538
8541
|
# different modules. The absence of a module in the map implies its
|
|
8539
|
-
# configuration is inherited from its parent's.
|
|
8542
|
+
# configuration is inherited from its parent's configuration.
|
|
8540
8543
|
# Corresponds to the JSON property `modules`
|
|
8541
8544
|
# @return [Hash<String,Google::Apis::SecuritycenterV1beta2::Config>]
|
|
8542
8545
|
attr_accessor :modules
|
|
8543
8546
|
|
|
8544
|
-
# The resource name of the WebSecurityScannerSettings. Formats: *
|
|
8545
|
-
# organization`/webSecurityScannerSettings * folders/`folder`/
|
|
8547
|
+
# Identifier. The resource name of the WebSecurityScannerSettings. Formats: *
|
|
8548
|
+
# organizations/`organization`/webSecurityScannerSettings * folders/`folder`/
|
|
8546
8549
|
# webSecurityScannerSettings * projects/`project`/webSecurityScannerSettings
|
|
8547
8550
|
# Corresponds to the JSON property `name`
|
|
8548
8551
|
# @return [String]
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module SecuritycenterV1beta2
|
|
18
18
|
# Version of the google-apis-securitycenter_v1beta2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.71.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240720"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -315,8 +315,8 @@ module Google
|
|
|
315
315
|
|
|
316
316
|
# Update the ContainerThreatDetectionSettings resource.
|
|
317
317
|
# @param [String] name
|
|
318
|
-
# The resource name of the ContainerThreatDetectionSettings. Formats:
|
|
319
|
-
# organizations/`organization`/containerThreatDetectionSettings * folders/`
|
|
318
|
+
# Identifier. The resource name of the ContainerThreatDetectionSettings. Formats:
|
|
319
|
+
# * organizations/`organization`/containerThreatDetectionSettings * folders/`
|
|
320
320
|
# folder`/containerThreatDetectionSettings * projects/`project`/
|
|
321
321
|
# containerThreatDetectionSettings * projects/`project`/locations/`location`/
|
|
322
322
|
# clusters/`cluster`/containerThreatDetectionSettings
|
|
@@ -355,7 +355,7 @@ module Google
|
|
|
355
355
|
|
|
356
356
|
# Update the EventThreatDetectionSettings resource.
|
|
357
357
|
# @param [String] name
|
|
358
|
-
# The resource name of the EventThreatDetectionSettings. Formats: *
|
|
358
|
+
# Identifier. The resource name of the EventThreatDetectionSettings. Formats: *
|
|
359
359
|
# organizations/`organization`/eventThreatDetectionSettings * folders/`folder`/
|
|
360
360
|
# eventThreatDetectionSettings * projects/`project`/eventThreatDetectionSettings
|
|
361
361
|
# @param [Google::Apis::SecuritycenterV1beta2::EventThreatDetectionSettings] event_threat_detection_settings_object
|
|
@@ -432,9 +432,9 @@ module Google
|
|
|
432
432
|
|
|
433
433
|
# Update the SecurityHealthAnalyticsSettings resource.
|
|
434
434
|
# @param [String] name
|
|
435
|
-
# The resource name of the SecurityHealthAnalyticsSettings. Formats:
|
|
436
|
-
# organizations/`organization`/securityHealthAnalyticsSettings * folders/`
|
|
437
|
-
#
|
|
435
|
+
# Identifier. The resource name of the SecurityHealthAnalyticsSettings. Formats:
|
|
436
|
+
# * organizations/`organization`/securityHealthAnalyticsSettings * folders/`
|
|
437
|
+
# folder`/securityHealthAnalyticsSettings * projects/`project`/
|
|
438
438
|
# securityHealthAnalyticsSettings
|
|
439
439
|
# @param [Google::Apis::SecuritycenterV1beta2::SecurityHealthAnalyticsSettings] security_health_analytics_settings_object
|
|
440
440
|
# @param [String] update_mask
|
|
@@ -471,9 +471,9 @@ module Google
|
|
|
471
471
|
|
|
472
472
|
# Update the VirtualMachineThreatDetectionSettings resource.
|
|
473
473
|
# @param [String] name
|
|
474
|
-
# The resource name of the VirtualMachineThreatDetectionSettings.
|
|
475
|
-
# organizations/`organization`/virtualMachineThreatDetectionSettings *
|
|
476
|
-
# folder`/virtualMachineThreatDetectionSettings * projects/`project`/
|
|
474
|
+
# Identifier. The resource name of the VirtualMachineThreatDetectionSettings.
|
|
475
|
+
# Formats: * organizations/`organization`/virtualMachineThreatDetectionSettings *
|
|
476
|
+
# folders/`folder`/virtualMachineThreatDetectionSettings * projects/`project`/
|
|
477
477
|
# virtualMachineThreatDetectionSettings
|
|
478
478
|
# @param [Google::Apis::SecuritycenterV1beta2::VirtualMachineThreatDetectionSettings] virtual_machine_threat_detection_settings_object
|
|
479
479
|
# @param [String] update_mask
|
|
@@ -510,8 +510,8 @@ module Google
|
|
|
510
510
|
|
|
511
511
|
# Update the WebSecurityScannerSettings resource.
|
|
512
512
|
# @param [String] name
|
|
513
|
-
# The resource name of the WebSecurityScannerSettings. Formats: *
|
|
514
|
-
# organization`/webSecurityScannerSettings * folders/`folder`/
|
|
513
|
+
# Identifier. The resource name of the WebSecurityScannerSettings. Formats: *
|
|
514
|
+
# organizations/`organization`/webSecurityScannerSettings * folders/`folder`/
|
|
515
515
|
# webSecurityScannerSettings * projects/`project`/webSecurityScannerSettings
|
|
516
516
|
# @param [Google::Apis::SecuritycenterV1beta2::WebSecurityScannerSettings] web_security_scanner_settings_object
|
|
517
517
|
# @param [String] update_mask
|
|
@@ -1073,8 +1073,8 @@ module Google
|
|
|
1073
1073
|
|
|
1074
1074
|
# Update the ContainerThreatDetectionSettings resource.
|
|
1075
1075
|
# @param [String] name
|
|
1076
|
-
# The resource name of the ContainerThreatDetectionSettings. Formats:
|
|
1077
|
-
# organizations/`organization`/containerThreatDetectionSettings * folders/`
|
|
1076
|
+
# Identifier. The resource name of the ContainerThreatDetectionSettings. Formats:
|
|
1077
|
+
# * organizations/`organization`/containerThreatDetectionSettings * folders/`
|
|
1078
1078
|
# folder`/containerThreatDetectionSettings * projects/`project`/
|
|
1079
1079
|
# containerThreatDetectionSettings * projects/`project`/locations/`location`/
|
|
1080
1080
|
# clusters/`cluster`/containerThreatDetectionSettings
|
|
@@ -1113,7 +1113,7 @@ module Google
|
|
|
1113
1113
|
|
|
1114
1114
|
# Update the EventThreatDetectionSettings resource.
|
|
1115
1115
|
# @param [String] name
|
|
1116
|
-
# The resource name of the EventThreatDetectionSettings. Formats: *
|
|
1116
|
+
# Identifier. The resource name of the EventThreatDetectionSettings. Formats: *
|
|
1117
1117
|
# organizations/`organization`/eventThreatDetectionSettings * folders/`folder`/
|
|
1118
1118
|
# eventThreatDetectionSettings * projects/`project`/eventThreatDetectionSettings
|
|
1119
1119
|
# @param [Google::Apis::SecuritycenterV1beta2::EventThreatDetectionSettings] event_threat_detection_settings_object
|
|
@@ -1190,9 +1190,9 @@ module Google
|
|
|
1190
1190
|
|
|
1191
1191
|
# Update the SecurityHealthAnalyticsSettings resource.
|
|
1192
1192
|
# @param [String] name
|
|
1193
|
-
# The resource name of the SecurityHealthAnalyticsSettings. Formats:
|
|
1194
|
-
# organizations/`organization`/securityHealthAnalyticsSettings * folders/`
|
|
1195
|
-
#
|
|
1193
|
+
# Identifier. The resource name of the SecurityHealthAnalyticsSettings. Formats:
|
|
1194
|
+
# * organizations/`organization`/securityHealthAnalyticsSettings * folders/`
|
|
1195
|
+
# folder`/securityHealthAnalyticsSettings * projects/`project`/
|
|
1196
1196
|
# securityHealthAnalyticsSettings
|
|
1197
1197
|
# @param [Google::Apis::SecuritycenterV1beta2::SecurityHealthAnalyticsSettings] security_health_analytics_settings_object
|
|
1198
1198
|
# @param [String] update_mask
|
|
@@ -1229,9 +1229,9 @@ module Google
|
|
|
1229
1229
|
|
|
1230
1230
|
# Update the VirtualMachineThreatDetectionSettings resource.
|
|
1231
1231
|
# @param [String] name
|
|
1232
|
-
# The resource name of the VirtualMachineThreatDetectionSettings.
|
|
1233
|
-
# organizations/`organization`/virtualMachineThreatDetectionSettings *
|
|
1234
|
-
# folder`/virtualMachineThreatDetectionSettings * projects/`project`/
|
|
1232
|
+
# Identifier. The resource name of the VirtualMachineThreatDetectionSettings.
|
|
1233
|
+
# Formats: * organizations/`organization`/virtualMachineThreatDetectionSettings *
|
|
1234
|
+
# folders/`folder`/virtualMachineThreatDetectionSettings * projects/`project`/
|
|
1235
1235
|
# virtualMachineThreatDetectionSettings
|
|
1236
1236
|
# @param [Google::Apis::SecuritycenterV1beta2::VirtualMachineThreatDetectionSettings] virtual_machine_threat_detection_settings_object
|
|
1237
1237
|
# @param [String] update_mask
|
|
@@ -1268,8 +1268,8 @@ module Google
|
|
|
1268
1268
|
|
|
1269
1269
|
# Update the WebSecurityScannerSettings resource.
|
|
1270
1270
|
# @param [String] name
|
|
1271
|
-
# The resource name of the WebSecurityScannerSettings. Formats: *
|
|
1272
|
-
# organization`/webSecurityScannerSettings * folders/`folder`/
|
|
1271
|
+
# Identifier. The resource name of the WebSecurityScannerSettings. Formats: *
|
|
1272
|
+
# organizations/`organization`/webSecurityScannerSettings * folders/`folder`/
|
|
1273
1273
|
# webSecurityScannerSettings * projects/`project`/webSecurityScannerSettings
|
|
1274
1274
|
# @param [Google::Apis::SecuritycenterV1beta2::WebSecurityScannerSettings] web_security_scanner_settings_object
|
|
1275
1275
|
# @param [String] update_mask
|
|
@@ -1800,8 +1800,8 @@ module Google
|
|
|
1800
1800
|
|
|
1801
1801
|
# Update the ContainerThreatDetectionSettings resource.
|
|
1802
1802
|
# @param [String] name
|
|
1803
|
-
# The resource name of the ContainerThreatDetectionSettings. Formats:
|
|
1804
|
-
# organizations/`organization`/containerThreatDetectionSettings * folders/`
|
|
1803
|
+
# Identifier. The resource name of the ContainerThreatDetectionSettings. Formats:
|
|
1804
|
+
# * organizations/`organization`/containerThreatDetectionSettings * folders/`
|
|
1805
1805
|
# folder`/containerThreatDetectionSettings * projects/`project`/
|
|
1806
1806
|
# containerThreatDetectionSettings * projects/`project`/locations/`location`/
|
|
1807
1807
|
# clusters/`cluster`/containerThreatDetectionSettings
|
|
@@ -1840,7 +1840,7 @@ module Google
|
|
|
1840
1840
|
|
|
1841
1841
|
# Update the EventThreatDetectionSettings resource.
|
|
1842
1842
|
# @param [String] name
|
|
1843
|
-
# The resource name of the EventThreatDetectionSettings. Formats: *
|
|
1843
|
+
# Identifier. The resource name of the EventThreatDetectionSettings. Formats: *
|
|
1844
1844
|
# organizations/`organization`/eventThreatDetectionSettings * folders/`folder`/
|
|
1845
1845
|
# eventThreatDetectionSettings * projects/`project`/eventThreatDetectionSettings
|
|
1846
1846
|
# @param [Google::Apis::SecuritycenterV1beta2::EventThreatDetectionSettings] event_threat_detection_settings_object
|
|
@@ -1917,9 +1917,9 @@ module Google
|
|
|
1917
1917
|
|
|
1918
1918
|
# Update the SecurityHealthAnalyticsSettings resource.
|
|
1919
1919
|
# @param [String] name
|
|
1920
|
-
# The resource name of the SecurityHealthAnalyticsSettings. Formats:
|
|
1921
|
-
# organizations/`organization`/securityHealthAnalyticsSettings * folders/`
|
|
1922
|
-
#
|
|
1920
|
+
# Identifier. The resource name of the SecurityHealthAnalyticsSettings. Formats:
|
|
1921
|
+
# * organizations/`organization`/securityHealthAnalyticsSettings * folders/`
|
|
1922
|
+
# folder`/securityHealthAnalyticsSettings * projects/`project`/
|
|
1923
1923
|
# securityHealthAnalyticsSettings
|
|
1924
1924
|
# @param [Google::Apis::SecuritycenterV1beta2::SecurityHealthAnalyticsSettings] security_health_analytics_settings_object
|
|
1925
1925
|
# @param [String] update_mask
|
|
@@ -1956,9 +1956,9 @@ module Google
|
|
|
1956
1956
|
|
|
1957
1957
|
# Update the VirtualMachineThreatDetectionSettings resource.
|
|
1958
1958
|
# @param [String] name
|
|
1959
|
-
# The resource name of the VirtualMachineThreatDetectionSettings.
|
|
1960
|
-
# organizations/`organization`/virtualMachineThreatDetectionSettings *
|
|
1961
|
-
# folder`/virtualMachineThreatDetectionSettings * projects/`project`/
|
|
1959
|
+
# Identifier. The resource name of the VirtualMachineThreatDetectionSettings.
|
|
1960
|
+
# Formats: * organizations/`organization`/virtualMachineThreatDetectionSettings *
|
|
1961
|
+
# folders/`folder`/virtualMachineThreatDetectionSettings * projects/`project`/
|
|
1962
1962
|
# virtualMachineThreatDetectionSettings
|
|
1963
1963
|
# @param [Google::Apis::SecuritycenterV1beta2::VirtualMachineThreatDetectionSettings] virtual_machine_threat_detection_settings_object
|
|
1964
1964
|
# @param [String] update_mask
|
|
@@ -1995,8 +1995,8 @@ module Google
|
|
|
1995
1995
|
|
|
1996
1996
|
# Update the WebSecurityScannerSettings resource.
|
|
1997
1997
|
# @param [String] name
|
|
1998
|
-
# The resource name of the WebSecurityScannerSettings. Formats: *
|
|
1999
|
-
# organization`/webSecurityScannerSettings * folders/`folder`/
|
|
1998
|
+
# Identifier. The resource name of the WebSecurityScannerSettings. Formats: *
|
|
1999
|
+
# organizations/`organization`/webSecurityScannerSettings * folders/`folder`/
|
|
2000
2000
|
# webSecurityScannerSettings * projects/`project`/webSecurityScannerSettings
|
|
2001
2001
|
# @param [Google::Apis::SecuritycenterV1beta2::WebSecurityScannerSettings] web_security_scanner_settings_object
|
|
2002
2002
|
# @param [String] update_mask
|
|
@@ -2150,8 +2150,8 @@ module Google
|
|
|
2150
2150
|
|
|
2151
2151
|
# Update the ContainerThreatDetectionSettings resource.
|
|
2152
2152
|
# @param [String] name
|
|
2153
|
-
# The resource name of the ContainerThreatDetectionSettings. Formats:
|
|
2154
|
-
# organizations/`organization`/containerThreatDetectionSettings * folders/`
|
|
2153
|
+
# Identifier. The resource name of the ContainerThreatDetectionSettings. Formats:
|
|
2154
|
+
# * organizations/`organization`/containerThreatDetectionSettings * folders/`
|
|
2155
2155
|
# folder`/containerThreatDetectionSettings * projects/`project`/
|
|
2156
2156
|
# containerThreatDetectionSettings * projects/`project`/locations/`location`/
|
|
2157
2157
|
# clusters/`cluster`/containerThreatDetectionSettings
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-securitycenter_v1beta2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.71.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-07-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.71.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|