google-apis-securitycenter_v1beta1 0.76.0 → 0.77.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: ab34e805490a97d4e9b4cf25b517466b1d06133a217f71944fa85003075f1ae5
4
- data.tar.gz: 463efca3e21160ed11bcceff4acf7263e79bac622d87a0093b62fede56ba5a20
3
+ metadata.gz: ae8435f7654f6704ed1db9b4aab977274fe78aaa818ccc3162c152bb6ec74b76
4
+ data.tar.gz: fef15e0cd412f2ce54683beca7a70efe91839a53f492eaec78fe857986d76cf1
5
5
  SHA512:
6
- metadata.gz: 31c00f71939c9f474c6f28904d378e0a35c049f89cfe845f73ab4729347aeae138235c3f4272a5d925480f00efa15ac2ba0bc17b334f575f34e0982e0241e29e
7
- data.tar.gz: 6995347692f5d0def68c40e8441e97d0cb83707845c8cc8ba54010bcc1c443ad8421aac9e53127a7b972f2379381cf502479d86e32d827aa2f0c57f6040b05aa
6
+ metadata.gz: ffc30566cb74a735bd862e9127c626b620b087ea95da8298172254c56c0ea8948d7fe4e77b5831d91979be0f3647d419b2dde930761317887435b562ff0dc852
7
+ data.tar.gz: 7f671639a589e69b318b2746ace08a5f4abbb962be1fac63b19c19cd129adb1af1c38c6799131c42f1a97f7b618ae6a5a1a358baab5b68f7439d77abfb801ba5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.77.0 (2024-05-26)
4
+
5
+ * Regenerated from discovery document revision 20240520
6
+ * Regenerated using generator version 0.15.0
7
+
3
8
  ### v0.76.0 (2024-04-28)
4
9
 
5
10
  * Regenerated from discovery document revision 20240422
@@ -2843,8 +2843,8 @@ module Google
2843
2843
  end
2844
2844
  end
2845
2845
 
2846
- # A resource value config (RVC) is a mapping configuration of user's resources
2847
- # to resource values. Used in Attack path simulations.
2846
+ # A resource value configuration (RVC) is a mapping configuration of user's
2847
+ # resources to resource values. Used in Attack path simulations.
2848
2848
  class GoogleCloudSecuritycenterV1ResourceValueConfig
2849
2849
  include Google::Apis::Core::Hashable
2850
2850
 
@@ -2853,22 +2853,22 @@ module Google
2853
2853
  # @return [String]
2854
2854
  attr_accessor :cloud_provider
2855
2855
 
2856
- # Output only. Timestamp this resource value config was created.
2856
+ # Output only. Timestamp this resource value configuration was created.
2857
2857
  # Corresponds to the JSON property `createTime`
2858
2858
  # @return [String]
2859
2859
  attr_accessor :create_time
2860
2860
 
2861
- # Description of the resource value config.
2861
+ # Description of the resource value configuration.
2862
2862
  # Corresponds to the JSON property `description`
2863
2863
  # @return [String]
2864
2864
  attr_accessor :description
2865
2865
 
2866
- # Name for the resource value config
2866
+ # Name for the resource value configuration
2867
2867
  # Corresponds to the JSON property `name`
2868
2868
  # @return [String]
2869
2869
  attr_accessor :name
2870
2870
 
2871
- # List of resource labels to search for, evaluated with AND. E.g. "
2871
+ # List of resource labels to search for, evaluated with AND. For example, "
2872
2872
  # resource_labels_selector": `"key": "value", "env": "prod"` will match
2873
2873
  # resources with labels "key": "value" AND "env": "prod" https://cloud.google.
2874
2874
  # com/resource-manager/docs/creating-managing-labels
@@ -2877,9 +2877,9 @@ module Google
2877
2877
  attr_accessor :resource_labels_selector
2878
2878
 
2879
2879
  # Apply resource_value only to resources that match resource_type. resource_type
2880
- # will be checked with "AND" of other resources. E.g. "storage.googleapis.com/
2881
- # Bucket" with resource_value "HIGH" will apply "HIGH" value only to "storage.
2882
- # googleapis.com/Bucket" resources.
2880
+ # will be checked with AND of other resources. For example, "storage.googleapis.
2881
+ # com/Bucket" with resource_value "HIGH" will apply "HIGH" value only to "
2882
+ # storage.googleapis.com/Bucket" resources.
2883
2883
  # Corresponds to the JSON property `resourceType`
2884
2884
  # @return [String]
2885
2885
  attr_accessor :resource_type
@@ -2889,9 +2889,9 @@ module Google
2889
2889
  # @return [String]
2890
2890
  attr_accessor :resource_value
2891
2891
 
2892
- # Project or folder to scope this config to. For example, "project/456" would
2893
- # apply this config only to resources in "project/456" scope will be checked
2894
- # with "AND" of other resources.
2892
+ # Project or folder to scope this configuration to. For example, "project/456"
2893
+ # would apply this configuration only to resources in "project/456" scope will
2894
+ # be checked with AND of other resources.
2895
2895
  # Corresponds to the JSON property `scope`
2896
2896
  # @return [String]
2897
2897
  attr_accessor :scope
@@ -2904,13 +2904,13 @@ module Google
2904
2904
  attr_accessor :sensitive_data_protection_mapping
2905
2905
 
2906
2906
  # Required. Tag values combined with AND to check against. Values in the form "
2907
- # tagValues/123" E.g. [ "tagValues/123", "tagValues/456", "tagValues/789" ]
2907
+ # tagValues/123" Example: [ "tagValues/123", "tagValues/456", "tagValues/789" ]
2908
2908
  # https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing
2909
2909
  # Corresponds to the JSON property `tagValues`
2910
2910
  # @return [Array<String>]
2911
2911
  attr_accessor :tag_values
2912
2912
 
2913
- # Output only. Timestamp this resource value config was last updated.
2913
+ # Output only. Timestamp this resource value configuration was last updated.
2914
2914
  # Corresponds to the JSON property `updateTime`
2915
2915
  # @return [String]
2916
2916
  attr_accessor :update_time
@@ -6472,8 +6472,8 @@ module Google
6472
6472
  end
6473
6473
  end
6474
6474
 
6475
- # A resource value config (RVC) is a mapping configuration of user's resources
6476
- # to resource values. Used in Attack path simulations.
6475
+ # A resource value configuration (RVC) is a mapping configuration of user's
6476
+ # resources to resource values. Used in Attack path simulations.
6477
6477
  class GoogleCloudSecuritycenterV2ResourceValueConfig
6478
6478
  include Google::Apis::Core::Hashable
6479
6479
 
@@ -6482,22 +6482,22 @@ module Google
6482
6482
  # @return [String]
6483
6483
  attr_accessor :cloud_provider
6484
6484
 
6485
- # Output only. Timestamp this resource value config was created.
6485
+ # Output only. Timestamp this resource value configuration was created.
6486
6486
  # Corresponds to the JSON property `createTime`
6487
6487
  # @return [String]
6488
6488
  attr_accessor :create_time
6489
6489
 
6490
- # Description of the resource value config.
6490
+ # Description of the resource value configuration.
6491
6491
  # Corresponds to the JSON property `description`
6492
6492
  # @return [String]
6493
6493
  attr_accessor :description
6494
6494
 
6495
- # Name for the resource value config
6495
+ # Name for the resource value configuration
6496
6496
  # Corresponds to the JSON property `name`
6497
6497
  # @return [String]
6498
6498
  attr_accessor :name
6499
6499
 
6500
- # List of resource labels to search for, evaluated with AND. E.g. "
6500
+ # List of resource labels to search for, evaluated with AND. For example, "
6501
6501
  # resource_labels_selector": `"key": "value", "env": "prod"` will match
6502
6502
  # resources with labels "key": "value" AND "env": "prod" https://cloud.google.
6503
6503
  # com/resource-manager/docs/creating-managing-labels
@@ -6506,9 +6506,9 @@ module Google
6506
6506
  attr_accessor :resource_labels_selector
6507
6507
 
6508
6508
  # Apply resource_value only to resources that match resource_type. resource_type
6509
- # will be checked with "AND" of other resources. E.g. "storage.googleapis.com/
6510
- # Bucket" with resource_value "HIGH" will apply "HIGH" value only to "storage.
6511
- # googleapis.com/Bucket" resources.
6509
+ # will be checked with AND of other resources. For example, "storage.googleapis.
6510
+ # com/Bucket" with resource_value "HIGH" will apply "HIGH" value only to "
6511
+ # storage.googleapis.com/Bucket" resources.
6512
6512
  # Corresponds to the JSON property `resourceType`
6513
6513
  # @return [String]
6514
6514
  attr_accessor :resource_type
@@ -6519,9 +6519,9 @@ module Google
6519
6519
  # @return [String]
6520
6520
  attr_accessor :resource_value
6521
6521
 
6522
- # Project or folder to scope this config to. For example, "project/456" would
6523
- # apply this config only to resources in "project/456" scope will be checked
6524
- # with "AND" of other resources.
6522
+ # Project or folder to scope this configuration to. For example, "project/456"
6523
+ # would apply this configuration only to resources in "project/456" scope will
6524
+ # be checked with AND of other resources.
6525
6525
  # Corresponds to the JSON property `scope`
6526
6526
  # @return [String]
6527
6527
  attr_accessor :scope
@@ -6534,13 +6534,13 @@ module Google
6534
6534
  attr_accessor :sensitive_data_protection_mapping
6535
6535
 
6536
6536
  # Required. Tag values combined with AND to check against. Values in the form "
6537
- # tagValues/123" E.g. [ "tagValues/123", "tagValues/456", "tagValues/789" ]
6537
+ # tagValues/123" Example: [ "tagValues/123", "tagValues/456", "tagValues/789" ]
6538
6538
  # https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing
6539
6539
  # Corresponds to the JSON property `tagValues`
6540
6540
  # @return [Array<String>]
6541
6541
  attr_accessor :tag_values
6542
6542
 
6543
- # Output only. Timestamp this resource value config was last updated.
6543
+ # Output only. Timestamp this resource value configuration was last updated.
6544
6544
  # Corresponds to the JSON property `updateTime`
6545
6545
  # @return [String]
6546
6546
  attr_accessor :update_time
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1beta1
18
18
  # Version of the google-apis-securitycenter_v1beta1 gem
19
- GEM_VERSION = "0.76.0"
19
+ GEM_VERSION = "0.77.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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.76.0
4
+ version: 0.77.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.76.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.77.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []