google-apis-securitycenter_v1beta1 0.8.0 → 0.9.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: 638d1b2879f81dde52afab75ca7ec5b57f62465782d8465d962b83c3767c9fd6
4
- data.tar.gz: 6409b1fd11f0a1a502acc343b0d2f375341f5c1917dd395c4028021290940dd3
3
+ metadata.gz: '088ade5974ee8938244b2c1ddb42a66e7010c7ad2cb359f07832ff3d224df466'
4
+ data.tar.gz: 7d63a9a8585392a8d8119ec5a32c5fd8774de14996f48ecd8629225c42edd237
5
5
  SHA512:
6
- metadata.gz: 70be9925de3d8a602b68f4822338a592fde9ff7efebf460a4d71b104fd445ed16fb729f59a7a0c4be55512e679defb78d6a56aebd9b23498b59af98042fb13c2
7
- data.tar.gz: 34bee107d68b1dd1342f99342916385eaf54c01dffa5dbe8cca910f18dc0a903bbd2bb947d3272005f808c59241b9484b47397c43e19eacd317a1d3307eb0d68
6
+ metadata.gz: b6544ad4b8a0d77652bca6f690fc814fc15e54628f1c7377b73f9e324a11ec94f7ccbc496e147349d4afc4b810f3fcbe0f6d9612ce9fd3069facc4c9c1e1e326
7
+ data.tar.gz: 191dcf7197cfd3a5e69e3d7e321fe961173e0254d1759d65eae1642d819f1e2905923bbe618aa247950b13e26437e2c6492c5acb59be5e8299763cab1e0cdf70
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.9.0 (2021-10-05)
4
+
5
+ * Regenerated from discovery document revision 20210930
6
+
3
7
  ### v0.8.0 (2021-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210820
@@ -1787,7 +1787,12 @@ module Google
1787
1787
 
1788
1788
  # Associates a list of `members` to a `role`. Optionally, may specify a `
1789
1789
  # condition` that determines how and when the `bindings` are applied. Each of
1790
- # the `bindings` must contain at least one member.
1790
+ # the `bindings` must contain at least one member. The `bindings` in a `Policy`
1791
+ # can refer to up to 1,500 members; up to 250 of these members can be Google
1792
+ # groups. Each occurrence of a member counts towards these limits. For example,
1793
+ # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
1794
+ # not to any other member, then you can add another 1,450 members to the `
1795
+ # bindings` in the `Policy`.
1791
1796
  # Corresponds to the JSON property `bindings`
1792
1797
  # @return [Array<Google::Apis::SecuritycenterV1beta1::Binding>]
1793
1798
  attr_accessor :bindings
@@ -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.8.0"
19
+ GEM_VERSION = "0.9.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 = "20210820"
25
+ REVISION = "20210930"
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.8.0
4
+ version: 0.9.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-09-06 00:00:00.000000000 Z
11
+ date: 2021-10-11 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/master/generated/google-apis-securitycenter_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.9.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-securitycenter_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []