google-apis-iam_v1 0.87.0 → 0.88.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef7d82f6892482375929bd9ca1700596dd8bcb10ed9b65b6a8574ca75033042e
4
- data.tar.gz: 2032e883f3079f7eff909e6e8c831125233f1d11a1ecd35114da479b917c3d8e
3
+ metadata.gz: e5abb5c96b9dc1edb2e5165b2eb71b81795af9be232107edb054e58d31ef942f
4
+ data.tar.gz: e61bb9f08711c8da4fb2b32ac3214a0684453ee49bde66a1daa0215028831328
5
5
  SHA512:
6
- metadata.gz: a79aef50736826e2b5ac9e09e28d1256da2d1c8c874528102c305f3dc7abc6af5a8676c77e3879dd8e38ea326c00249f776c367762d13648b571842b2a6aadd1
7
- data.tar.gz: 14125e8bf4342407a06267e536d150841bd12f31baab0571c1d6dc3cb88bdac9562721391ed82c325e2a47f0ba85146e2ce96238ecabf0edd15a75c6d57710f8
6
+ metadata.gz: b3949e0ee7f68ed59f01b67989c3e5bf6fb0097fab6b4a53cb3bbb802bfb442e2b85ff60d67b1ce5ee2974cd2f04351bb08804af0f22700480f87e44d1b5d503
7
+ data.tar.gz: 1d69ad1660180dfd86aedcbf08959dda9e4c9557498d32cfda0618c64ba3056479d56a322eb9f6ad30f06a5df636fed2c5fa5bba0ec45e8ec8c1618069ec6c32
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.88.0 (2026-07-12)
4
+
5
+ * Regenerated from discovery document revision 20260702
6
+
3
7
  ### v0.87.0 (2026-06-14)
4
8
 
5
9
  * Regenerated using generator version 0.19.0
@@ -2607,20 +2607,22 @@ module Google
2607
2607
  end
2608
2608
 
2609
2609
  # Represents a service account key. A service account has two sets of key-pairs:
2610
- # user-managed, and system-managed. User-managed key-pairs can be created and
2611
- # deleted by users. Users are responsible for rotating these keys periodically
2612
- # to ensure security of their service accounts. Users retain the private key of
2613
- # these key-pairs, and Google retains ONLY the public key. System-managed keys
2614
- # are automatically rotated by Google, and are used for signing for a maximum of
2615
- # two weeks. The rotation process is probabilistic, and usage of the new key
2616
- # will gradually ramp up and down over the key's lifetime. If you cache the
2617
- # public key set for a service account, we recommend that you update the cache
2618
- # every 15 minutes. User-managed keys can be added and removed at any time, so
2619
- # it is important to update the cache frequently. For Google-managed keys,
2620
- # Google will publish a key at least 6 hours before it is first used for signing
2621
- # and will keep publishing it for at least 6 hours after it was last used for
2622
- # signing. Public keys for all service accounts are also published at the OAuth2
2623
- # Service Account API.
2610
+ # user-managed and system-managed. System-managed keys are also called _Google-
2611
+ # owned and managed keys_. User-managed key-pairs can be created and deleted by
2612
+ # users. Users are responsible for rotating these keys periodically to ensure
2613
+ # security of their service accounts. Users retain the private key of these key-
2614
+ # pairs, and Google retains ONLY the public key. System-managed keys that are
2615
+ # actively used for signing are rotated regularly according to [security best
2616
+ # practices](https://docs.cloud.google.com/iam/docs/key-rotation#timing). The
2617
+ # rotation process is probabilistic, and usage of the new key will gradually
2618
+ # ramp up and down over the key's lifetime. If you cache the public key set for
2619
+ # a service account, we recommend that you update the cache every 15 minutes.
2620
+ # User-managed keys can be added and removed at any time, so it is important to
2621
+ # update the cache frequently. For Google-managed keys, Google will publish a
2622
+ # key at least 6 hours before it is first used for signing and will keep
2623
+ # publishing it for at least 6 hours after it was last used for signing. Public
2624
+ # keys for all service accounts are also published at the OAuth2 Service Account
2625
+ # API.
2624
2626
  class ServiceAccountKey
2625
2627
  include Google::Apis::Core::Hashable
2626
2628
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IamV1
18
18
  # Version of the google-apis-iam_v1 gem
19
- GEM_VERSION = "0.87.0"
19
+ GEM_VERSION = "0.88.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260320"
25
+ REVISION = "20260702"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-iam_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.87.0
4
+ version: 0.88.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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-iam_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.87.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.88.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1
63
63
  rdoc_options: []
64
64
  require_paths: