google-apis-iap_v1beta1 0.7.0 → 0.8.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/iap_v1beta1/classes.rb +6 -1
- data/lib/google/apis/iap_v1beta1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d9b23c2bdcc96d5298cd66fbdf9373b5a98acca2c4ad751cd8451bf8f9807b8
|
4
|
+
data.tar.gz: b738ee9e79baf5d753bac831d45d425bce0a1d1c2945b7da62284121f05d8bd7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7df60d49ca470f44a4c4b36740a1ea3c140c14692c154c6f422cbececf98eb061d09fee93b7e15cfc26f030e86b5a471b8e7dfc0fdc4f4a5f305b2cbd15aaa4
|
7
|
+
data.tar.gz: 48a97cae6811ec7eb71396a46ef14bb8e9ed9b3444f9cad248718b7796d869ffc4895eb9d0d5ba09c6d0d48da82308df3611527fcb7bfa410657f2328bef8bef
|
data/CHANGELOG.md
CHANGED
@@ -223,7 +223,12 @@ module Google
|
|
223
223
|
|
224
224
|
# Associates a list of `members` to a `role`. Optionally, may specify a `
|
225
225
|
# condition` that determines how and when the `bindings` are applied. Each of
|
226
|
-
# the `bindings` must contain at least one member.
|
226
|
+
# the `bindings` must contain at least one member. The `bindings` in a `Policy`
|
227
|
+
# can refer to up to 1,500 members; up to 250 of these members can be Google
|
228
|
+
# groups. Each occurrence of a member counts towards these limits. For example,
|
229
|
+
# if the `bindings` grant 50 different roles to `user:alice@example.com`, and
|
230
|
+
# not to any other member, then you can add another 1,450 members to the `
|
231
|
+
# bindings` in the `Policy`.
|
227
232
|
# Corresponds to the JSON property `bindings`
|
228
233
|
# @return [Array<Google::Apis::IapV1beta1::Binding>]
|
229
234
|
attr_accessor :bindings
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module IapV1beta1
|
18
18
|
# Version of the google-apis-iap_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.8.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 = "
|
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-iap_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.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-
|
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-iap_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1beta1/v0.8.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iap_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|