google-apis-privateca_v1 0.23.0 → 0.24.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: 8ef5415250f89be4908597ca9e222d5343c0b6b44810c80df2408b276a28b79d
4
- data.tar.gz: a4e24bf62d590929b394ca2058380330e63832219e75eb3a60e255e64bf1bcad
3
+ metadata.gz: 6521ec2559bb521ef2c15db9f2586769d99750fa9d894a028848d30090705280
4
+ data.tar.gz: e15d597a89ea7a0a528a1729362be50eba20cdcdbd386a1aba38a50f0dba4a3d
5
5
  SHA512:
6
- metadata.gz: 7083aaacc8df905291d562a0b9e9c2e72f92ab83601ebdd1ef631a91c93336a144ecf01f842215430e785b5cd4b6aa395ca93c7648bc173abbed978d4f6152ee
7
- data.tar.gz: 1d48d60a37f58cfbd036de99c952135b412cb5e0446696107c5a34d2185d09849a4e28cf8e9c56bc12d3d6733e1c6adc29de611dbbc03c13da64d40ea58f4804
6
+ metadata.gz: 276c39ec4e7901f9052530e173b0be5190fa0843a482586cdd225b556065996e8496cb5bab9934b09037e8522d56b74a4bd9f983d7cab95ea5bc6eb945480b2b
7
+ data.tar.gz: c988c5e23f5777c9412807930d87d884de3a21f30d23df6bb0c2e1c036be7ece55ca956305fa00a166ac456cb013f8e17f282821dff60b5d88f0a7dfc43b9abe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.24.0 (2022-08-30)
4
+
5
+ * Regenerated from discovery document revision 20220825
6
+
3
7
  ### v0.23.0 (2022-08-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20220804
@@ -218,31 +218,33 @@ module Google
218
218
  # members` can have the following values: * `allUsers`: A special identifier
219
219
  # that represents anyone who is on the internet; with or without a Google
220
220
  # account. * `allAuthenticatedUsers`: A special identifier that represents
221
- # anyone who is authenticated with a Google account or a service account. * `
222
- # user:`emailid``: An email address that represents a specific Google account.
223
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
224
- # address that represents a Google service account. For example, `my-other-app@
225
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
226
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
227
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
228
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
229
- # . * `group:`emailid``: An email address that represents a Google group. For
230
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
231
- # email address (plus unique identifier) representing a user that has been
232
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
233
- # If the user is recovered, this value reverts to `user:`emailid`` and the
234
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
235
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
236
- # representing a service account that has been recently deleted. For example, `
237
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
238
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
239
- # and the undeleted service account retains the role in the binding. * `deleted:
240
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
241
- # representing a Google group that has been recently deleted. For example, `
242
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
243
- # value reverts to `group:`emailid`` and the recovered group retains the role in
244
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
245
- # all the users of that domain. For example, `google.com` or `example.com`.
221
+ # anyone who is authenticated with a Google account or a service account. Does
222
+ # not include identities that come from external identity providers (IdPs)
223
+ # through identity federation. * `user:`emailid``: An email address that
224
+ # represents a specific Google account. For example, `alice@example.com` . * `
225
+ # serviceAccount:`emailid``: An email address that represents a Google service
226
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
227
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
228
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
229
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
230
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
231
+ # email address that represents a Google group. For example, `admins@example.com`
232
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
233
+ # identifier) representing a user that has been recently deleted. For example, `
234
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
235
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
236
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
237
+ # address (plus unique identifier) representing a service account that has been
238
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
239
+ # 123456789012345678901`. If the service account is undeleted, this value
240
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
241
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
242
+ # An email address (plus unique identifier) representing a Google group that has
243
+ # been recently deleted. For example, `admins@example.com?uid=
244
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
245
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
246
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
247
+ # of that domain. For example, `google.com` or `example.com`.
246
248
  # Corresponds to the JSON property `members`
247
249
  # @return [Array<String>]
248
250
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PrivatecaV1
18
18
  # Version of the google-apis-privateca_v1 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.24.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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1
63
63
  post_install_message:
64
64
  rdoc_options: []