Skip to content

Commit c7120e5

Browse files
feat: Automated regeneration of sts v1 client (googleapis#24213)
Auto-created at 2025-09-07 10:19:59 +0000 using the toys pull request generator.
1 parent db727b4 commit c7120e5

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

generated/google-apis-sts_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-sts_v1
22

3+
### v0.44.0 (2025-09-07)
4+
5+
* Regenerated from discovery document revision 20250827
6+
37
### v0.43.0 (2025-08-24)
48

59
* Regenerated from discovery document revision 20250813

generated/google-apis-sts_v1/lib/google/apis/sts_v1/classes.rb

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,16 +317,23 @@ class GoogleIdentityStsV1ExchangeTokenRequest
317317
# new security attributes applied, such as a Credential Access Boundary. In this
318318
# case, set `subject_token_type` to `urn:ietf:params:oauth:token-type:
319319
# access_token`. If an access token already contains security attributes, you
320-
# cannot apply additional security attributes.
320+
# cannot apply additional security attributes. If the request is for X.509
321+
# certificate-based authentication, the `subject_token` must be a JSON-formatted
322+
# list of X.509 certificates in DER format, as defined in [RFC 7515](https://www.
323+
# rfc-editor.org/rfc/rfc7515#section-4.1.6). `subject_token_type` must be `urn:
324+
# ietf:params:oauth:token-type:mtls`. The following example shows a JSON-
325+
# formatted list of X.509 certificate in DER format: ``` [\"MIIEYDCCA0i...\", \"
326+
# MCIFFGAGTT0...\"] ```
321327
# Corresponds to the JSON property `subjectToken`
322328
# @return [String]
323329
attr_accessor :subject_token
324330

325331
# Required. An identifier that indicates the type of the security token in the `
326332
# subject_token` parameter. Supported values are `urn:ietf:params:oauth:token-
327333
# type:jwt`, `urn:ietf:params:oauth:token-type:id_token`, `urn:ietf:params:aws:
328-
# token-type:aws4_request`, `urn:ietf:params:oauth:token-type:access_token`, and
329-
# `urn:ietf:params:oauth:token-type:saml2`.
334+
# token-type:aws4_request`, `urn:ietf:params:oauth:token-type:access_token`, `
335+
# urn:ietf:params:oauth:token-type:mtls`, and `urn:ietf:params:oauth:token-type:
336+
# saml2`.
330337
# Corresponds to the JSON property `subjectTokenType`
331338
# @return [String]
332339
attr_accessor :subject_token_type

generated/google-apis-sts_v1/lib/google/apis/sts_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module StsV1
1818
# Version of the google-apis-sts_v1 gem
19-
GEM_VERSION = "0.43.0"
19+
GEM_VERSION = "0.44.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250813"
25+
REVISION = "20250827"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)