google-apis-sts_v1 0.15.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 +13 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/sts_v1/classes.rb +15 -7
- data/lib/google/apis/sts_v1/gem_version.rb +3 -3
- metadata +4 -4
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
@@ -1,5 +1,18 @@
|
|
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
|
+
|
7
|
+
### v0.17.0 (2022-04-10)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220402
|
10
|
+
* Regenerated using generator version 0.4.1
|
11
|
+
|
12
|
+
### v0.16.0 (2021-12-14)
|
13
|
+
|
14
|
+
* Unspecified changes
|
15
|
+
|
3
16
|
### v0.15.0 (2021-11-13)
|
4
17
|
|
5
18
|
* Regenerated from discovery document revision 20211105
|
data/OVERVIEW.md
CHANGED
@@ -51,7 +51,7 @@ require "google/apis/sts_v1"
|
|
51
51
|
client = Google::Apis::StsV1::CloudSecurityTokenService.new
|
52
52
|
|
53
53
|
# Authenticate calls
|
54
|
-
client.
|
54
|
+
client.authorization = # ... use the googleauth gem to create credentials
|
55
55
|
```
|
56
56
|
|
57
57
|
See the class reference docs for information on the methods you can call from a client.
|
@@ -45,7 +45,7 @@ module Google
|
|
45
45
|
# @return [Google::Apis::StsV1::GoogleTypeExpr]
|
46
46
|
attr_accessor :condition
|
47
47
|
|
48
|
-
# Specifies the principals requesting access for a Cloud
|
48
|
+
# Specifies the principals requesting access for a Google Cloud resource. `
|
49
49
|
# members` can have the following values: * `allUsers`: A special identifier
|
50
50
|
# that represents anyone who is on the internet; with or without a Google
|
51
51
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -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
|
-
GENERATOR_VERSION = "0.4.
|
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:
|
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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Security Token Service API V1
|