google-apis-sts_v1beta 0.8.0 → 0.9.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: e7051ef503eae9f2b08e79780b0ee270938d4ec9ab9eb966791c48b8046a96b1
4
- data.tar.gz: 1b19ce0623e74a433c8bd2b82cd7147c3d195bfd400ae769aa93af6e3b2af2e5
3
+ metadata.gz: c1974bbc9cd7c3fa05f6aba7e16a3408c69974b80d64f89516b4f40e71925c7f
4
+ data.tar.gz: f96b0a49e6c21884c787187b39e043c1c8bff169809fd09047242a29b300c881
5
5
  SHA512:
6
- metadata.gz: 4ff1c3d3d94fb0924e53f08c5bc192e45f5e4e288d6f1929a8cf051bb5b97ba1e8dfed3884529566825b385859686c38443bb7b2d1f18e17c2617e05c315727c
7
- data.tar.gz: 1fdcb2882c42a2b6e53673868e90e4c49de413a3dcca6cc50822faff5bb981f8bab76d270eee232543b922e45f9cb6ebdf50cd7bac925ea1a69a0726adc4b750
6
+ metadata.gz: a47adf1e1e4b08c2086baf68dd3eaed5beffa283f41ee39363192111cfd9730beb0a928dde75e86a85198e4ba72fb21e8932f95e1fb7c1bd26d098978ede568c
7
+ data.tar.gz: e40807531e68604e2304721c3b2ba0272a13ed1d2be374ef101d78417adc0c2c3c538335b71d2a19812d2ea336282bbc66016ae462e91acc877220598b71d817
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-sts_v1beta
2
2
 
3
+ ### v0.9.0 (2021-07-03)
4
+
5
+ * Regenerated from discovery document revision 20210625
6
+ * Regenerated using generator version 0.4.0
7
+
3
8
  ### v0.8.0 (2021-06-24)
4
9
 
5
10
  * Regenerated using generator version 0.3.0
@@ -63,15 +63,16 @@ module Google
63
63
  # by a workload identity pool provider, or a short-lived access token issued by
64
64
  # Google. If the token is an OIDC JWT, it must use the JWT format defined in [
65
65
  # RFC 7523](https://tools.ietf.org/html/rfc7523), and the `subject_token_type`
66
- # must be `urn:ietf:params:oauth:token-type:jwt`. The following headers are
67
- # required: - `kid`: The identifier of the signing key securing the JWT. - `alg`:
68
- # The cryptographic algorithm securing the JWT. Must be `RS256` or `ES256`. The
69
- # following payload fields are required. For more information, see [RFC 7523,
70
- # Section 3](https://tools.ietf.org/html/rfc7523#section-3): - `iss`: The issuer
71
- # of the token. The issuer must provide a discovery document at the URL `/.well-
72
- # known/openid-configuration`, where `` is the value of this field. The document
73
- # must be formatted according to section 4.2 of the [OIDC 1.0 Discovery
74
- # specification](https://openid.net/specs/openid-connect-discovery-1_0.html#
66
+ # must be either `urn:ietf:params:oauth:token-type:jwt` or `urn:ietf:params:
67
+ # oauth:token-type:id_token`. The following headers are required: - `kid`: The
68
+ # identifier of the signing key securing the JWT. - `alg`: The cryptographic
69
+ # algorithm securing the JWT. Must be `RS256` or `ES256`. The following payload
70
+ # fields are required. For more information, see [RFC 7523, Section 3](https://
71
+ # tools.ietf.org/html/rfc7523#section-3): - `iss`: The issuer of the token. The
72
+ # issuer must provide a discovery document at the URL `/.well-known/openid-
73
+ # configuration`, where `` is the value of this field. The document must be
74
+ # formatted according to section 4.2 of the [OIDC 1.0 Discovery specification](
75
+ # https://openid.net/specs/openid-connect-discovery-1_0.html#
75
76
  # ProviderConfigurationResponse). - `iat`: The issue time, in seconds, since the
76
77
  # Unix epoch. Must be in the past. - `exp`: The expiration time, in seconds,
77
78
  # since the Unix epoch. Must be less than 48 hours after `iat`. Shorter
@@ -129,8 +130,8 @@ module Google
129
130
 
130
131
  # Required. An identifier that indicates the type of the security token in the `
131
132
  # subject_token` parameter. Supported values are `urn:ietf:params:oauth:token-
132
- # type:jwt`, `urn:ietf:params:aws:token-type:aws4_request`, and `urn:ietf:params:
133
- # oauth:token-type:access_token`.
133
+ # type:jwt`, `urn:ietf:params:oauth:token-type:id_token`, `urn:ietf:params:aws:
134
+ # token-type:aws4_request`, and `urn:ietf:params:oauth:token-type:access_token`.
134
135
  # Corresponds to the JSON property `subjectTokenType`
135
136
  # @return [String]
136
137
  attr_accessor :subject_token_type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module StsV1beta
18
18
  # Version of the google-apis-sts_v1beta gem
19
- GEM_VERSION = "0.8.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210517"
25
+ REVISION = "20210625"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sts_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-28 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
19
+ version: '0.4'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.3'
29
+ version: '0.4'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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/master/generated/google-apis-sts_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1beta/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1beta/v0.9.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sts_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []