google-apis-securitycenter_v1beta2 0.67.0 → 0.69.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b40fba627f6d71d36f48c94ebc14bef9e1c1b197b04e9e745aedec265a96c21d
|
4
|
+
data.tar.gz: b8eca91a3b312c1adcefcd159c8b9710ee762b5c1c5047804fdf608aec4266f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 619ccde3d95ced28ee5e81d1b1404e4f7479499e28bfe45732b09f65a99a98a2038cf7e95ceb3caa3228ef7c5b359cf3427dc5eeed2eb2b4b9ebb63a46ef40ff
|
7
|
+
data.tar.gz: c1f60510855b20cf087ecbfe68efbcfc5231afcd455d2be7c7b7966f889c11f4662d14d38f3c22aa0970a15b895b0a3d3f18ccef2e2ca1ce6ca4e2981a98641d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-securitycenter_v1beta2
|
2
2
|
|
3
|
+
### v0.69.0 (2024-05-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240520
|
6
|
+
* Regenerated using generator version 0.15.0
|
7
|
+
|
8
|
+
### v0.68.0 (2024-04-28)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240422
|
11
|
+
|
3
12
|
### v0.67.0 (2024-04-21)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240415
|
@@ -242,7 +242,7 @@ module Google
|
|
242
242
|
class Attack
|
243
243
|
include Google::Apis::Core::Hashable
|
244
244
|
|
245
|
-
# Type of attack, for example,
|
245
|
+
# Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.
|
246
246
|
# Corresponds to the JSON property `classification`
|
247
247
|
# @return [String]
|
248
248
|
attr_accessor :classification
|
@@ -577,7 +577,7 @@ module Google
|
|
577
577
|
attr_accessor :security_policy
|
578
578
|
|
579
579
|
# Distinguish between volumetric & protocol DDoS attack and application layer
|
580
|
-
# attacks. For example,
|
580
|
+
# attacks. For example, "L3_4" for Layer 3 and Layer 4 DDoS attacks, or "L_7"
|
581
581
|
# for Layer 7 DDoS attacks.
|
582
582
|
# Corresponds to the JSON property `threatVector`
|
583
583
|
# @return [String]
|
@@ -2594,13 +2594,13 @@ module Google
|
|
2594
2594
|
# @return [Google::Apis::SecuritycenterV1beta2::ResourcePath]
|
2595
2595
|
attr_accessor :resource_path
|
2596
2596
|
|
2597
|
-
# A string representation of the resource path. For
|
2598
|
-
# organizations/`organization_id`/folders/`folder_id`/folders/`
|
2599
|
-
# projects/`project_id` where there can be any number of folders. For
|
2600
|
-
# has the format of
|
2601
|
-
# organizational_unit_id`/account/`account_id` where there can be any number of
|
2602
|
-
# organizational units. For Azure, it has the format of
|
2603
|
-
#
|
2597
|
+
# A string representation of the resource path. For Google Cloud, it has the
|
2598
|
+
# format of organizations/`organization_id`/folders/`folder_id`/folders/`
|
2599
|
+
# folder_id`/projects/`project_id` where there can be any number of folders. For
|
2600
|
+
# AWS, it has the format of org/`organization_id`/ou/`organizational_unit_id`/ou/
|
2601
|
+
# `organizational_unit_id`/account/`account_id` where there can be any number of
|
2602
|
+
# organizational units. For Azure, it has the format of mg/`management_group_id`/
|
2603
|
+
# mg/`management_group_id`/subscription/`subscription_id`/rg/`
|
2604
2604
|
# resource_group_name` where there can be any number of management groups.
|
2605
2605
|
# Corresponds to the JSON property `resourcePathString`
|
2606
2606
|
# @return [String]
|
@@ -2660,8 +2660,8 @@ module Google
|
|
2660
2660
|
end
|
2661
2661
|
end
|
2662
2662
|
|
2663
|
-
# A resource value
|
2664
|
-
# to resource values. Used in Attack path simulations.
|
2663
|
+
# A resource value configuration (RVC) is a mapping configuration of user's
|
2664
|
+
# resources to resource values. Used in Attack path simulations.
|
2665
2665
|
class GoogleCloudSecuritycenterV1ResourceValueConfig
|
2666
2666
|
include Google::Apis::Core::Hashable
|
2667
2667
|
|
@@ -2670,22 +2670,22 @@ module Google
|
|
2670
2670
|
# @return [String]
|
2671
2671
|
attr_accessor :cloud_provider
|
2672
2672
|
|
2673
|
-
# Output only. Timestamp this resource value
|
2673
|
+
# Output only. Timestamp this resource value configuration was created.
|
2674
2674
|
# Corresponds to the JSON property `createTime`
|
2675
2675
|
# @return [String]
|
2676
2676
|
attr_accessor :create_time
|
2677
2677
|
|
2678
|
-
# Description of the resource value
|
2678
|
+
# Description of the resource value configuration.
|
2679
2679
|
# Corresponds to the JSON property `description`
|
2680
2680
|
# @return [String]
|
2681
2681
|
attr_accessor :description
|
2682
2682
|
|
2683
|
-
# Name for the resource value
|
2683
|
+
# Name for the resource value configuration
|
2684
2684
|
# Corresponds to the JSON property `name`
|
2685
2685
|
# @return [String]
|
2686
2686
|
attr_accessor :name
|
2687
2687
|
|
2688
|
-
# List of resource labels to search for, evaluated with AND.
|
2688
|
+
# List of resource labels to search for, evaluated with AND. For example, "
|
2689
2689
|
# resource_labels_selector": `"key": "value", "env": "prod"` will match
|
2690
2690
|
# resources with labels "key": "value" AND "env": "prod" https://cloud.google.
|
2691
2691
|
# com/resource-manager/docs/creating-managing-labels
|
@@ -2694,9 +2694,9 @@ module Google
|
|
2694
2694
|
attr_accessor :resource_labels_selector
|
2695
2695
|
|
2696
2696
|
# Apply resource_value only to resources that match resource_type. resource_type
|
2697
|
-
# will be checked with
|
2698
|
-
# Bucket" with resource_value "HIGH" will apply "HIGH" value only to "
|
2699
|
-
# googleapis.com/Bucket" resources.
|
2697
|
+
# will be checked with AND of other resources. For example, "storage.googleapis.
|
2698
|
+
# com/Bucket" with resource_value "HIGH" will apply "HIGH" value only to "
|
2699
|
+
# storage.googleapis.com/Bucket" resources.
|
2700
2700
|
# Corresponds to the JSON property `resourceType`
|
2701
2701
|
# @return [String]
|
2702
2702
|
attr_accessor :resource_type
|
@@ -2706,9 +2706,9 @@ module Google
|
|
2706
2706
|
# @return [String]
|
2707
2707
|
attr_accessor :resource_value
|
2708
2708
|
|
2709
|
-
# Project or folder to scope this
|
2710
|
-
# apply this
|
2711
|
-
# with
|
2709
|
+
# Project or folder to scope this configuration to. For example, "project/456"
|
2710
|
+
# would apply this configuration only to resources in "project/456" scope will
|
2711
|
+
# be checked with AND of other resources.
|
2712
2712
|
# Corresponds to the JSON property `scope`
|
2713
2713
|
# @return [String]
|
2714
2714
|
attr_accessor :scope
|
@@ -2721,13 +2721,13 @@ module Google
|
|
2721
2721
|
attr_accessor :sensitive_data_protection_mapping
|
2722
2722
|
|
2723
2723
|
# Required. Tag values combined with AND to check against. Values in the form "
|
2724
|
-
# tagValues/123"
|
2724
|
+
# tagValues/123" Example: [ "tagValues/123", "tagValues/456", "tagValues/789" ]
|
2725
2725
|
# https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing
|
2726
2726
|
# Corresponds to the JSON property `tagValues`
|
2727
2727
|
# @return [Array<String>]
|
2728
2728
|
attr_accessor :tag_values
|
2729
2729
|
|
2730
|
-
# Output only. Timestamp this resource value
|
2730
|
+
# Output only. Timestamp this resource value configuration was last updated.
|
2731
2731
|
# Corresponds to the JSON property `updateTime`
|
2732
2732
|
# @return [String]
|
2733
2733
|
attr_accessor :update_time
|
@@ -3424,7 +3424,7 @@ module Google
|
|
3424
3424
|
class GoogleCloudSecuritycenterV2Attack
|
3425
3425
|
include Google::Apis::Core::Hashable
|
3426
3426
|
|
3427
|
-
# Type of attack, for example,
|
3427
|
+
# Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.
|
3428
3428
|
# Corresponds to the JSON property `classification`
|
3429
3429
|
# @return [String]
|
3430
3430
|
attr_accessor :classification
|
@@ -3894,7 +3894,7 @@ module Google
|
|
3894
3894
|
attr_accessor :security_policy
|
3895
3895
|
|
3896
3896
|
# Distinguish between volumetric & protocol DDoS attack and application layer
|
3897
|
-
# attacks. For example,
|
3897
|
+
# attacks. For example, "L3_4" for Layer 3 and Layer 4 DDoS attacks, or "L_7"
|
3898
3898
|
# for Layer 7 DDoS attacks.
|
3899
3899
|
# Corresponds to the JSON property `threatVector`
|
3900
3900
|
# @return [String]
|
@@ -6062,13 +6062,13 @@ module Google
|
|
6062
6062
|
# @return [Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2ResourcePath]
|
6063
6063
|
attr_accessor :resource_path
|
6064
6064
|
|
6065
|
-
# A string representation of the resource path. For
|
6066
|
-
# organizations/`organization_id`/folders/`folder_id`/folders/`
|
6067
|
-
# projects/`project_id` where there can be any number of folders. For
|
6068
|
-
# has the format of
|
6069
|
-
# organizational_unit_id`/account/`account_id` where there can be any number of
|
6070
|
-
# organizational units. For Azure, it has the format of
|
6071
|
-
#
|
6065
|
+
# A string representation of the resource path. For Google Cloud, it has the
|
6066
|
+
# format of organizations/`organization_id`/folders/`folder_id`/folders/`
|
6067
|
+
# folder_id`/projects/`project_id` where there can be any number of folders. For
|
6068
|
+
# AWS, it has the format of org/`organization_id`/ou/`organizational_unit_id`/ou/
|
6069
|
+
# `organizational_unit_id`/account/`account_id` where there can be any number of
|
6070
|
+
# organizational units. For Azure, it has the format of mg/`management_group_id`/
|
6071
|
+
# mg/`management_group_id`/subscription/`subscription_id`/rg/`
|
6072
6072
|
# resource_group_name` where there can be any number of management groups.
|
6073
6073
|
# Corresponds to the JSON property `resourcePathString`
|
6074
6074
|
# @return [String]
|
@@ -6156,8 +6156,8 @@ module Google
|
|
6156
6156
|
end
|
6157
6157
|
end
|
6158
6158
|
|
6159
|
-
# A resource value
|
6160
|
-
# to resource values. Used in Attack path simulations.
|
6159
|
+
# A resource value configuration (RVC) is a mapping configuration of user's
|
6160
|
+
# resources to resource values. Used in Attack path simulations.
|
6161
6161
|
class GoogleCloudSecuritycenterV2ResourceValueConfig
|
6162
6162
|
include Google::Apis::Core::Hashable
|
6163
6163
|
|
@@ -6166,22 +6166,22 @@ module Google
|
|
6166
6166
|
# @return [String]
|
6167
6167
|
attr_accessor :cloud_provider
|
6168
6168
|
|
6169
|
-
# Output only. Timestamp this resource value
|
6169
|
+
# Output only. Timestamp this resource value configuration was created.
|
6170
6170
|
# Corresponds to the JSON property `createTime`
|
6171
6171
|
# @return [String]
|
6172
6172
|
attr_accessor :create_time
|
6173
6173
|
|
6174
|
-
# Description of the resource value
|
6174
|
+
# Description of the resource value configuration.
|
6175
6175
|
# Corresponds to the JSON property `description`
|
6176
6176
|
# @return [String]
|
6177
6177
|
attr_accessor :description
|
6178
6178
|
|
6179
|
-
# Name for the resource value
|
6179
|
+
# Name for the resource value configuration
|
6180
6180
|
# Corresponds to the JSON property `name`
|
6181
6181
|
# @return [String]
|
6182
6182
|
attr_accessor :name
|
6183
6183
|
|
6184
|
-
# List of resource labels to search for, evaluated with AND.
|
6184
|
+
# List of resource labels to search for, evaluated with AND. For example, "
|
6185
6185
|
# resource_labels_selector": `"key": "value", "env": "prod"` will match
|
6186
6186
|
# resources with labels "key": "value" AND "env": "prod" https://cloud.google.
|
6187
6187
|
# com/resource-manager/docs/creating-managing-labels
|
@@ -6190,9 +6190,9 @@ module Google
|
|
6190
6190
|
attr_accessor :resource_labels_selector
|
6191
6191
|
|
6192
6192
|
# Apply resource_value only to resources that match resource_type. resource_type
|
6193
|
-
# will be checked with
|
6194
|
-
# Bucket" with resource_value "HIGH" will apply "HIGH" value only to "
|
6195
|
-
# googleapis.com/Bucket" resources.
|
6193
|
+
# will be checked with AND of other resources. For example, "storage.googleapis.
|
6194
|
+
# com/Bucket" with resource_value "HIGH" will apply "HIGH" value only to "
|
6195
|
+
# storage.googleapis.com/Bucket" resources.
|
6196
6196
|
# Corresponds to the JSON property `resourceType`
|
6197
6197
|
# @return [String]
|
6198
6198
|
attr_accessor :resource_type
|
@@ -6203,9 +6203,9 @@ module Google
|
|
6203
6203
|
# @return [String]
|
6204
6204
|
attr_accessor :resource_value
|
6205
6205
|
|
6206
|
-
# Project or folder to scope this
|
6207
|
-
# apply this
|
6208
|
-
# with
|
6206
|
+
# Project or folder to scope this configuration to. For example, "project/456"
|
6207
|
+
# would apply this configuration only to resources in "project/456" scope will
|
6208
|
+
# be checked with AND of other resources.
|
6209
6209
|
# Corresponds to the JSON property `scope`
|
6210
6210
|
# @return [String]
|
6211
6211
|
attr_accessor :scope
|
@@ -6218,13 +6218,13 @@ module Google
|
|
6218
6218
|
attr_accessor :sensitive_data_protection_mapping
|
6219
6219
|
|
6220
6220
|
# Required. Tag values combined with AND to check against. Values in the form "
|
6221
|
-
# tagValues/123"
|
6221
|
+
# tagValues/123" Example: [ "tagValues/123", "tagValues/456", "tagValues/789" ]
|
6222
6222
|
# https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing
|
6223
6223
|
# Corresponds to the JSON property `tagValues`
|
6224
6224
|
# @return [Array<String>]
|
6225
6225
|
attr_accessor :tag_values
|
6226
6226
|
|
6227
|
-
# Output only. Timestamp this resource value
|
6227
|
+
# Output only. Timestamp this resource value configuration was last updated.
|
6228
6228
|
# Corresponds to the JSON property `updateTime`
|
6229
6229
|
# @return [String]
|
6230
6230
|
attr_accessor :update_time
|
@@ -6383,9 +6383,9 @@ module Google
|
|
6383
6383
|
attr_accessor :preview
|
6384
6384
|
alias_method :preview?, :preview
|
6385
6385
|
|
6386
|
-
# The type of Google Cloud Armor security policy for example,
|
6387
|
-
# policy
|
6388
|
-
# DDoS protection
|
6386
|
+
# The type of Google Cloud Armor security policy for example, 'backend security
|
6387
|
+
# policy', 'edge security policy', 'network edge security policy', or 'always-on
|
6388
|
+
# DDoS protection'.
|
6389
6389
|
# Corresponds to the JSON property `type`
|
6390
6390
|
# @return [String]
|
6391
6391
|
attr_accessor :type
|
@@ -7784,9 +7784,9 @@ module Google
|
|
7784
7784
|
attr_accessor :preview
|
7785
7785
|
alias_method :preview?, :preview
|
7786
7786
|
|
7787
|
-
# The type of Google Cloud Armor security policy for example,
|
7788
|
-
# policy
|
7789
|
-
# DDoS protection
|
7787
|
+
# The type of Google Cloud Armor security policy for example, 'backend security
|
7788
|
+
# policy', 'edge security policy', 'network edge security policy', or 'always-on
|
7789
|
+
# DDoS protection'.
|
7790
7790
|
# Corresponds to the JSON property `type`
|
7791
7791
|
# @return [String]
|
7792
7792
|
attr_accessor :type
|
@@ -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.69.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240520"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.69.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-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.15.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.15.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.69.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: []
|