google-apis-privateca_v1beta1 0.20.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: 2ee777a5b7eaac1aad13547b47d2cb4d46df389e3fcc9f7e83830b439965d122
4
- data.tar.gz: fd86c4753d3d1851f37d318088ad872548c696ba89d3c2c2b5e3c160573ac84a
3
+ metadata.gz: 273c86db2b50c5687a17fea3662f06355564b49f10680825b359dc62d8e64b4f
4
+ data.tar.gz: d14036d1b1b2309e66d46a953dacf62af6f8dbe14599f50f1b5f2ede740e88c0
5
5
  SHA512:
6
- metadata.gz: 04f013c076de376958d6ad7463a44c7ce79df12cd5b6bceef1a2ff9203c277367a9b002b0125abdd4717a9841b236e1f31b6e3c18a70d1be7d9e5b79e1a3b76b
7
- data.tar.gz: 7942f9018e8ada88eb1d854e8db93360a63aa5d670066961f9e13a02876c23fda9c0209fb9833af2e38168d67f182061a8f270a71a9637f427352c88ccdcd273
6
+ metadata.gz: 324431b9a15ffae43b379541233520156a4bfc5c7eff517f81309d85fa441c71b58da219147163c879e1e83b8fde752eb7024e66772f7f93e706ed454967a911
7
+ data.tar.gz: 7e89923f0a9557646984114f84c950613bc7be742ad68a30c275165f3fc897b91f613d2084024312d5b3f03df5169e606ee9541f4a1ce8a6d29275827b8b37b7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
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
+
7
+ ### v0.22.0 (2022-08-13)
8
+
9
+ * Regenerated from discovery document revision 20220804
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.21.0 (2022-06-30)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.20.0 (2022-06-20)
4
17
 
5
18
  * Regenerated using generator version 0.7.0
@@ -277,28 +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 service account. For example, `my-other-app@appspot.
284
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
285
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
286
- # `uniqueid``: An email address (plus unique identifier) representing a user
287
- # that has been recently deleted. For example, `alice@example.com?uid=
288
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
289
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
290
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
291
- # identifier) representing a service account that has been recently deleted. For
292
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
293
- # If the service account is undeleted, this value reverts to `serviceAccount:`
294
- # emailid`` and the undeleted service account retains the role in the binding. *
295
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
296
- # identifier) representing a Google group that has been recently deleted. For
297
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
298
- # recovered, this value reverts to `group:`emailid`` and the recovered group
299
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
300
- # primary) that represents all the users of that domain. For example, `google.
301
- # 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`.
302
307
  # Corresponds to the JSON property `members`
303
308
  # @return [Array<String>]
304
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.20.0"
19
+ GEM_VERSION = "0.23.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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.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-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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.20.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: []