google-apis-iap_v1 0.22.0 → 0.23.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: 0b67bc8c06c93520a000c453622e990e98edfe64fa92f91169492814bbab4a97
4
- data.tar.gz: 3d54743bff295267035dd759762213d114b9985d89ef4851bed66bcb3aea6296
3
+ metadata.gz: 9b413b23b7f7c1eeee9db78c639f4e613a4a99587e5e044eab7582004b03be5e
4
+ data.tar.gz: f4a3ad517177d6badb7a72575807620baade37a363c95c6738183d14aea3a112
5
5
  SHA512:
6
- metadata.gz: c132986e6ac98b74809b2aabf1b51ab3e3a63aab66be3a2971b336909c8b72267f3ec94e3a26742e8ca3d6411964c98ca0e844548358617ba51c9c95d01ed136
7
- data.tar.gz: 824c5980059fadd438b26e10823379c5236566835d0694d074320168687c9bf8a035fec2f33b7da84e451597c0b8a562908e47a5609439790cdcfc7c5ba3ecae
6
+ metadata.gz: 7b201df548f00e8af8e78c67f7227670a70c35299cf56a7185a005168d9aa2ea5659ff506a49fab43f7c49fa6f8b4570769d322e091c09b3460a25182d1a9d51
7
+ data.tar.gz: 157685fad3fc955b2c7878e677efa33d7f3612b02c07e100d79eb1a17c963b365a84da420d453626c4ada28da1243ce1f57cdea6c6b13ec4e663026d0e5fd34a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iap_v1
2
2
 
3
+ ### v0.23.0 (2022-08-09)
4
+
5
+ * Regenerated from discovery document revision 20220805
6
+
3
7
  ### v0.22.0 (2022-08-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20220729
@@ -211,25 +211,28 @@ module Google
211
211
  # anyone who is authenticated with a Google account or a service account. * `
212
212
  # user:`emailid``: An email address that represents a specific Google account.
213
213
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
214
- # address that represents a service account. For example, `my-other-app@appspot.
215
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
216
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
217
- # `uniqueid``: An email address (plus unique identifier) representing a user
218
- # that has been recently deleted. For example, `alice@example.com?uid=
219
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
220
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
221
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
222
- # identifier) representing a service account that has been recently deleted. For
223
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
224
- # If the service account is undeleted, this value reverts to `serviceAccount:`
225
- # emailid`` and the undeleted service account retains the role in the binding. *
226
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
227
- # identifier) representing a Google group that has been recently deleted. For
228
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
229
- # recovered, this value reverts to `group:`emailid`` and the recovered group
230
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
231
- # primary) that represents all the users of that domain. For example, `google.
232
- # com` or `example.com`.
214
+ # address that represents a Google service account. For example, `my-other-app@
215
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
216
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
217
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
218
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
219
+ # . * `group:`emailid``: An email address that represents a Google group. For
220
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
221
+ # email address (plus unique identifier) representing a user that has been
222
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
223
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
224
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
225
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
226
+ # representing a service account that has been recently deleted. For example, `
227
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
228
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
229
+ # and the undeleted service account retains the role in the binding. * `deleted:
230
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
231
+ # representing a Google group that has been recently deleted. For example, `
232
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
233
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
234
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
235
+ # all the users of that domain. For example, `google.com` or `example.com`.
233
236
  # Corresponds to the JSON property `members`
234
237
  # @return [Array<String>]
235
238
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IapV1
18
18
  # Version of the google-apis-iap_v1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220729"
25
+ REVISION = "20220805"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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: 2022-08-08 00:00:00.000000000 Z
11
+ date: 2022-08-15 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/main/generated/google-apis-iap_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iap_v1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iap_v1
63
63
  post_install_message:
64
64
  rdoc_options: []