google-apis-sts_v1 0.17.0 → 0.18.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f59c6ccc838d5a48bfd48f8eb3eb5b6e6f87ac658872b84b015b27a66363594
4
- data.tar.gz: 71ca86e34fe23d8ea1224c5fd2bf1a7b085451e0217e407f133c172ec6277d21
3
+ metadata.gz: 1862728f30bb4d9cf1b57f70b0ae1dd4a5b82e34db938e6f705794a1d19b807d
4
+ data.tar.gz: 4af01da6d367140778acf07fd8cd7b9b0c98e9b82bb68a98d3f23a455e1b60b6
5
5
  SHA512:
6
- metadata.gz: 0d7706a5891487ac6c032a1b9270e8e6578b5271c0653b42603909df93f0266bd37d57fa53b0d2da6ae2d23d9a7aa5c1512c5436d9bc5e5442b482992602befb
7
- data.tar.gz: 235354090cbf895840413148eab6af2b93dbcc0fc3343513c2dff46013f7d33c51462b2df3bde6db8b61e9a3ef35ebac7e6f33d72e10a6e6d68b52e5899bbae3
6
+ metadata.gz: 41bcd2b0af432a8417aaef53411f1a72767573f97971a181e4f91c6da4c37c29ade3248d49c7765f0285bf6a59845d36dea1bc76b81c519c6804c704ccb3cc41
7
+ data.tar.gz: f977537af98bd7dc1c684881c634a90bbb2ca82e10541897f6c8e3bd719eced802a21999510cb348a7986e12b77ba494bb434a49f009d32b28e825126fbc155f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sts_v1
2
2
 
3
+ ### v0.18.0 (2022-04-30)
4
+
5
+ * Regenerated from discovery document revision 20220422
6
+
3
7
  ### v0.17.0 (2022-04-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20220402
@@ -266,11 +266,18 @@ module Google
266
266
  # value": "//iam.googleapis.com/projects//locations/global/workloadIdentityPools/
267
267
  # /providers/"`, `"key": "host", "value": "sts.amazonaws.com"` . ], "method": "
268
268
  # POST", "url": "https://sts.amazonaws.com?Action=GetCallerIdentity&Version=2011-
269
- # 06-15" ` ``` You can also use a Google-issued OAuth 2.0 access token with this
270
- # field to obtain an access token with new security attributes applied, such as
271
- # a Credential Access Boundary. In this case, set `subject_token_type` to `urn:
272
- # ietf:params:oauth:token-type:access_token`. If an access token already
273
- # contains security attributes, you cannot apply additional security attributes.
269
+ # 06-15" ` ``` If the token is a SAML 2.0 assertion, it must use the format
270
+ # defined in [the SAML 2.0 spec](https://www.oasis-open.org/committees/download.
271
+ # php/56776/sstc-saml-core-errata-2.0-wd-07.pdf), and the `subject_token_type`
272
+ # must be `urn:ietf:params:oauth:token-type:saml2`. See [Verification of
273
+ # external credentials](https://cloud.google.com/iam/docs/using-workload-
274
+ # identity-federation#verification_of_external_credentials) for details on how
275
+ # SAML 2.0 assertions are validated during token exchanges. You can also use a
276
+ # Google-issued OAuth 2.0 access token with this field to obtain an access token
277
+ # with new security attributes applied, such as a Credential Access Boundary. In
278
+ # this case, set `subject_token_type` to `urn:ietf:params:oauth:token-type:
279
+ # access_token`. If an access token already contains security attributes, you
280
+ # cannot apply additional security attributes.
274
281
  # Corresponds to the JSON property `subjectToken`
275
282
  # @return [String]
276
283
  attr_accessor :subject_token
@@ -278,7 +285,8 @@ module Google
278
285
  # Required. An identifier that indicates the type of the security token in the `
279
286
  # subject_token` parameter. Supported values are `urn:ietf:params:oauth:token-
280
287
  # type:jwt`, `urn:ietf:params:oauth:token-type:id_token`, `urn:ietf:params:aws:
281
- # token-type:aws4_request`, and `urn:ietf:params:oauth:token-type:access_token`.
288
+ # token-type:aws4_request`, `urn:ietf:params:oauth:token-type:access_token`, and
289
+ # `urn:ietf:params:oauth:token-type:saml2`.
282
290
  # Corresponds to the JSON property `subjectTokenType`
283
291
  # @return [String]
284
292
  attr_accessor :subject_token_type
@@ -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.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220402"
25
+ REVISION = "20220422"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.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: 2022-04-11 00:00:00.000000000 Z
11
+ date: 2022-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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/main/generated/google-apis-sts_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sts_v1
63
63
  post_install_message:
64
64
  rdoc_options: []