google-apis-securitycenter_v1beta1 0.41.0 → 0.42.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: 149760ca33f2d66d5c990494b7a8522f2970d0fb9eefe3af281e0afe27a046d7
4
- data.tar.gz: 9fee1b7cbec7c0fb901ee4561745ef4bc545aeb9815040f4e4964c46e28a4f91
3
+ metadata.gz: 4d8b4d18d5a9936855791ddd5750027d2d6e34e050aa6987070b8ee57fad4871
4
+ data.tar.gz: 62bd1dacc690a5fc8db62a7d588ddc0235776409d341de1dadb13933f5bcc00e
5
5
  SHA512:
6
- metadata.gz: 40d6ec4dd0ed206aa9e0bfd0b50adffdb12bf5f2c8a0ed6dd08611af20c43a1c79b8102b50e9e1c3f385096f90a1d1471fa128b90a4b4b187ab850d087045e24
7
- data.tar.gz: 9c9a372e1b51e242e0c2dfa33141de94b183bbd859ed70d5160477ab4ffbce2df9fd1d25f3ee08f1611af3d5afd1e884f40fe6dc523b9e60239a42e101509754
6
+ metadata.gz: fd312c11628bf516b0eb594b37e554add4feece59059abeae7f0de77e30db390056f90aeff2bf30ec42acc80cdd521fe43b7fa9296ddf56135e2d5e3392cf61e
7
+ data.tar.gz: 135c985ef25ab7c2c86581368ca5f4f18c833729e293570adae7a912ed2ee63ca4084a08fcc1628ed3c09ed1c7986b91205fa83de8645574aeebb3dbdbd93f63
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.42.0 (2022-11-04)
4
+
5
+ * Regenerated from discovery document revision 20221027
6
+
3
7
  ### v0.41.0 (2022-10-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20221014
@@ -1842,11 +1842,26 @@ module Google
1842
1842
  # @return [String]
1843
1843
  attr_accessor :name
1844
1844
 
1845
+ # Apply resource_value only to resources that match resource_type. resource_type
1846
+ # will be checked with "AND" of other resources. E.g. "storage.googleapis.com/
1847
+ # Bucket" with resource_value "HIGH" will apply "HIGH" value only to "storage.
1848
+ # googleapis.com/Bucket" resources.
1849
+ # Corresponds to the JSON property `resourceType`
1850
+ # @return [String]
1851
+ attr_accessor :resource_type
1852
+
1845
1853
  # Required. Resource value level this expression represents
1846
1854
  # Corresponds to the JSON property `resourceValue`
1847
1855
  # @return [String]
1848
1856
  attr_accessor :resource_value
1849
1857
 
1858
+ # Project or folder to scope this config to. For example, "project/456" would
1859
+ # apply this config only to resources in "project/456" scope will be checked
1860
+ # with "AND" of other resources.
1861
+ # Corresponds to the JSON property `scope`
1862
+ # @return [String]
1863
+ attr_accessor :scope
1864
+
1850
1865
  # Required. Tag values combined with AND to check against. Values in the form "
1851
1866
  # tagValues/123" E.g. [ "tagValues/123", "tagValues/456", "tagValues/789" ]
1852
1867
  # https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing
@@ -1861,7 +1876,9 @@ module Google
1861
1876
  # Update properties of this object
1862
1877
  def update!(**args)
1863
1878
  @name = args[:name] if args.key?(:name)
1879
+ @resource_type = args[:resource_type] if args.key?(:resource_type)
1864
1880
  @resource_value = args[:resource_value] if args.key?(:resource_value)
1881
+ @scope = args[:scope] if args.key?(:scope)
1865
1882
  @tag_values = args[:tag_values] if args.key?(:tag_values)
1866
1883
  end
1867
1884
  end
@@ -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.41.0"
19
+ GEM_VERSION = "0.42.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221014"
25
+ REVISION = "20221027"
26
26
  end
27
27
  end
28
28
  end
@@ -1005,7 +1005,9 @@ module Google
1005
1005
  # @private
1006
1006
  class Representation < Google::Apis::Core::JsonRepresentation
1007
1007
  property :name, as: 'name'
1008
+ property :resource_type, as: 'resourceType'
1008
1009
  property :resource_value, as: 'resourceValue'
1010
+ property :scope, as: 'scope'
1009
1011
  collection :tag_values, as: 'tagValues'
1010
1012
  end
1011
1013
  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.41.0
4
+ version: 0.42.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: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2022-11-07 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.42.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: []