google-apis-iam_v1 0.59.0 → 0.60.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/iam_v1/classes.rb +2 -2
- data/lib/google/apis/iam_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ce7696f487b577d098a11b1ee58da736f7509aaa76cf1230a4e5afb6e254033
|
4
|
+
data.tar.gz: 1f1bf447e54e47f0fc48b3d5e2b4e551621e40699b9abf3e8a2bf3ac73ad5a74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0be6783c3b148a2d425fef6e358bde1b41c3c59b17c392c978fa677d16cd2c8aa6def8e25b903d33ca7d4697ebe2029a2cfe6f3f00e413cc5fae3fc58d73b811
|
7
|
+
data.tar.gz: dbf8390439c27a89e83e434585ff37c4aa62c007702a113cd64f0dac52a5585ed6724ddd9122fb7a5020ae2cc8ad964e6a3685c28e30ccca02d9f5b80aa909c2
|
data/CHANGELOG.md
CHANGED
@@ -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
|
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
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|