google-apis-iam_v1 0.68.0 → 0.69.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: 0f2ddf16efa341e2568c15e77c8a3afa6231de7e4390ede547c16b1b9bb66310
4
- data.tar.gz: e171c1c2ed4d70e03a56a4e4386af50ca8537affb84587091d1987a7bb5b9c9b
3
+ metadata.gz: d70eaf266a1bee80328dc3de8b8896048d0a7f910ab03ead6a4211faf9d52221
4
+ data.tar.gz: 55336e00b0ed39c288086ef3144e6db516bb4a9aefaed9163d38dfbf47447b3c
5
5
  SHA512:
6
- metadata.gz: 5d99db3f7afcb4c9e8deaa62461ec7925f0a82504bc8e128897f231d74e78f12267d24578742ee35f963b0b9868ac4a648b513ff2d41d348b6ee551fdad65f71
7
- data.tar.gz: 11f921f2155d20a98cf96d3bd75d3ea1a6e1bd91e288bfa9719474b7900f5bc2a76f36d2010961b905c27c81786d385bc453c6aa94e4fedce2c16b472c41ce63
6
+ metadata.gz: 9d17c98bccf67feeb92a051da1fe5e3cc4a26446738675c1c9e20223e91591e998cd1c1d5253d187947474dcacb382e049c96f8698e9912b2894413313f037bf
7
+ data.tar.gz: 6b658296aa8806f3ddfce98f9420064cfbf08d9ec5e084728ea1fadac33af50b52d29c81344a10f4a0989c0ea1316ec1b9be357c69e4a1b301d775780af018f2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.69.0 (2025-05-25)
4
+
5
+ * Regenerated from discovery document revision 20250516
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.68.0 (2025-05-18)
4
9
 
5
10
  * Regenerated from discovery document revision 20250509
@@ -972,15 +972,15 @@ module Google
972
972
  attr_accessor :key_algorithm
973
973
 
974
974
  # Optional. Lifetime of the workload certificates issued by the CA pool. Must be
975
- # between 10 hours and 30 days. If not specified, this will be defaulted to 24
975
+ # between 24 hours and 30 days. If not specified, this will be defaulted to 24
976
976
  # hours.
977
977
  # Corresponds to the JSON property `lifetime`
978
978
  # @return [String]
979
979
  attr_accessor :lifetime
980
980
 
981
- # Optional. Rotation window percentage indicating when certificate rotation
982
- # should be initiated based on remaining lifetime. Must be between 10 and 80. If
983
- # not specified, this will be defaulted to 50.
981
+ # Optional. Rotation window percentage, the percentage of remaining lifetime
982
+ # after which certificate rotation is initiated. Must be between 50 and 80. If
983
+ # no value is specified, rotation window percentage is defaulted to 50.
984
984
  # Corresponds to the JSON property `rotationWindowPercentage`
985
985
  # @return [Fixnum]
986
986
  attr_accessor :rotation_window_percentage
@@ -2954,7 +2954,7 @@ module Google
2954
2954
  end
2955
2955
 
2956
2956
  # Trust store that contains trust anchors and optional intermediate CAs used in
2957
- # PKI to build trust chain and verify a client's identity.
2957
+ # PKI to build a trust chain(trust hierarchy) and verify a client's identity.
2958
2958
  class TrustStore
2959
2959
  include Google::Apis::Core::Hashable
2960
2960
 
@@ -3856,7 +3856,7 @@ module Google
3856
3856
  include Google::Apis::Core::Hashable
3857
3857
 
3858
3858
  # Trust store that contains trust anchors and optional intermediate CAs used in
3859
- # PKI to build trust chain and verify a client's identity.
3859
+ # PKI to build a trust chain(trust hierarchy) and verify a client's identity.
3860
3860
  # Corresponds to the JSON property `trustStore`
3861
3861
  # @return [Google::Apis::IamV1::TrustStore]
3862
3862
  attr_accessor :trust_store
@@ -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.68.0"
19
+ GEM_VERSION = "0.69.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250509"
25
+ REVISION = "20250516"
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.68.0
4
+ version: 0.69.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.68.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.69.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:
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.6.8
77
+ rubygems_version: 3.6.9
78
78
  specification_version: 4
79
79
  summary: Simple REST client for Identity and Access Management (IAM) API V1
80
80
  test_files: []