google-apis-sts_v1 0.10.0 → 0.11.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: 67b6ac980a291a4baa675d886464814e980c96614a0cfd55331ddd1a4a0f3734
4
- data.tar.gz: ad9cf7bb5b5ec77e182eb721e68970af7377cee07162d5f6a447f5f27376d4fa
3
+ metadata.gz: 4ec378c3f28e48d4d14908b20bd73da1b7143686f9e9bac0d033cc64f84ae83a
4
+ data.tar.gz: f0b43011036af601ec975bc7850591a60a616d0c4d4565ee15a4dd73a498574e
5
5
  SHA512:
6
- metadata.gz: f9029389e49cbd1dbe4e46c9fc4f8f7ff410328a0e3f5df9013ef30c9293ce21ceb88407584e11ba34476a8dcfe598efb8f5cbea173fe1eedf60f61245fb720b
7
- data.tar.gz: 033e572b461a96b3a3437f30323c6369fd1305319eb6615abcc9f2e5b77e826e4e7a6fb55fd3c6717b9e0523007548032fc2c9096a836f0af2372d66a0c64b75
6
+ metadata.gz: 110bec876f174f7f85a9e3288a4a60f2cf3557b9ed4df505a041c0c8bde2ccd46e87fe5787fd7f8cbb569c2f0241e4cc8d3b8b25371dabb0cda328c2cd96b18a
7
+ data.tar.gz: c29b6d2ec46fe33ab4bfc22d71cc0d0160b31c8368e69ed4c64c54d02b63f481c36720456ad422ba72ec0e62be6e96cf4169cc922ae424eaa235dfc6c30b5747
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sts_v1
2
2
 
3
+ ### v0.11.0 (2021-07-31)
4
+
5
+ * Regenerated from discovery document revision 20210723
6
+
3
7
  ### v0.10.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
@@ -274,7 +274,7 @@ module Google
274
274
  # The human-readable identifier for the token principal subject. For example, if
275
275
  # the provided token is associated with a workload identity pool, this field
276
276
  # contains a value in the following format: `principal://iam.googleapis.com/
277
- # projects//locations//workloadIdentityPools//subject/`
277
+ # projects//locations/global/workloadIdentityPools//subject/`
278
278
  # Corresponds to the JSON property `username`
279
279
  # @return [String]
280
280
  attr_accessor :username
@@ -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.10.0"
19
+ GEM_VERSION = "0.11.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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sts_v1
63
63
  post_install_message:
64
64
  rdoc_options: []