google-apis-policytroubleshooter_v1beta 0.7.0 → 0.8.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7f9ee91ba7f4f855e94ced9e5ea0b65881e2f8e97a1372542bdc6b66c6e9e973
|
4
|
+
data.tar.gz: d4ffd4b5fdb188a5a65111c103be743972fdf9b8adce617a33892c29cf93a558
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 292d612d859f237646feed4a1f2522b6a736e5180402146b6a68776006b3b586d4e29a97f14f165ac2550625df2ee4389d301b668805285d11ecf05d7ca069ab
|
7
|
+
data.tar.gz: f12f1d10a3d8971e5d5842d0d83832eabb2fa5e278eed8dddcc5e21a7f7e59da4da9004ce3c4a28be447b9b69544c2475ac839fee537427b904a46a2c8258210
|
data/CHANGELOG.md
CHANGED
@@ -492,7 +492,12 @@ module Google
|
|
492
492
|
|
493
493
|
# Associates a list of `members` to a `role`. Optionally, may specify a `
|
494
494
|
# condition` that determines how and when the `bindings` are applied. Each of
|
495
|
-
# the `bindings` must contain at least one member.
|
495
|
+
# the `bindings` must contain at least one member. The `bindings` in a `Policy`
|
496
|
+
# can refer to up to 1,500 members; up to 250 of these members can be Google
|
497
|
+
# groups. Each occurrence of a member counts towards these limits. For example,
|
498
|
+
# if the `bindings` grant 50 different roles to `user:alice@example.com`, and
|
499
|
+
# not to any other member, then you can add another 1,450 members to the `
|
500
|
+
# bindings` in the `Policy`.
|
496
501
|
# Corresponds to the JSON property `bindings`
|
497
502
|
# @return [Array<Google::Apis::PolicytroubleshooterV1beta::GoogleIamV1Binding>]
|
498
503
|
attr_accessor :bindings
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module PolicytroubleshooterV1beta
|
18
18
|
# Version of the google-apis-policytroubleshooter_v1beta 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 = "20211002"
|
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-policytroubleshooter_v1beta
|
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-policytroubleshooter_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-policytroubleshooter_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-policytroubleshooter_v1beta/v0.8.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-policytroubleshooter_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|