google-apis-iam_v1 0.59.0 → 0.60.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: e0b79ccb986a5d5b2d25ace1711ba07ef0f2b9f231bdc3e15d7d722dcac9e3ad
4
- data.tar.gz: 238f706bbc1c7a488e37746ccbe2f3e0c8849b25a703f9652f20bcbdd248864b
3
+ metadata.gz: 7ce7696f487b577d098a11b1ee58da736f7509aaa76cf1230a4e5afb6e254033
4
+ data.tar.gz: 1f1bf447e54e47f0fc48b3d5e2b4e551621e40699b9abf3e8a2bf3ac73ad5a74
5
5
  SHA512:
6
- metadata.gz: 29ed413e85ae53e8f773b71d86e8b1f8293b972c4b4a8fbb97added6df55419bd78f548c19afe9b3582972c6d618fdd1238ce75a47c58ac56dbd91b03628f559
7
- data.tar.gz: e0ce5fae29c976b796869e06d4e57d5ec0e6f4d021688c5a5e20f34c358bb2c4cf1cb406d3ad2cb294116438a7076e2a3084a214aabd93595e7747035b0360f8
6
+ metadata.gz: 0be6783c3b148a2d425fef6e358bde1b41c3c59b17c392c978fa677d16cd2c8aa6def8e25b903d33ca7d4697ebe2029a2cfe6f3f00e413cc5fae3fc58d73b811
7
+ data.tar.gz: dbf8390439c27a89e83e434585ff37c4aa62c007702a113cd64f0dac52a5585ed6724ddd9122fb7a5020ae2cc8ad964e6a3685c28e30ccca02d9f5b80aa909c2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.60.0 (2024-06-23)
4
+
5
+ * Regenerated from discovery document revision 20240617
6
+
3
7
  ### v0.59.0 (2024-06-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20240530
@@ -876,7 +876,7 @@ module Google
876
876
  # document should satisfy the following constraints: 1) Must contain an Identity
877
877
  # Provider Entity ID. 2) Must contain at least one non-expired signing key
878
878
  # certificate. 3) For each signing key: a) Valid from should be no more than 7
879
- # days from now. b) Valid to should be no more than 15 years in the future. 4)
879
+ # days from now. b) Valid to should be no more than 20 years in the future. 4)
880
880
  # Up to 3 IdP signing keys are allowed in the metadata xml. When updating the
881
881
  # provider's metadata xml, at least one non-expired signing key must overlap
882
882
  # with the existing metadata. This requirement is skipped if there are no non-
@@ -2194,7 +2194,7 @@ module Google
2194
2194
  # must satisfy the following constraints: * Must contain an IdP Entity ID. *
2195
2195
  # Must contain at least one non-expired signing certificate. * For each signing
2196
2196
  # certificate, the expiration must be: * From no more than 7 days in the future.
2197
- # * To no more than 15 years in the future. * Up to three IdP signing keys are
2197
+ # * To no more than 20 years in the future. * Up to three IdP signing keys are
2198
2198
  # allowed. When updating the provider's metadata XML, at least one non-expired
2199
2199
  # signing key must overlap with the existing metadata. This requirement is
2200
2200
  # skipped if there are no non-expired signing keys present in the existing
@@ -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.59.0"
19
+ GEM_VERSION = "0.60.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240530"
25
+ REVISION = "20240617"
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-iam_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.59.0
4
+ version: 0.60.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: 2024-06-16 00:00:00.000000000 Z
11
+ date: 2024-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -59,7 +59,7 @@ licenses:
59
59
  metadata:
60
60
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
61
61
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.59.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.60.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1
64
64
  post_install_message:
65
65
  rdoc_options: []