google-apis-privateca_v1 0.21.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: a9ca28963a42ff6533bef4dae3fa2fa2bffd5fe44b7f5997873bdd05415615aa
4
- data.tar.gz: 99cc4ad7a54c934b71104ae2782fe4783226113946dc9893a0447dc22c6a2047
3
+ metadata.gz: 6521ec2559bb521ef2c15db9f2586769d99750fa9d894a028848d30090705280
4
+ data.tar.gz: e15d597a89ea7a0a528a1729362be50eba20cdcdbd386a1aba38a50f0dba4a3d
5
5
  SHA512:
6
- metadata.gz: 40a6e2498e0b40bfe218a6baa24724f68e1cce48a616ca98bb354b75c02f7494f72fab2896b4c4a471116e8fa331fc3a5ff2480978018e92a30f7f577eddad5a
7
- data.tar.gz: 0ddc33ebaf4c635e8fe7635f7da8ffe4944f0ddd3cc660f433c2b6eb32df055173c26fd369a216c6f33930d921420e975f26bb58c7945a5b38d5537663d28eb6
6
+ metadata.gz: 276c39ec4e7901f9052530e173b0be5190fa0843a482586cdd225b556065996e8496cb5bab9934b09037e8522d56b74a4bd9f983d7cab95ea5bc6eb945480b2b
7
+ data.tar.gz: c988c5e23f5777c9412807930d87d884de3a21f30d23df6bb0c2e1c036be7ece55ca956305fa00a166ac456cb013f8e17f282821dff60b5d88f0a7dfc43b9abe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
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
+
7
+ ### v0.23.0 (2022-08-13)
8
+
9
+ * Regenerated from discovery document revision 20220804
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.22.0 (2022-07-02)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.21.0 (2022-06-21)
4
17
 
5
18
  * Regenerated using generator version 0.7.0
@@ -218,28 +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 service account. For example, `my-other-app@appspot.
225
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
226
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
227
- # `uniqueid``: An email address (plus unique identifier) representing a user
228
- # that has been recently deleted. For example, `alice@example.com?uid=
229
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
230
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
231
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
232
- # identifier) representing a service account that has been recently deleted. For
233
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
234
- # If the service account is undeleted, this value reverts to `serviceAccount:`
235
- # emailid`` and the undeleted service account retains the role in the binding. *
236
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
237
- # identifier) representing a Google group that has been recently deleted. For
238
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
239
- # recovered, this value reverts to `group:`emailid`` and the recovered group
240
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
241
- # primary) that represents all the users of that domain. For example, `google.
242
- # 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`.
243
248
  # Corresponds to the JSON property `members`
244
249
  # @return [Array<String>]
245
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.21.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220504"
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.21.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-06-27 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.6'
19
+ version: '0.7'
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.6'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.21.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: []