google-apis-iap_v1beta1 0.5.0 → 0.9.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/OVERVIEW.md +2 -2
- data/lib/google/apis/iap_v1beta1/classes.rb +62 -57
- data/lib/google/apis/iap_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/iap_v1beta1.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 24ef4ba8e0dd44470d26d8af3322f047fd551a2aae1f1e1b2a4557ce6db89178
|
4
|
+
data.tar.gz: 28926081a3e778030fd0342cb082e1449ee1c6f7f50171120def50a33dea6925
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c635bd32d01417774f64da17785b176e47a7dafee7156b38f6b3337104cd86208f9f9732d3edf54e92c4cd016ba0f2f2798e69b360a2c818916a7642750b745b
|
7
|
+
data.tar.gz: 80c94717bc19145ccab77d03829315c05662e65cf5e33b816a8624e4d04c6ce4add9c715a28c2741edefc4d915b95f0e82dcad94b099766247ed7778c180edfa
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Release history for google-apis-iap_v1beta1
|
2
2
|
|
3
|
+
### v0.9.0 (2021-10-20)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20211015
|
6
|
+
|
7
|
+
### v0.8.0 (2021-10-07)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210930
|
10
|
+
|
11
|
+
### v0.7.0 (2021-09-01)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210813
|
14
|
+
|
15
|
+
### v0.6.0 (2021-06-29)
|
16
|
+
|
17
|
+
* Regenerated using generator version 0.4.0
|
18
|
+
|
3
19
|
### v0.5.0 (2021-06-24)
|
4
20
|
|
5
21
|
* Regenerated using generator version 0.3.0
|
data/OVERVIEW.md
CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
|
|
60
60
|
|
61
61
|
More detailed descriptions of the Google simple REST clients are available in two documents.
|
62
62
|
|
63
|
-
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
63
|
+
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
|
64
|
+
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
|
65
65
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Iap service in particular.)
|
67
67
|
|
@@ -22,7 +22,7 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module IapV1beta1
|
24
24
|
|
25
|
-
# Associates `members
|
25
|
+
# Associates `members`, or principals, with a `role`.
|
26
26
|
class Binding
|
27
27
|
include Google::Apis::Core::Hashable
|
28
28
|
|
@@ -45,7 +45,7 @@ module Google
|
|
45
45
|
# @return [Google::Apis::IapV1beta1::Expr]
|
46
46
|
attr_accessor :condition
|
47
47
|
|
48
|
-
# Specifies the
|
48
|
+
# Specifies the principals requesting access for a Cloud Platform resource. `
|
49
49
|
# members` can have the following values: * `allUsers`: A special identifier
|
50
50
|
# that represents anyone who is on the internet; with or without a Google
|
51
51
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -75,8 +75,8 @@ module Google
|
|
75
75
|
# @return [Array<String>]
|
76
76
|
attr_accessor :members
|
77
77
|
|
78
|
-
# Role that is assigned to `members
|
79
|
-
#
|
78
|
+
# Role that is assigned to the list of `members`, or principals. For example, `
|
79
|
+
# roles/viewer`, `roles/editor`, or `roles/owner`.
|
80
80
|
# Corresponds to the JSON property `role`
|
81
81
|
# @return [String]
|
82
82
|
attr_accessor :role
|
@@ -193,37 +193,42 @@ module Google
|
|
193
193
|
|
194
194
|
# An Identity and Access Management (IAM) policy, which specifies access
|
195
195
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
196
|
-
# A `binding` binds one or more `members
|
197
|
-
# user accounts, service accounts, Google groups, and domains (
|
198
|
-
# A `role` is a named list of permissions; each `role` can be
|
199
|
-
# role or a user-created custom role. For some types of Google
|
200
|
-
# a `binding` can also specify a `condition`, which is a
|
201
|
-
# allows access to a resource only if the expression
|
202
|
-
# condition can add constraints based on attributes of
|
203
|
-
# or both. To learn which resources support
|
204
|
-
# see the [IAM documentation](https://cloud.
|
205
|
-
# resource-policies). **JSON example:** ` "
|
206
|
-
# resourcemanager.organizationAdmin", "members": [
|
207
|
-
# group:admins@example.com", "domain:google.com", "
|
208
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
209
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
210
|
-
# title": "expirable access", "description": "Does not grant
|
211
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
212
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
213
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
214
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
215
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
216
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
217
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
218
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
219
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
220
|
-
# google.com/iam/docs/).
|
196
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
197
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
198
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
199
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
200
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
201
|
+
# logical expression that allows access to a resource only if the expression
|
202
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
203
|
+
# the request, the resource, or both. To learn which resources support
|
204
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
205
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
206
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
207
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
208
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
209
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
210
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
211
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
212
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
213
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
214
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
215
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
216
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
217
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
218
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
219
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
220
|
+
# cloud.google.com/iam/docs/).
|
221
221
|
class Policy
|
222
222
|
include Google::Apis::Core::Hashable
|
223
223
|
|
224
|
-
# Associates a list of `members
|
225
|
-
# condition` that determines how and when the `bindings` are applied.
|
226
|
-
# the `bindings` must contain at least one
|
224
|
+
# Associates a list of `members`, or principals, with a `role`. Optionally, may
|
225
|
+
# specify a `condition` that determines how and when the `bindings` are applied.
|
226
|
+
# Each of the `bindings` must contain at least one principal. The `bindings` in
|
227
|
+
# a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
|
228
|
+
# can be Google groups. Each occurrence of a principal counts towards these
|
229
|
+
# limits. For example, if the `bindings` grant 50 different roles to `user:alice@
|
230
|
+
# example.com`, and not to any other principal, then you can add another 1,450
|
231
|
+
# principals to the `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
|
@@ -281,31 +286,31 @@ module Google
|
|
281
286
|
|
282
287
|
# An Identity and Access Management (IAM) policy, which specifies access
|
283
288
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
284
|
-
# A `binding` binds one or more `members
|
285
|
-
# user accounts, service accounts, Google groups, and domains (
|
286
|
-
# A `role` is a named list of permissions; each `role` can be
|
287
|
-
# role or a user-created custom role. For some types of Google
|
288
|
-
# a `binding` can also specify a `condition`, which is a
|
289
|
-
# allows access to a resource only if the expression
|
290
|
-
# condition can add constraints based on attributes of
|
291
|
-
# or both. To learn which resources support
|
292
|
-
# see the [IAM documentation](https://cloud.
|
293
|
-
# resource-policies). **JSON example:** ` "
|
294
|
-
# resourcemanager.organizationAdmin", "members": [
|
295
|
-
# group:admins@example.com", "domain:google.com", "
|
296
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
297
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
298
|
-
# title": "expirable access", "description": "Does not grant
|
299
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
300
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
301
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
302
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
303
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
304
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
305
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
306
|
-
# timestamp('2020-10-01T00:00:00.000Z')
|
307
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
308
|
-
# google.com/iam/docs/).
|
289
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
290
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
291
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
292
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
293
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
294
|
+
# logical expression that allows access to a resource only if the expression
|
295
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
296
|
+
# the request, the resource, or both. To learn which resources support
|
297
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
298
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
299
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
300
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
301
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
302
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
303
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
304
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
305
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
306
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
307
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
308
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
309
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
310
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
311
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
312
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
313
|
+
# cloud.google.com/iam/docs/).
|
309
314
|
# Corresponds to the JSON property `policy`
|
310
315
|
# @return [Google::Apis::IapV1beta1::Policy]
|
311
316
|
attr_accessor :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.9.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 = "20211015"
|
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,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.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-
|
11
|
+
date: 2021-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.4'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -57,9 +57,9 @@ licenses:
|
|
57
57
|
- Apache-2.0
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
|
-
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1beta1/v0.
|
62
|
-
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
60
|
+
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iap_v1beta1/CHANGELOG.md
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1beta1/v0.9.0
|
62
|
+
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iap_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
65
65
|
require_paths:
|