google-apis-sts_v1 0.50.0 → 0.51.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dfad5ebe9370d4c8e5a58050d9f4a1321292affc8aa87d57e0db8222cd119f5d
4
- data.tar.gz: 1d305c0a39410afc5c67e1e29a7ecf6204d85471c1733b9fc255c5dc78656ac7
3
+ metadata.gz: 7ab5b6ae8715d9a6536a77dbaaa1f5d4665ce27234235d3d844c70b4bea8f359
4
+ data.tar.gz: d4b32349f83d90bb3eef7eff31596cf554ce93f5faab844788d098729f59736b
5
5
  SHA512:
6
- metadata.gz: cd1877408f7f19d6ad58a911a5b871bebb0479d2d73bd19bf4a7323b73bf3a8d99a067ac1aff453e37c06c46ef556d2254546216b6bf59cd6a5c10924e4c2793
7
- data.tar.gz: 4e46057729e4927abc1bec8d8d62730c2ededd59882aa47cd9c1950a0eb901bca4f9ed05de935ca434830939d99a5107aa7ba8f05ed0e7e46d6076eb6b95e1ac
6
+ metadata.gz: 4bd07b71c1f717394d26367b8f7f4fa1acdd7d78cd943bb6da28b77159a964903f0897a662a7aa36a99f2cd12c5ca158c5b2cb0a366dbc3dea9cc569fdee2faa
7
+ data.tar.gz: 8241d1d06fe3b05565899f8deb8c33e4121cba3d32976d9e92121bf0b820341e2c43e458d7e27c4319c54af5a1854e697601e4f9c093261f784c194d70485d30
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sts_v1
2
2
 
3
+ ### v0.51.0 (2026-07-19)
4
+
5
+ * Regenerated from discovery document revision 20260709
6
+
3
7
  ### v0.50.0 (2026-07-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20260701
@@ -418,6 +418,11 @@ module Google
418
418
  class GoogleIdentityStsV1Jwk
419
419
  include Google::Apis::Core::Hashable
420
420
 
421
+ # Algorithm intended for use with the key. Currently "RS256".
422
+ # Corresponds to the JSON property `alg`
423
+ # @return [String]
424
+ attr_accessor :alg
425
+
421
426
  # Exponent value for kty="RSA".
422
427
  # Corresponds to the JSON property `e`
423
428
  # @return [String]
@@ -449,6 +454,7 @@ module Google
449
454
 
450
455
  # Update properties of this object
451
456
  def update!(**args)
457
+ @alg = args[:alg] if args.key?(:alg)
452
458
  @e = args[:e] if args.key?(:e)
453
459
  @kid = args[:kid] if args.key?(:kid)
454
460
  @kty = args[:kty] if args.key?(:kty)
@@ -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.50.0"
19
+ GEM_VERSION = "0.51.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 = "20260701"
25
+ REVISION = "20260709"
26
26
  end
27
27
  end
28
28
  end
@@ -155,6 +155,7 @@ module Google
155
155
  class GoogleIdentityStsV1Jwk
156
156
  # @private
157
157
  class Representation < Google::Apis::Core::JsonRepresentation
158
+ property :alg, as: 'alg'
158
159
  property :e, as: 'e'
159
160
  property :kid, as: 'kid'
160
161
  property :kty, as: 'kty'
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.50.0
4
+ version: 0.51.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.50.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1/v0.51.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: