google-apis-iap_v1beta1 0.4.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 +16 -0
- data/lib/google/apis/iap_v1beta1/classes.rb +8 -3
- data/lib/google/apis/iap_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/iap_v1beta1.rb +1 -1
- metadata +13 -7
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
@@ -1,5 +1,21 @@
|
|
1
1
|
# Release history for google-apis-iap_v1beta1
|
2
2
|
|
3
|
+
### v0.8.0 (2021-10-07)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210930
|
6
|
+
|
7
|
+
### v0.7.0 (2021-09-01)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210813
|
10
|
+
|
11
|
+
### v0.6.0 (2021-06-29)
|
12
|
+
|
13
|
+
* Regenerated using generator version 0.4.0
|
14
|
+
|
15
|
+
### v0.5.0 (2021-06-24)
|
16
|
+
|
17
|
+
* Regenerated using generator version 0.3.0
|
18
|
+
|
3
19
|
### v0.4.0 (2021-05-19)
|
4
20
|
|
5
21
|
* Unspecified changes
|
@@ -215,7 +215,7 @@ module Google
|
|
215
215
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
216
216
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
217
217
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
218
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
218
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
219
219
|
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
220
220
|
# google.com/iam/docs/).
|
221
221
|
class Policy
|
@@ -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
|
@@ -303,7 +308,7 @@ module Google
|
|
303
308
|
# resourcemanager.organizationAdmin - members: - user:eve@example.com role:
|
304
309
|
# roles/resourcemanager.organizationViewer condition: title: expirable access
|
305
310
|
# description: Does not grant access after Sep 2020 expression: request.time <
|
306
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
311
|
+
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
|
307
312
|
# description of IAM and its features, see the [IAM documentation](https://cloud.
|
308
313
|
# google.com/iam/docs/).
|
309
314
|
# Corresponds to the JSON property `policy`
|
@@ -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
|
-
GENERATOR_VERSION = "0.
|
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
|
@@ -29,7 +29,7 @@ module Google
|
|
29
29
|
# This is NOT the gem version.
|
30
30
|
VERSION = 'V1beta1'
|
31
31
|
|
32
|
-
# See, edit, configure, and delete your Google Cloud
|
32
|
+
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
33
33
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
34
34
|
end
|
35
35
|
end
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
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
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.4'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Cloud Identity-Aware Proxy API V1beta1.
|
28
34
|
Simple REST clients are Ruby client libraries that provide access to Google services
|
29
35
|
via their HTTP REST API endpoints. These libraries are generated and updated automatically
|
@@ -52,7 +58,7 @@ licenses:
|
|
52
58
|
metadata:
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iap_v1beta1/CHANGELOG.md
|
55
|
-
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
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iap_v1beta1
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|