google-apis-securitycenter_v1beta2 0.68.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: e5d97f0889f61c04f18c3c2326a32fcf73a7ac413d7019b9bedf36dd11bcb358
4
- data.tar.gz: 43ca69cc1023b514a1e465f132a526e6d6ccd15912629713813c46c6ffed1c7b
3
+ metadata.gz: b40fba627f6d71d36f48c94ebc14bef9e1c1b197b04e9e745aedec265a96c21d
4
+ data.tar.gz: b8eca91a3b312c1adcefcd159c8b9710ee762b5c1c5047804fdf608aec4266f6
5
5
  SHA512:
6
- metadata.gz: cc1d38e3a4b2742379c7482aff2c140133bccc26dc6727021b9f9403842fef7478500aebb83d47655e9427f975eefa561888f9cf14770b5cb1c2276e3e9894c7
7
- data.tar.gz: 7b26c108208de7f7980070ecd526695b6b69043c9de9143b5708433d69c571a5f8c3240b968b464bae714a1ec1878a4ac1503555f7e8d2ead8b1aa78d5b77d76
6
+ metadata.gz: 619ccde3d95ced28ee5e81d1b1404e4f7479499e28bfe45732b09f65a99a98a2038cf7e95ceb3caa3228ef7c5b359cf3427dc5eeed2eb2b4b9ebb63a46ef40ff
7
+ data.tar.gz: c1f60510855b20cf087ecbfe68efbcfc5231afcd455d2be7c7b7966f889c11f4662d14d38f3c22aa0970a15b895b0a3d3f18ccef2e2ca1ce6ca4e2981a98641d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.68.0 (2024-04-28)
4
9
 
5
10
  * Regenerated from discovery document revision 20240422
@@ -2660,8 +2660,8 @@ module Google
2660
2660
  end
2661
2661
  end
2662
2662
 
2663
- # A resource value config (RVC) is a mapping configuration of user's resources
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 config was created.
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 config.
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 config
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. E.g. "
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 "AND" of other resources. E.g. "storage.googleapis.com/
2698
- # Bucket" with resource_value "HIGH" will apply "HIGH" value only to "storage.
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 config to. For example, "project/456" would
2710
- # apply this config only to resources in "project/456" scope will be checked
2711
- # with "AND" of other resources.
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" E.g. [ "tagValues/123", "tagValues/456", "tagValues/789" ]
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 config was last updated.
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
@@ -6156,8 +6156,8 @@ module Google
6156
6156
  end
6157
6157
  end
6158
6158
 
6159
- # A resource value config (RVC) is a mapping configuration of user's resources
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 config was created.
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 config.
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 config
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. E.g. "
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 "AND" of other resources. E.g. "storage.googleapis.com/
6194
- # Bucket" with resource_value "HIGH" will apply "HIGH" value only to "storage.
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 config to. For example, "project/456" would
6207
- # apply this config only to resources in "project/456" scope will be checked
6208
- # with "AND" of other resources.
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" E.g. [ "tagValues/123", "tagValues/456", "tagValues/789" ]
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 config was last updated.
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
@@ -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.68.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.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240422"
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.68.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-04-28 00:00:00.000000000 Z
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.14.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.14.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.68.0
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: []