google-apis-iap_v1beta1 0.8.0 → 0.9.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: 0d9b23c2bdcc96d5298cd66fbdf9373b5a98acca2c4ad751cd8451bf8f9807b8
4
- data.tar.gz: b738ee9e79baf5d753bac831d45d425bce0a1d1c2945b7da62284121f05d8bd7
3
+ metadata.gz: 24ef4ba8e0dd44470d26d8af3322f047fd551a2aae1f1e1b2a4557ce6db89178
4
+ data.tar.gz: 28926081a3e778030fd0342cb082e1449ee1c6f7f50171120def50a33dea6925
5
5
  SHA512:
6
- metadata.gz: a7df60d49ca470f44a4c4b36740a1ea3c140c14692c154c6f422cbececf98eb061d09fee93b7e15cfc26f030e86b5a471b8e7dfc0fdc4f4a5f305b2cbd15aaa4
7
- data.tar.gz: 48a97cae6811ec7eb71396a46ef14bb8e9ed9b3444f9cad248718b7796d869ffc4895eb9d0d5ba09c6d0d48da82308df3611527fcb7bfa410657f2328bef8bef
6
+ metadata.gz: c635bd32d01417774f64da17785b176e47a7dafee7156b38f6b3337104cd86208f9f9732d3edf54e92c4cd016ba0f2f2798e69b360a2c818916a7642750b745b
7
+ data.tar.gz: 80c94717bc19145ccab77d03829315c05662e65cf5e33b816a8624e4d04c6ce4add9c715a28c2741edefc4d915b95f0e82dcad94b099766247ed7778c180edfa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.8.0 (2021-10-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20210930
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/master/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/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
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` with a `role`.
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 identities requesting access for a Cloud Platform resource. `
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`. For example, `roles/viewer`, `roles/editor`
79
- # , or `roles/owner`.
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,42 +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` to a single `role`. Members can be
197
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
198
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
199
- # role or a user-created custom role. For some types of Google Cloud resources,
200
- # a `binding` can also specify a `condition`, which is a logical expression that
201
- # allows access to a resource only if the expression evaluates to `true`. A
202
- # condition can add constraints based on attributes of the request, the resource,
203
- # or both. To learn which resources support conditions in their IAM policies,
204
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
205
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
206
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
207
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
208
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
209
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
210
- # title": "expirable access", "description": "Does not grant access after Sep
211
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
212
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
213
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
214
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
215
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
216
- # roles/resourcemanager.organizationViewer condition: title: expirable access
217
- # description: Does not grant access after Sep 2020 expression: request.time <
218
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
219
- # description of IAM and its features, see the [IAM documentation](https://cloud.
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` to a `role`. Optionally, may specify a `
225
- # condition` that determines how and when the `bindings` are applied. Each of
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`.
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`.
232
232
  # Corresponds to the JSON property `bindings`
233
233
  # @return [Array<Google::Apis::IapV1beta1::Binding>]
234
234
  attr_accessor :bindings
@@ -286,31 +286,31 @@ module Google
286
286
 
287
287
  # An Identity and Access Management (IAM) policy, which specifies access
288
288
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
289
- # A `binding` binds one or more `members` to a single `role`. Members can be
290
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
291
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
292
- # role or a user-created custom role. For some types of Google Cloud resources,
293
- # a `binding` can also specify a `condition`, which is a logical expression that
294
- # allows access to a resource only if the expression evaluates to `true`. A
295
- # condition can add constraints based on attributes of the request, the resource,
296
- # or both. To learn which resources support conditions in their IAM policies,
297
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
298
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
299
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
300
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
301
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
302
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
303
- # title": "expirable access", "description": "Does not grant access after Sep
304
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
305
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
306
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
307
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
308
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
309
- # roles/resourcemanager.organizationViewer condition: title: expirable access
310
- # description: Does not grant access after Sep 2020 expression: request.time <
311
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
312
- # description of IAM and its features, see the [IAM documentation](https://cloud.
313
- # 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/).
314
314
  # Corresponds to the JSON property `policy`
315
315
  # @return [Google::Apis::IapV1beta1::Policy]
316
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.8.0"
19
+ GEM_VERSION = "0.9.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 = "20210930"
25
+ REVISION = "20211015"
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.8.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-10-11 00:00:00.000000000 Z
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
@@ -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/master/generated/google-apis-iap_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1beta1/v0.8.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-iap_v1beta1
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: