google-apis-cloudasset_v1p1beta1 0.12.0 → 0.13.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: e90feff57e9daf3af77bcedb8f6b4c760797da007ea4688aed65862a456eeb62
4
- data.tar.gz: 1b53fd5b60b837ffa08e117c90f4f0fc9557532d39771b5df71156e5c2aabe10
3
+ metadata.gz: d3f08144dcd82b9bc38e509c2e943ed97c592bacce6214aa888ccf800c01030c
4
+ data.tar.gz: e9bc636f06dab18851964fd724551b2eafa64d26bb5352f433dd597315dd30ac
5
5
  SHA512:
6
- metadata.gz: b63d22fa651c5b1e3fd9d16028ff4218353128b0b7a500525ab788648dbd38b3736be1ffd158dbc55ec8798d0bb144a919854ae66fe369c27b998626560737b3
7
- data.tar.gz: 409b3b0a4752c669a49e6720391f442476f7ec7721459ec1fec0fa25719bf1ae87c36199d6e5d6127476cc0957a0e3c565164ebaa014f809bc8f2a7b07390583
6
+ metadata.gz: 39f313947edf95e4ef76062b9d664cc99d11b027131a687f72306f5541e85abe1477069cf756cd319c6ea46b341aa34ab7b2e0c30f62871dd37206b8e78bd88d
7
+ data.tar.gz: 2cae7827bc83b79e3dd3aa365a011e944fc944621e1d5552d099c432927be2b431301bd01ea2e45e94891892e6c1b3ff1043fc0463ea37e56e9f802a1a696075
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1p1beta1
2
2
 
3
+ ### v0.13.0 (2021-12-02)
4
+
5
+ * Regenerated from discovery document revision 20211125
6
+
3
7
  ### v0.12.0 (2021-10-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20211015
@@ -950,6 +950,21 @@ module Google
950
950
  # @return [String]
951
951
  attr_accessor :parent
952
952
 
953
+ # The scopes of a policy define which resources an ACM policy can restrict, and
954
+ # where ACM resources can be referenced. For example, a policy with scopes=["
955
+ # folders/123"] has the following behavior: - vpcsc perimeters can only restrict
956
+ # projects within folders/123 - access levels can only be referenced by
957
+ # resources within folders/123. If empty, there are no limitations on which
958
+ # resources can be restricted by an ACM policy, and there are no limitations on
959
+ # where ACM resources can be referenced. Only one policy can include a given
960
+ # scope (attempting to create a second policy which includes "folders/123" will
961
+ # result in an error). Currently, scopes cannot be modified after a policy is
962
+ # created. Currently, policies can only have a single scope. Format: list of `
963
+ # folders/`folder_number`` or `projects/`project_number``
964
+ # Corresponds to the JSON property `scopes`
965
+ # @return [Array<String>]
966
+ attr_accessor :scopes
967
+
953
968
  # Required. Human readable title. Does not affect behavior.
954
969
  # Corresponds to the JSON property `title`
955
970
  # @return [String]
@@ -964,6 +979,7 @@ module Google
964
979
  @etag = args[:etag] if args.key?(:etag)
965
980
  @name = args[:name] if args.key?(:name)
966
981
  @parent = args[:parent] if args.key?(:parent)
982
+ @scopes = args[:scopes] if args.key?(:scopes)
967
983
  @title = args[:title] if args.key?(:title)
968
984
  end
969
985
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p1beta1
18
18
  # Version of the google-apis-cloudasset_v1p1beta1 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211015"
25
+ REVISION = "20211125"
26
26
  end
27
27
  end
28
28
  end
@@ -451,6 +451,7 @@ module Google
451
451
  property :etag, as: 'etag'
452
452
  property :name, as: 'name'
453
453
  property :parent, as: 'parent'
454
+ collection :scopes, as: 'scopes'
454
455
  property :title, as: 'title'
455
456
  end
456
457
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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: 2021-10-27 00:00:00.000000000 Z
11
+ date: 2021-12-06 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-cloudasset_v1p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p1beta1/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []