google-apis-sts_v1 0.50.0 → 0.52.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: aba1c3b4e361e289401c9626266e3677962f41b72bd100939ee7f023e8836344
4
+ data.tar.gz: 64364f5bafe2426dcb358bcec7a8fc4be6c4319502bec6eb5141715df52835f1
5
5
  SHA512:
6
- metadata.gz: cd1877408f7f19d6ad58a911a5b871bebb0479d2d73bd19bf4a7323b73bf3a8d99a067ac1aff453e37c06c46ef556d2254546216b6bf59cd6a5c10924e4c2793
7
- data.tar.gz: 4e46057729e4927abc1bec8d8d62730c2ededd59882aa47cd9c1950a0eb901bca4f9ed05de935ca434830939d99a5107aa7ba8f05ed0e7e46d6076eb6b95e1ac
6
+ metadata.gz: 3e376a27df22448e943c32d699c5f7b445b07a889629bd44ed6efb099bfbc1187e7bf21210f98d933d932b70e7651c4fada7440c867098094a01b684f30c7dc6
7
+ data.tar.gz: 66b7f5308a7221ccaaf4bb5e6478c3fe8654a2955c6617034ef12aa158013e78112b1a0708757974ea1e3ad11f582c7966358b369c7a7d11d8c4f0ad2cb2e4f6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-sts_v1
2
2
 
3
+ ### v0.52.0 (2026-08-02)
4
+
5
+ * Regenerated from discovery document revision 20260722
6
+
7
+ ### v0.51.0 (2026-07-19)
8
+
9
+ * Regenerated from discovery document revision 20260709
10
+
3
11
  ### v0.50.0 (2026-07-12)
4
12
 
5
13
  * 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]
@@ -438,7 +443,7 @@ module Google
438
443
  # @return [String]
439
444
  attr_accessor :n
440
445
 
441
- # Public key use. Currently "jwt-svid".
446
+ # Public key use. Currently "sig".
442
447
  # Corresponds to the JSON property `use`
443
448
  # @return [String]
444
449
  attr_accessor :use
@@ -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.52.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 = "20260722"
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.52.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.52.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: