google-apis-sts_v1 0.17.0 → 0.18.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/sts_v1/classes.rb +14 -6
- data/lib/google/apis/sts_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1862728f30bb4d9cf1b57f70b0ae1dd4a5b82e34db938e6f705794a1d19b807d
|
|
4
|
+
data.tar.gz: 4af01da6d367140778acf07fd8cd7b9b0c98e9b82bb68a98d3f23a455e1b60b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 41bcd2b0af432a8417aaef53411f1a72767573f97971a181e4f91c6da4c37c29ade3248d49c7765f0285bf6a59845d36dea1bc76b81c519c6804c704ccb3cc41
|
|
7
|
+
data.tar.gz: f977537af98bd7dc1c684881c634a90bbb2ca82e10541897f6c8e3bd719eced802a21999510cb348a7986e12b77ba494bb434a49f009d32b28e825126fbc155f
|
data/CHANGELOG.md
CHANGED
|
@@ -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" ` ```
|
|
270
|
-
#
|
|
271
|
-
#
|
|
272
|
-
# ietf:params:oauth:token-type:
|
|
273
|
-
#
|
|
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`,
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|