google-apis-securitycenter_v1 0.11.0 → 0.12.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: abc2f6b3d507a92e57298c84124adbf8a83cca43e84dd7ca2786fa2ce61b645c
4
- data.tar.gz: cf2f9333e86a97b4650da1977c14d78d8a68afe712fd7abe058f5019d6e079e2
3
+ metadata.gz: 212a5f12aa30bc2ab473d3ce00237cdd03ea8857e809f26fdd8d3688a7f4f991
4
+ data.tar.gz: a55536a245c7d5eeef6ec714463bb02fed4ec387258983b4192aa7b6452c28bc
5
5
  SHA512:
6
- metadata.gz: f48d0015469262e579d460ebddd0dfe687942a854533241cb0f8c87e70b35f5ee0ba9ba12611e8ab644ac7d3f2016a2ca0f6c8c36ebc28c71c22f25a55441105
7
- data.tar.gz: 6205d21fc5f0c5d7682153ab2f7000f93658411b179388c014660d84cb6226df048e7c47f202bea01196ce86d0fa3b57768766b96bad382d9567483cbd132fbf
6
+ metadata.gz: 2d780277522510ea075bd8373afc34d31679eb688455b296d627affec2b9200a36cfe1a687f28bb009844c6cdaf123da9bd1c3885d494238ba6afc43ae4ce161
7
+ data.tar.gz: f6b22b1e7905b32f877f8e72c13bf02bf76da01cd3224af80ffa37d51a04d4e0925214a3f6f7d575bbfae21130089f35b6af3e4bd273c23668a532bd79baee87
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.12.0 (2021-10-05)
4
+
5
+ * Regenerated from discovery document revision 20210930
6
+
3
7
  ### v0.11.0 (2021-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210820
@@ -1876,7 +1876,12 @@ module Google
1876
1876
 
1877
1877
  # Associates a list of `members` to a `role`. Optionally, may specify a `
1878
1878
  # condition` that determines how and when the `bindings` are applied. Each of
1879
- # the `bindings` must contain at least one member.
1879
+ # the `bindings` must contain at least one member. The `bindings` in a `Policy`
1880
+ # can refer to up to 1,500 members; up to 250 of these members can be Google
1881
+ # groups. Each occurrence of a member counts towards these limits. For example,
1882
+ # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
1883
+ # not to any other member, then you can add another 1,450 members to the `
1884
+ # bindings` in the `Policy`.
1880
1885
  # Corresponds to the JSON property `bindings`
1881
1886
  # @return [Array<Google::Apis::SecuritycenterV1::Binding>]
1882
1887
  attr_accessor :bindings
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1
18
18
  # Version of the google-apis-securitycenter_v1 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-securitycenter_v1
63
63
  post_install_message:
64
64
  rdoc_options: []