google-apis-sts_v1beta 0.9.0 → 0.10.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: c1974bbc9cd7c3fa05f6aba7e16a3408c69974b80d64f89516b4f40e71925c7f
4
- data.tar.gz: f96b0a49e6c21884c787187b39e043c1c8bff169809fd09047242a29b300c881
3
+ metadata.gz: 2483a4838e1e17f99ae3a1a3ee9012a9ebb206374d9012110f58d948818a73cd
4
+ data.tar.gz: fb4968eb4b5f8b645521d6ea63fd8b1ad3554348a52340646dafbc66640f644f
5
5
  SHA512:
6
- metadata.gz: a47adf1e1e4b08c2086baf68dd3eaed5beffa283f41ee39363192111cfd9730beb0a928dde75e86a85198e4ba72fb21e8932f95e1fb7c1bd26d098978ede568c
7
- data.tar.gz: e40807531e68604e2304721c3b2ba0272a13ed1d2be374ef101d78417adc0c2c3c538335b71d2a19812d2ea336282bbc66016ae462e91acc877220598b71d817
6
+ metadata.gz: ac35d4af28bafd5e0164e1d17d586f97884164200a26593aeeb42221bceb90acd7da3bef58ae59a93aa3f8ae8cd6617a8de03e430791f701532fccecd74181ba
7
+ data.tar.gz: 863d83311cecaf5954e028d363d540fd12c9f5d1f5426cb3db64a8a09e01f17ea3ce47183c2e2a90c40a29e3cc048f2c79a6cd8154dd772999eb7ff27d615eec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sts_v1beta
2
2
 
3
+ ### v0.10.0 (2021-07-31)
4
+
5
+ * Regenerated from discovery document revision 20210723
6
+
3
7
  ### v0.9.0 (2021-07-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20210625
@@ -27,8 +27,8 @@ module Google
27
27
  include Google::Apis::Core::Hashable
28
28
 
29
29
  # The full resource name of the identity provider. For example, `//iam.
30
- # googleapis.com/projects//workloadIdentityPools//providers/`. Required when
31
- # exchanging an external credential for a Google access token.
30
+ # googleapis.com/projects//locations/global/workloadIdentityPools//providers/`.
31
+ # Required when exchanging an external credential for a Google access token.
32
32
  # Corresponds to the JSON property `audience`
33
33
  # @return [String]
34
34
  attr_accessor :audience
@@ -107,8 +107,8 @@ module Google
107
107
  # The full, canonical resource name of the workload identity pool provider, with
108
108
  # or without an `https:` prefix. To help ensure data integrity, we recommend
109
109
  # including this header in the `SignedHeaders` field of the signed request. For
110
- # example: //iam.googleapis.com/projects//locations//workloadIdentityPools//
111
- # providers/ https://iam.googleapis.com/projects//locations//
110
+ # example: //iam.googleapis.com/projects//locations/global/workloadIdentityPools/
111
+ # /providers/ https://iam.googleapis.com/projects//locations/global/
112
112
  # workloadIdentityPools//providers/ If you are using temporary security
113
113
  # credentials provided by AWS, you must also include the header `x-amz-security-
114
114
  # token`, with the value set to the session token. The following example shows a
@@ -116,8 +116,8 @@ module Google
116
116
  # 20200815T015049Z"`, `"key": "Authorization", "value": "AWS4-HMAC-SHA256+
117
117
  # Credential=$credential,+SignedHeaders=host;x-amz-date;x-goog-cloud-target-
118
118
  # resource,+Signature=$signature"`, `"key": "x-goog-cloud-target-resource", "
119
- # value": "//iam.googleapis.com/projects//locations//workloadIdentityPools//
120
- # providers/"`, `"key": "host", "value": "sts.amazonaws.com"` . ], "method": "
119
+ # value": "//iam.googleapis.com/projects//locations/global/workloadIdentityPools/
120
+ # /providers/"`, `"key": "host", "value": "sts.amazonaws.com"` . ], "method": "
121
121
  # POST", "url": "https://sts.amazonaws.com?Action=GetCallerIdentity&Version=2011-
122
122
  # 06-15" ` ``` You can also use a Google-issued OAuth 2.0 access token with this
123
123
  # field to obtain an access token with new security attributes applied, such as
@@ -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.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210625"
25
+ REVISION = "20210723"
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.9.0
4
+ version: 0.10.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-07-05 00:00:00.000000000 Z
11
+ date: 2021-08-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/master/generated/google-apis-sts_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1beta/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1beta/v0.10.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: []