google-apis-iam_v1 0.69.0 → 0.70.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 +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51ebb0f922983250443ceb5d37fd8f77521463d66ba764717868855e25700835
|
4
|
+
data.tar.gz: 127e67de0c636887d116bdb907f573d3d736c9acab9685c94a0f316657969638
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 063c0d02ca0c0df0e4b18fe419913ae80cbda0f6adc30e85a3698f046a49296379ccef3a7416a280b853ba1b316188922a2b3a645d0bdbc2a58a36a9820fc911
|
7
|
+
data.tar.gz: 974fef5ad5a90e774c5558fc6284da7c26357b76ff680bd11a72cd623ab71b425e8e9f6257fb603a59f9b799682d06a2d15673ff3a20c648f83fed1728825fec
|
data/CHANGELOG.md
CHANGED
@@ -928,7 +928,7 @@ module Google
|
|
928
928
|
# document should satisfy the following constraints: 1) Must contain an Identity
|
929
929
|
# Provider Entity ID. 2) Must contain at least one non-expired signing key
|
930
930
|
# certificate. 3) For each signing key: a) Valid from should be no more than 7
|
931
|
-
# days from now. b) Valid to should be no more than
|
931
|
+
# days from now. b) Valid to should be no more than 25 years in the future. 4)
|
932
932
|
# Up to 3 IdP signing keys are allowed in the metadata xml. When updating the
|
933
933
|
# provider's metadata xml, at least one non-expired signing key must overlap
|
934
934
|
# with the existing metadata. This requirement is skipped if there are no non-
|
@@ -2431,7 +2431,7 @@ module Google
|
|
2431
2431
|
# must satisfy the following constraints: * Must contain an IdP Entity ID. *
|
2432
2432
|
# Must contain at least one non-expired signing certificate. * For each signing
|
2433
2433
|
# certificate, the expiration must be: * From no more than 7 days in the future.
|
2434
|
-
# * To no more than
|
2434
|
+
# * To no more than 25 years in the future. * Up to three IdP signing keys are
|
2435
2435
|
# allowed. When updating the provider's metadata XML, at least one non-expired
|
2436
2436
|
# signing key must overlap with the existing metadata. This requirement is
|
2437
2437
|
# 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.70.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250613"
|
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.
|
4
|
+
version: 0.70.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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.70.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:
|