google-apis-iam_v1 0.68.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 +9 -0
- data/lib/google/apis/iam_v1/classes.rb +8 -8
- data/lib/google/apis/iam_v1/gem_version.rb +3 -3
- 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: 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
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-iam_v1
|
2
2
|
|
3
|
+
### v0.70.0 (2025-06-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250613
|
6
|
+
|
7
|
+
### v0.69.0 (2025-05-25)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250516
|
10
|
+
* Regenerated using generator version 0.18.0
|
11
|
+
|
3
12
|
### v0.68.0 (2025-05-18)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20250509
|
@@ -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-
|
@@ -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
|
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
|
982
|
-
#
|
983
|
-
#
|
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
|
@@ -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
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.70.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
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:
|
@@ -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.
|
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: []
|