google-apis-sts_v1beta 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/sts_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/sts_v1beta/service.rb +4 -1
- 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: 1ebdc60907814ca8f4483f638ed4c0bdd5436e7a4e45dba1e65dde75c9ee8147
|
4
|
+
data.tar.gz: 6bb66942c8d9495a0774287f47f7114f26f674112763155a87cfddba80a21d59
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3729e71b78de5569666c40a9592044136b3570a0524119a96e5a08aad6445a0c7fe31db4e5527c9234f88e9d95bfa654dee89d2364379ae155aec24607be073
|
7
|
+
data.tar.gz: 70c9d44c5a2f11107286c6e1ad6c3492538f05837fdc950acbbade41e1d02b9caa2fc3abb3b066c01b247e1c372b5a3d390b69ee29dea3fbf778402223ea6443
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
19
|
+
GEM_VERSION = "0.3.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.1.2"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210206"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -52,7 +52,10 @@ module Google
|
|
52
52
|
|
53
53
|
# Exchanges a credential for a Google OAuth 2.0 access token. The token asserts
|
54
54
|
# an external identity within a workload identity pool, or it applies a
|
55
|
-
# Credential Access Boundary to a Google access token.
|
55
|
+
# Credential Access Boundary to a Google access token. When you call this method,
|
56
|
+
# do not send the `Authorization` HTTP header in the request. This method does
|
57
|
+
# not require the `Authorization` header, and using the header can cause the
|
58
|
+
# request to fail.
|
56
59
|
# @param [Google::Apis::StsV1beta::GoogleIdentityStsV1betaExchangeTokenRequest] google_identity_sts_v1beta_exchange_token_request_object
|
57
60
|
# @param [String] fields
|
58
61
|
# Selector specifying which fields to include in a partial response.
|
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.
|
4
|
+
version: 0.3.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-02-
|
11
|
+
date: 2021-02-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sts_v1beta/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1beta/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1beta/v0.3.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sts_v1beta
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|