google-apis-sts_v1 0.49.0 → 0.50.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/sts_v1/gem_version.rb +2 -2
- data/lib/google/apis/sts_v1/service.rb +24 -4
- 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: dfad5ebe9370d4c8e5a58050d9f4a1321292affc8aa87d57e0db8222cd119f5d
|
|
4
|
+
data.tar.gz: 1d305c0a39410afc5c67e1e29a7ecf6204d85471c1733b9fc255c5dc78656ac7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd1877408f7f19d6ad58a911a5b871bebb0479d2d73bd19bf4a7323b73bf3a8d99a067ac1aff453e37c06c46ef556d2254546216b6bf59cd6a5c10924e4c2793
|
|
7
|
+
data.tar.gz: 4e46057729e4927abc1bec8d8d62730c2ededd59882aa47cd9c1950a0eb901bca4f9ed05de935ca434830939d99a5107aa7ba8f05ed0e7e46d6076eb6b95e1ac
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module StsV1
|
|
18
18
|
# Version of the google-apis-sts_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.50.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260701"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -54,7 +54,12 @@ module Google
|
|
|
54
54
|
|
|
55
55
|
# Fetches the signing keys for an agentic or managed workload identity pool and
|
|
56
56
|
# returns them in JWKs format, defined in [RFC 7517](https://tools.ietf.org/html/
|
|
57
|
-
# rfc7517). For now, only agentic system pools are supported.
|
|
57
|
+
# rfc7517). For now, only agentic system pools are supported. **Preview** This
|
|
58
|
+
# feature is subject to the "Pre-GA Offerings Terms" in the General Service
|
|
59
|
+
# Terms section of the [Service Specific Terms](https://cloud.google.com/terms/
|
|
60
|
+
# service-terms#1). Pre-GA features are available "as is" and might have limited
|
|
61
|
+
# support. For more information, see the [launch stage descriptions](https://
|
|
62
|
+
# cloud.google.com/products#product-launch-stages).
|
|
58
63
|
# @param [String] name
|
|
59
64
|
# Required. The name of the pool whose JWKS needs to be retrieved. Format: '
|
|
60
65
|
# organizations/`ORGANIZATION_NUMBER`/locations/global/workloadIdentityPools/`
|
|
@@ -93,7 +98,12 @@ module Google
|
|
|
93
98
|
# Gets the OIDC provider configuration for an agentic or managed workload
|
|
94
99
|
# identity pool following [the OIDC 1.0 discovery specification](https://openid.
|
|
95
100
|
# net/specs/openid-connect-discovery-1_0.html#ProviderConfigurationResponse).
|
|
96
|
-
# For now, only agentic system pools are supported.
|
|
101
|
+
# For now, only agentic system pools are supported. **Preview** This feature is
|
|
102
|
+
# subject to the "Pre-GA Offerings Terms" in the General Service Terms section
|
|
103
|
+
# of the [Service Specific Terms](https://cloud.google.com/terms/service-terms#1)
|
|
104
|
+
# . Pre-GA features are available "as is" and might have limited support. For
|
|
105
|
+
# more information, see the [launch stage descriptions](https://cloud.google.com/
|
|
106
|
+
# products#product-launch-stages).
|
|
97
107
|
# @param [String] name
|
|
98
108
|
# Required. The name of the pool whose OpenID provider configuration to retrieve.
|
|
99
109
|
# Format: 'organizations/`ORGANIZATION_NUMBER`/locations/global/
|
|
@@ -131,7 +141,12 @@ module Google
|
|
|
131
141
|
|
|
132
142
|
# Fetches the signing keys for an agentic or managed workload identity pool and
|
|
133
143
|
# returns them in JWKs format, defined in [RFC 7517](https://tools.ietf.org/html/
|
|
134
|
-
# rfc7517). For now, only agentic system pools are supported.
|
|
144
|
+
# rfc7517). For now, only agentic system pools are supported. **Preview** This
|
|
145
|
+
# feature is subject to the "Pre-GA Offerings Terms" in the General Service
|
|
146
|
+
# Terms section of the [Service Specific Terms](https://cloud.google.com/terms/
|
|
147
|
+
# service-terms#1). Pre-GA features are available "as is" and might have limited
|
|
148
|
+
# support. For more information, see the [launch stage descriptions](https://
|
|
149
|
+
# cloud.google.com/products#product-launch-stages).
|
|
135
150
|
# @param [String] name
|
|
136
151
|
# Required. The name of the pool whose JWKS needs to be retrieved. Format: '
|
|
137
152
|
# organizations/`ORGANIZATION_NUMBER`/locations/global/workloadIdentityPools/`
|
|
@@ -170,7 +185,12 @@ module Google
|
|
|
170
185
|
# Gets the OIDC provider configuration for an agentic or managed workload
|
|
171
186
|
# identity pool following [the OIDC 1.0 discovery specification](https://openid.
|
|
172
187
|
# net/specs/openid-connect-discovery-1_0.html#ProviderConfigurationResponse).
|
|
173
|
-
# For now, only agentic system pools are supported.
|
|
188
|
+
# For now, only agentic system pools are supported. **Preview** This feature is
|
|
189
|
+
# subject to the "Pre-GA Offerings Terms" in the General Service Terms section
|
|
190
|
+
# of the [Service Specific Terms](https://cloud.google.com/terms/service-terms#1)
|
|
191
|
+
# . Pre-GA features are available "as is" and might have limited support. For
|
|
192
|
+
# more information, see the [launch stage descriptions](https://cloud.google.com/
|
|
193
|
+
# products#product-launch-stages).
|
|
174
194
|
# @param [String] name
|
|
175
195
|
# Required. The name of the pool whose OpenID provider configuration to retrieve.
|
|
176
196
|
# Format: 'organizations/`ORGANIZATION_NUMBER`/locations/global/
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-sts_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.50.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sts_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1/v0.50.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sts_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|