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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ab5b6ae8715d9a6536a77dbaaa1f5d4665ce27234235d3d844c70b4bea8f359
|
|
4
|
+
data.tar.gz: d4b32349f83d90bb3eef7eff31596cf554ce93f5faab844788d098729f59736b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4bd07b71c1f717394d26367b8f7f4fa1acdd7d78cd943bb6da28b77159a964903f0897a662a7aa36a99f2cd12c5ca158c5b2cb0a366dbc3dea9cc569fdee2faa
|
|
7
|
+
data.tar.gz: 8241d1d06fe3b05565899f8deb8c33e4121cba3d32976d9e92121bf0b820341e2c43e458d7e27c4319c54af5a1854e697601e4f9c093261f784c194d70485d30
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
25
|
+
REVISION = "20260709"
|
|
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-sts_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 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.
|
|
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:
|