Skip to content

Commit 73354e6

Browse files
yoshi-automationsofisl
authored andcommitted
fix(sts): update the API
#### sts:v1 The following keys were changed: - schemas.GoogleIdentityStsV1ExchangeTokenRequest.properties.requestedTokenType.description - schemas.GoogleIdentityStsV1ExchangeTokenResponse.properties.access_boundary_session_key.description
1 parent 921c64d commit 73354e6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

discovery/sts-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
}
117117
}
118118
},
119-
"revision": "20240704",
119+
"revision": "20240904",
120120
"rootUrl": "https://sts.googleapis.com/",
121121
"schemas": {
122122
"GoogleIamV1Binding": {
@@ -194,7 +194,7 @@
194194
"type": "string"
195195
},
196196
"requestedTokenType": {
197-
"description": "Required. An identifier for the type of requested security token. Can be `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-type:access_boundary_intermediate_token`.",
197+
"description": "Required. An identifier for the type of requested security token. Can be `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-type:access_boundary_intermediary_token`.",
198198
"type": "string"
199199
},
200200
"scope": {
@@ -217,7 +217,7 @@
217217
"id": "GoogleIdentityStsV1ExchangeTokenResponse",
218218
"properties": {
219219
"access_boundary_session_key": {
220-
"description": "The access boundary session key. This key is used along with the access boundary intermediate token to generate Credential Access Boundary tokens at client side. This field is absent when the `requested_token_type` from the request is not `urn:ietf:params:oauth:token-type:access_boundary_intermediate_token`.",
220+
"description": "The access boundary session key. This key is used along with the access boundary intermediary token to generate Credential Access Boundary tokens at client side. This field is absent when the `requested_token_type` from the request is not `urn:ietf:params:oauth:token-type:access_boundary_intermediary_token`.",
221221
"format": "byte",
222222
"type": "string"
223223
},

src/apis/sts/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export namespace sts_v1 {
223223
*/
224224
options?: string | null;
225225
/**
226-
* Required. An identifier for the type of requested security token. Can be `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-type:access_boundary_intermediate_token`.
226+
* Required. An identifier for the type of requested security token. Can be `urn:ietf:params:oauth:token-type:access_token` or `urn:ietf:params:oauth:token-type:access_boundary_intermediary_token`.
227227
*/
228228
requestedTokenType?: string | null;
229229
/**
@@ -244,7 +244,7 @@ export namespace sts_v1 {
244244
*/
245245
export interface Schema$GoogleIdentityStsV1ExchangeTokenResponse {
246246
/**
247-
* The access boundary session key. This key is used along with the access boundary intermediate token to generate Credential Access Boundary tokens at client side. This field is absent when the `requested_token_type` from the request is not `urn:ietf:params:oauth:token-type:access_boundary_intermediate_token`.
247+
* The access boundary session key. This key is used along with the access boundary intermediary token to generate Credential Access Boundary tokens at client side. This field is absent when the `requested_token_type` from the request is not `urn:ietf:params:oauth:token-type:access_boundary_intermediary_token`.
248248
*/
249249
access_boundary_session_key?: string | null;
250250
/**

0 commit comments

Comments
 (0)