google-apis-privateca_v1beta1 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: 5694448d7005448325c18dd464458673dcf45c7d87208a0b9f5b3569b801a750
4
- data.tar.gz: 15c23ad7373c131528487be1d4e8f3b50ac0b63ac2481ae9dbbd43125bc97114
3
+ metadata.gz: 273c86db2b50c5687a17fea3662f06355564b49f10680825b359dc62d8e64b4f
4
+ data.tar.gz: d14036d1b1b2309e66d46a953dacf62af6f8dbe14599f50f1b5f2ede740e88c0
5
5
  SHA512:
6
- metadata.gz: 5836619be29d5e4248513ab740b13133572a4b0912257ef1c594e65d8124473612410dfbc424f9b9a60a9178d18b6679ac5342bb6ce3309fae7ed2491bac27c2
7
- data.tar.gz: ccb8a07040cd244ecd15eb07182e0eb6a27f49e78d14e8e94654e9ff61246f6e6ed4266112da95a93dcef1a8f9b9b4e9be6712e5c66c34f6ff4e4e098e57e843
6
+ metadata.gz: 324431b9a15ffae43b379541233520156a4bfc5c7eff517f81309d85fa441c71b58da219147163c879e1e83b8fde752eb7024e66772f7f93e706ed454967a911
7
+ data.tar.gz: 7e89923f0a9557646984114f84c950613bc7be742ad68a30c275165f3fc897b91f613d2084024312d5b3f03df5169e606ee9541f4a1ce8a6d29275827b8b37b7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-privateca_v1beta1
2
2
 
3
+ ### v0.23.0 (2022-08-31)
4
+
5
+ * Regenerated from discovery document revision 20220825
6
+
3
7
  ### v0.22.0 (2022-08-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20220804
@@ -277,31 +277,33 @@ module Google
277
277
  # members` can have the following values: * `allUsers`: A special identifier
278
278
  # that represents anyone who is on the internet; with or without a Google
279
279
  # account. * `allAuthenticatedUsers`: A special identifier that represents
280
- # anyone who is authenticated with a Google account or a service account. * `
281
- # user:`emailid``: An email address that represents a specific Google account.
282
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
283
- # address that represents a Google service account. For example, `my-other-app@
284
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
285
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
286
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
287
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
288
- # . * `group:`emailid``: An email address that represents a Google group. For
289
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
290
- # email address (plus unique identifier) representing a user that has been
291
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
292
- # If the user is recovered, this value reverts to `user:`emailid`` and the
293
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
294
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
295
- # representing a service account that has been recently deleted. For example, `
296
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
297
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
298
- # and the undeleted service account retains the role in the binding. * `deleted:
299
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
300
- # representing a Google group that has been recently deleted. For example, `
301
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
302
- # value reverts to `group:`emailid`` and the recovered group retains the role in
303
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
304
- # all the users of that domain. For example, `google.com` or `example.com`.
280
+ # anyone who is authenticated with a Google account or a service account. Does
281
+ # not include identities that come from external identity providers (IdPs)
282
+ # through identity federation. * `user:`emailid``: An email address that
283
+ # represents a specific Google account. For example, `alice@example.com` . * `
284
+ # serviceAccount:`emailid``: An email address that represents a Google service
285
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
286
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
287
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
288
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
289
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
290
+ # email address that represents a Google group. For example, `admins@example.com`
291
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
292
+ # identifier) representing a user that has been recently deleted. For example, `
293
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
294
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
295
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
296
+ # address (plus unique identifier) representing a service account that has been
297
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
298
+ # 123456789012345678901`. If the service account is undeleted, this value
299
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
300
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
301
+ # An email address (plus unique identifier) representing a Google group that has
302
+ # been recently deleted. For example, `admins@example.com?uid=
303
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
304
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
305
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
306
+ # of that domain. For example, `google.com` or `example.com`.
305
307
  # Corresponds to the JSON property `members`
306
308
  # @return [Array<String>]
307
309
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PrivatecaV1beta1
18
18
  # Version of the google-apis-privateca_v1beta1 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 = "20220804"
25
+ REVISION = "20220825"
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-privateca_v1beta1
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-15 00:00:00.000000000 Z
11
+ date: 2022-09-05 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-privateca_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []