google-apis-cloudkms_v1 0.30.0 → 0.31.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: d19d0c2628f090cc3cf964e143d189696f0a27a9ff163bc2b53f55c6575335a3
4
- data.tar.gz: cec26b708264a20393eec784daa1cc2b19a302e3491fe252c63929de773ec681
3
+ metadata.gz: e1fdf4d9558668d37f14a8cfad77dffd8531eef068afd3efd5c2a21ec139a58e
4
+ data.tar.gz: c6f2b69dba33c7f10078c75e490d13d92c970a5b19fef4d0d75b12395edd2265
5
5
  SHA512:
6
- metadata.gz: 44735e10c73e154dd785d4fcb68eea219980ad91b3a57442c51fa45c7f6c4d67854743ea1e485724d89526976870d84929b73ef998879fa1a8b3be8807107548
7
- data.tar.gz: 46857904135b039496a11eaba1b3615d9c3f0848bec26fe385e4e9a87a722b0f2499a9d206eb7b9a978c4ed4f941c771a2e63c205392c1c216f2a61656348839
6
+ metadata.gz: ed07f6ba33921ba17d63d1688ab31615ad5cd23b35ecdb8e41c998c61788891e92329c0d3776415353d9230a014b14d265805bce280f9f3e247886cbc427e5fd
7
+ data.tar.gz: efb1164d543ee2aa5bbca1a2ee84b69e3057b968167433c554721b243256ed3cc67d9ffdf9f1241decface6baf4cf977a21495515af9a806e83dbd9700066145
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudkms_v1
2
2
 
3
+ ### v0.31.0 (2022-09-02)
4
+
5
+ * Regenerated from discovery document revision 20220826
6
+
3
7
  ### v0.30.0 (2022-08-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20220819
@@ -346,31 +346,33 @@ module Google
346
346
  # members` can have the following values: * `allUsers`: A special identifier
347
347
  # that represents anyone who is on the internet; with or without a Google
348
348
  # account. * `allAuthenticatedUsers`: A special identifier that represents
349
- # anyone who is authenticated with a Google account or a service account. * `
350
- # user:`emailid``: An email address that represents a specific Google account.
351
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
352
- # address that represents a Google service account. For example, `my-other-app@
353
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
354
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
355
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
356
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
357
- # . * `group:`emailid``: An email address that represents a Google group. For
358
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
359
- # email address (plus unique identifier) representing a user that has been
360
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
361
- # If the user is recovered, this value reverts to `user:`emailid`` and the
362
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
363
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
364
- # representing a service account that has been recently deleted. For example, `
365
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
366
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
367
- # and the undeleted service account retains the role in the binding. * `deleted:
368
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
369
- # representing a Google group that has been recently deleted. For example, `
370
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
371
- # value reverts to `group:`emailid`` and the recovered group retains the role in
372
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
373
- # all the users of that domain. For example, `google.com` or `example.com`.
349
+ # anyone who is authenticated with a Google account or a service account. Does
350
+ # not include identities that come from external identity providers (IdPs)
351
+ # through identity federation. * `user:`emailid``: An email address that
352
+ # represents a specific Google account. For example, `alice@example.com` . * `
353
+ # serviceAccount:`emailid``: An email address that represents a Google service
354
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
355
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
356
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
357
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
358
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
359
+ # email address that represents a Google group. For example, `admins@example.com`
360
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
361
+ # identifier) representing a user that has been recently deleted. For example, `
362
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
363
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
364
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
365
+ # address (plus unique identifier) representing a service account that has been
366
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
367
+ # 123456789012345678901`. If the service account is undeleted, this value
368
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
369
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
370
+ # An email address (plus unique identifier) representing a Google group that has
371
+ # been recently deleted. For example, `admins@example.com?uid=
372
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
373
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
374
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
375
+ # of that domain. For example, `google.com` or `example.com`.
374
376
  # Corresponds to the JSON property `members`
375
377
  # @return [Array<String>]
376
378
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudkmsV1
18
18
  # Version of the google-apis-cloudkms_v1 gem
19
- GEM_VERSION = "0.30.0"
19
+ GEM_VERSION = "0.31.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 = "20220819"
25
+ REVISION = "20220826"
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-cloudkms_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.31.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-29 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-cloudkms_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.31.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudkms_v1
63
63
  post_install_message:
64
64
  rdoc_options: []